Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2000: Java Applets Fail If Case Is Incorrect In Codebase


View products that this article applies to.

This article was previously published under Q207567

For a Microsoft FrontPage 98 version of this article, see 194052 (http://support.microsoft.com/kb/194052/EN-US/ ) .
For a Microsoft FrontPage 97 and earlier version of this article, see 170312 (http://support.microsoft.com/kb/170312/EN-US/ ) .

↑ Back to the top


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.

Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

↑ Back to the top


Keywords: KB207567, kbinfo

↑ Back to the top

Article Info
Article ID : 207567
Revision : 1
Created on : 10/1/2001
Published on : 10/1/2001
Exists online : False
Views : 209