I am having problems getting java programs to run under RH9.  I
installed j2sdk-1.4.2-fcs and created /etc/profile.d/java.sh that
contains
        export JDK_HOME=/usr/java/j2sdk1.4.2
        export PATH=$PATH:$JDK_HOME/bin

I can compile Java programs, but they will not run, they run fine on
other systems, I keep getting the following error

Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld


-- 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to