Hi,
I generated a file test.class which I placed in following directory:
D:ProgrammeJavamyClassesCLW
My classpath looks like this:
D:ProgrammeJavamyClasses;.
Then I generated 2 files (both import CLW.*;), which call a function within my test.class:
JavaTest.class and AppTest.class
The first file is a java-Application which is executed by calling java, and works fine (returns value from function in test.class).
The second is a java-Applet. When called in MSIE it returns:
java.lang.NoClassDefFoundError: CLW/Test
Since the java-Application works fine, I guess my classpath is OK.
Why then, does the applet not work? Does MSIE not use the classpath?
Thanks in advance.
Software/Hardware used:
ASKED:
April 11, 2006 4:06 AM
UPDATED:
April 12, 2006 10:46 AM