Posted By:
bob_prah
Posted On:
Thursday, January 30, 2003 04:17 PM
I've been trying to integrate Tomcat 4.1 in IntelliJ 3.0 using the instructions found on http://www.phasesoft.com/articles/tomcat4idea/5.html (this is a site referenced/recommended from IntelliJ's website for this sort of integration) and I keep getting the ff. error msg. : Error:Cannot determine version for JDK java version "1.4.1_01".Update JDK configuration. When I go in command line mode and type the string : java -version , my os(W2k Server)is having no problem(s) giving the ff. output : D:>java -version java version "1.4.1_01" Java 2 Runtime Environment, Standard Edition Java Hotspot Client VM D:>
More>>
I've been trying to integrate Tomcat 4.1 in IntelliJ 3.0 using the instructions found on http://www.phasesoft.com/articles/tomcat4idea/5.html (this is a site referenced/recommended from IntelliJ's website for this sort of integration) and I keep getting the ff. error msg. :
Error:Cannot determine version for JDK java version "1.4.1_01".Update JDK configuration.
When I go in command line mode and type the string :
java -version
, my os(W2k Server)is having no problem(s) giving the ff. output :
D:>java -version
java version "1.4.1_01"
Java
2 Runtime Environment, Standard Edition
Java Hotspot
Client VM
D:>
Any help will be much appreciated.
<<Less