any suggestions greatly appreciated...
I have an applet which works just fine locally. Works just fine when I put
it on a web server on the LAN.
When I put the same thing up on a publicly accessible website, it doesn't
work. I get a
java.lang.classnotfound exception on the top level class.
Everything I try works locally, and nothing I try works on a public website.
I have everything in a .jar file now, still doesn't work.
Any suggestions?
Thanks...
Bored Huge Krill - 18 Apr 2004 19:41 GMT
ok, that's not actually true... my .jar file doesn't seem to be working
locally either.
> any suggestions greatly appreciated...
>
[quoted text clipped - 11 lines]
>
> Thanks...
Bored Huge Krill - 18 Apr 2004 19:52 GMT
ok then, never mind. I figured out my problem.
Just for the record, in case anybody else hits this issue:
I created the jar file incorrectly. Because the .class files were part of a
package called "ephemeris", I needed to create the jar file from the
directory above using:
jar cvf ephemeris.jar ephemeris
rather than in the directory itself using
jar cvf ephemeris.jar *.class
once I fixed that, everything worked (phew! that was driving me nuts for a
while...)
> any suggestions greatly appreciated...
>
[quoted text clipped - 11 lines]
>
> Thanks...