-
1. Re: Tomcat Config???/
jboss-newbie Apr 24, 2003 3:41 PM (in response to joek71)check your ClassPath in the environment variables
-
2. Re: Tomcat Config???/
kencuda May 7, 2003 1:58 PM (in response to joek71)Probably your system CLASSPATH, but I would put the JDK in a path without spaces too. I'm just superstitious about that. I am somewhat new to Tomcat and JBoss, so I cannot help any further yet.
-
3. Re: Tomcat Config???/
mrgarageman Apr 23, 2004 4:15 PM (in response to joek71)You must download java sdk1.4 kit from www.sun.com and install it. What you have in C:\Program Files\Java\j2re1.4.1_02 is java runtime environment for running simple applets and not the full java sdk. You must download java sdk1.4.
After installing java sdk1.4 go to control panel, click system, click advanced, click environment variables, click on system variable, enter new field, on variable name type JAVA_HOME, on value type C:\jdk1.4 this depends where you install the jdk.
Finally set the classpath by entering new setting,
type CLASSPATH on name and type C:\jdk1.4\lib\tools.jar on value "depends where you install the jdk". I Hope This Helps.