hi there;
all the while i can compile and run java application at my pc. but after i installed tomcat
set the environment variable, i got some problem.
i done easy java program to display hello. when compiling no error, but when java hello
--error--
C:\yyhome\develope\Java>java hello
Exception in thread "main" java.lang.NoClassDefFoundError: hello
i have edit autoexec.bat and:
set classpath=.
set path = jdk1.3.1_01\bin
--in environment variable-- in order to run tomcat
i have set
catalina_home = C:\tomcat4.0
java_home = C:\jdk1.3.1_01
may i know what to do?
all the while i can compile and run java application at my pc. but after i installed tomcat
set the environment variable, i got some problem.
i done easy java program to display hello. when compiling no error, but when java hello
--error--
C:\yyhome\develope\Java>java hello
Exception in thread "main" java.lang.NoClassDefFoundError: hello
i have edit autoexec.bat and:
set classpath=.
set path = jdk1.3.1_01\bin
--in environment variable-- in order to run tomcat
i have set
catalina_home = C:\tomcat4.0
java_home = C:\jdk1.3.1_01
may i know what to do?