Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: j2ee server doesnt start


Message #1 by pallae aparna <apallae@y...> on Sat, 20 Jul 2002 14:31:38 -0700 (PDT)
I see in your batch file under 'classpath' you are missing a back slash for 
including j2ee.jar.

Also my suggestion would be:
-Install atleast JDK 1.3 or above as most of the J2EE services work better 
with JDK2.0 and above.

-If you are running Windows NT or Unix, set it up as Environment Variables 
for JAVA_HOME, J2EE_HOME and CLASSPATH. If not, try modifying your batch 
file with:

set JAVA_HOME=c:\jdk1.3
set J2EE_HOME=c:\j2sdkee1.3.1
set PATH=%JAVA_HOME%\bin;%J2EE_HOME\bin;%PATH%;
set 
CLASSPATH=.;%JAVA_HOME%\lib\tools.jar;%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\ejbdeployment10.jar;%J2EE_HOME%\lib\jhall.jar;%CLASSP
ATH%

Good Luck.

Suresh


>From: pallae aparna <apallae@y...>
>Reply-To: "Java 2 Enterprise Edition" <j2ee@p...>
>To: "Java 2 Enterprise Edition" <j2ee@p...>
>Subject: [j2ee] j2ee server doesnt start
>Date: Sat, 20 Jul 2002 14:31:38 -0700 (PDT)
>
>hi...
>i am having problem startig the j2ee server and
>cloudscape...
>i have created a j.bat file and i run it each time in
>the comand prompt.Its contents are:
>
>set path=c:\j2sdkee1.3.1\bin;%path%;
>set JAVA_HOME=c:\jdk1.1.8
>set J2EE_HOME=c:\j2sdkee1.3.1
>set CPATH=.;%J2EE_HOME%\lib\j2ee.jar
>set
>classpath=c:\j2sdkee1.3.1lib\j2ee.jar;c:\j2sdkee1.3.1\lib\ejbdeployment10.jar;c:\j2sdkee1.3.1lib\jhall.jar;%classpath%
>
>the error i am getting is...
>ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
>though i have set the j2ee_home xplicitly and also in
>the j.bat file...
>i have installed j2ee in j2sdkee1.3.1 and java in
>jdk1.1.8
>
>please help!!!!
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Health - Feel better, live better
>http://health.yahoo.com
>






_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


  Return to Index