FP2000: Java Applets Fail If Case Is Incorrect In Codebase
ID: Q207567
|
The information in this article applies to:
SUMMARY
If you use a Java Applet, it may not function correctly when the following conditions are true:
- You insert a Java Applet into an HyperText Markup Language (HTML)
document.
- You do not type the same case for the file name of the .class file in the Web as you type for the file name of the .class file in the codebase.
According to the Java programming specification, file names are case
sensitive. For example, if the original class file name is
MyJavaApplet.class and you typed myjavaapplet.class into the codebase,
the Java applet will not load, because Java considers these two files to be
different.
When you specify a class name for a Java applet in the codebase, verify
that the uppercase and lowercase characters you type match the file
name.
Java is manufactured by Sun Microsystems, a vendor independent of
Microsoft; we make no warranty, implied or otherwise, regarding this
product's performance or reliability.
Additional query words:
2000RTMPublic
Keywords : fpinterop
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 1, 1999