Error changing standard configuration to use JDK not JRE.

I installed the JRE 1.3.1_02 but when the app server starts it says it cannot find the jvm.dll in the NT path. I added the directory to the path but it still can't find it.Also what is the difference between the JDK path, JDK classpath and JDK libpath and what should these be set to? Any help would be appreciated.

I've tried the config help document but its a bit vague.

[394 byte] By [709178] at [2007-11-25 4:51:52]
# 1

Hi,

The jvm.dll for 1.3.1 can be found under jre\bin\classic or jre\bin\hotspot or jre\bin\classic. Usually iAS does not throw this error when you use with the JDK provided along with iAS and I think you get this error because you are trying to use JDK 1.3.1 along with iAS. Please let me know if this error shoots when using JDK 1.2.2 hotspot that is provided along with iAS.

To put in simple words, JDK lib path is (set at the OS level) for library files to link while compiling, like, io.exception etc. The bin path is, again at the OS level, for running the program. Hope this helps.

Regards

Raj

709134 at 2007-6-29 9:00:33 > top of Java-index,Application & Integration Servers,Application Servers...