choice of JVM

2005-03-16 Thread Christoph Kukulies
I'm in the process of installing tomcat (5.0.28) under Windows (XP). Installed apache 1.13.33 and ran tomcat installer. At this point I was asked for a JVM to choose (with an empty listbox). So I downloaded j2eesdk-1_4_01_2005Q1 from java.sun.com and installed it. Strange install, this Sun

Re: choice of JVM

2005-03-16 Thread Elihu Smails
J2EE is just the enterprise pack for Java. Think of it as an add on to the JDK. You need to get, or should get the JDK 1.5. On Wed, 16 Mar 2005 17:43:12 +0100 (CET), Christoph Kukulies [EMAIL PROTECTED] wrote: I'm in the process of installing tomcat (5.0.28) under Windows (XP). Installed

Re: choice of JVM

2005-03-16 Thread Justin Crabtree
Elihu Smails wrote: J2EE is just the enterprise pack for Java. Think of it as an add on to the JDK. You need to get, or should get the JDK 1.5. On Wed, 16 Mar 2005 17:43:12 +0100 (CET), Christoph Kukulies [EMAIL PROTECTED] wrote: I'm in the process of installing tomcat (5.0.28) under Windows

Re: choice of JVM

2005-03-16 Thread Lionel Farbos
For Tomcat, you need a JVM : so a jsdk or a jre. You have choosen a J2EE SDK (too complete). re-try with : j2sdk 1.4.2 for example, install it in a directory and put JAVA_HOME=this directory On Wed, 16 Mar 2005 17:43:12 +0100 (CET) Christoph Kukulies [EMAIL PROTECTED] wrote: I'm in the process