Re: Fw: JAVAHOME

2006-05-04 Thread Seak, Teng-Fong
But I think Tomcat doesn't need JDK. Instead, it needs a JRE to which JAVA_HOME, if specified, is pointing. OTOH, from 1.4.? in windows platform, JAVA_HOME is no more declared as environment variable but is read from registry, as stated by Marc. Marc Farrow wrote: Also, depending on the T

Re: Fw: JAVAHOME

2006-05-03 Thread Marc Farrow
Also, depending on the Tomcat version (windows installer) the JAVA_HOME is actually read from registry and not environment entry. On 5/3/06, Jacob Fenwick <[EMAIL PROTECTED]> wrote: It should point to the location of your JDK. Examples: Windows: set JAVA_HOME=C:\sun-jdk-1.5.0.06 Linux: export

Re: Fw: JAVAHOME

2006-05-03 Thread Jacob Fenwick
It should point to the location of your JDK. Examples: Windows: set JAVA_HOME=C:\sun-jdk-1.5.0.06 Linux: export JAVA_HOME=/opt/sun-jdk-1.5.0.06 Gustav Wiberg wrote: Hi there! Se down below. I get that fault when I try to run an ischolar application. It seems to be the JAVAHOME-variable th

Fw: JAVAHOME

2006-05-03 Thread Gustav Wiberg
Hi there! Se down below. I get that fault when I try to run an ischolar application. It seems to be the JAVAHOME-variable that isn't registrered. But where do I find that specific variable? (can't find it) is jvm and JAVAHOME the same? Should this variable point to the JVM-client? Best regards