Sean Starkey wrote:
> On Wed, 30 Sep 1998, Steve Cohen wrote:
>
> > I have built an application and an applet using jdk 1.1.6 under linux
> > RedHat 5.0. Both the application and the applet (which use much of the
> > same code) compile and work under linux.
> > When I copy the class files to a Win95 system, they fail with
> > NoClassDefFoundError.
> > If, instead, I copy the .java files to the Win95 system and compile them
> > there, then again, both the applet and the application run exactly as
> > they did under linux.
> >
> > Why could this be happening?
>
> Did you check your CLASSPATH? I compile things on Linux all the time
> and run them in Win95. I compile things on Digital Unix and run them
> in Linux and Win95. I compile things on Win95 and run them in Linux
> and Digital Unix. Get the idea? :)
>
> Sean
>
> === Friends don't let friends use DOS... ===
> Sean Starkey [EMAIL PROTECTED] WWW: http://rmi.net/~starkey ICQ: 4863014
> Check out Universe! - http://rmi.net/~starkey/Universe
No, that's not it. The classpath is right. With the same classpath, under
Win95, the copied CLASS files fail, but compiled source files work.