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
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
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