i have tomcat 1.4 and j2sdk1.4... when i start the server
it says jdk path not available...
can anyone tell me where shold i set the path for jdk...???
Discussions
Web tier: servlets, JSP, Web frameworks: can anyone tell me where do i set path for JAVA_HOME
-
can anyone tell me where do i set path for JAVA_HOME (4 messages)
- Posted by: barin desai
- Posted on: February 22 2002 02:29 EST
Threaded Messages (4)
- can anyone tell me where do i set path for JAVA_HOME by Cosmo Wong on February 22 2002 04:35 EST
- can anyone tell me where do i set path for JAVA_HOME by barin desai on February 22 2002 06:16 EST
-
can anyone tell me where do i set path for JAVA_HOME by Dean Maine on February 22 2002 08:50 EST
- can anyone tell me where do i set path for JAVA_HOME by barin desai on February 25 2002 03:41 EST
-
can anyone tell me where do i set path for JAVA_HOME by Dean Maine on February 22 2002 08:50 EST
- can anyone tell me where do i set path for JAVA_HOME by barin desai on February 22 2002 06:16 EST
-
can anyone tell me where do i set path for JAVA_HOME[ Go to top ]
- Posted by: Cosmo Wong
- Posted on: February 22 2002 04:35 EST
- in response to barin desai
what kind of OS you are using?
if linux, set the .bash_rc or /etc/profile
if winnt/win2000, go to System-->Environment to set
if win98, set in autoexec.bat -
can anyone tell me where do i set path for JAVA_HOME[ Go to top ]
- Posted by: barin desai
- Posted on: February 22 2002 06:16 EST
- in response to Cosmo Wong
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE: ..
Using CATALINA_HOME: ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME: d:\j2sdk1.4.0\bin\javac.exe
The name specified is not recognized as an
internal or external command, operable program or batch file.
i had given path till bin and it generated the same error...
the variable was set previously it gives the same error...
please guide -
can anyone tell me where do i set path for JAVA_HOME[ Go to top ]
- Posted by: Dean Maine
- Posted on: February 22 2002 08:50 EST
- in response to barin desai
use this:
SET JAVA_HOME=d:\j2sdk1.4.0
SET PATH=%PATH%;d:\j2sdk1.4.0\bin
That will do it. -
can anyone tell me where do i set path for JAVA_HOME[ Go to top ]
- Posted by: barin desai
- Posted on: February 25 2002 03:41 EST
- in response to Dean Maine
sorry but it doens't reflect...
i m facing the same problem still...
the varialbles are set but still it gives me the same error..
i have cheked the path... its fine..
thanx in advance