Re: Compiles ok. Problems with runtime jdk1.2

1999-06-11 Thread James Huff
That totally worked! Thanks!! Moses DeJong wrote: > > On Fri, 11 Jun 1999, James Huff wrote: > > > Hello, > > > > I have successfully compiled the test program HelleWorldApp.java off the > > Sun Tutorial site. The problem comes about when I want to run it: > > Try this. > > % setenv CLASSPATH

Re: Compiles ok. Problems with runtime jdk1.2

1999-06-11 Thread Moses DeJong
On Fri, 11 Jun 1999, James Huff wrote: > Hello, > > I have successfully compiled the test program HelleWorldApp.java off the > Sun Tutorial site. The problem comes about when I want to run it: Try this. % setenv CLASSPATH . % java HelloWorldApp later mo > # bin/java HelloWorldApp > Exceptio

Compiles ok. Problems with runtime jdk1.2

1999-06-11 Thread James Huff
Hello, I have successfully compiled the test program HelleWorldApp.java off the Sun Tutorial site. The problem comes about when I want to run it: # bin/java HelloWorldApp Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp The machine is Redhat 5.2 using glibc 2.0.7. I know