Bug 38967

Summary: Windows setclasspath.bat still requires the JDK
Product: Tomcat 5 Reporter: Andrew Wright <amwright>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 5.5.15   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Andrew Wright 2006-03-14 20:57:21 UTC
When setclasspath.bat is called on windows, it requires that the JDK be
installed.  Tomcat 5.5 is supposed to be compatible with the JRE since the JDT
jar was included.
Comment 1 Keith Wannamaker 2006-03-14 21:17:46 UTC
You probably have JAVA_HOME pointing to the JRE and JRE_HOME empty when you
should have JAVA_HOME empty and JRE_HOME pointing to the JRE.

PS Bugzilla is not a support forum.
Comment 2 Keith Wannamaker 2006-03-14 21:22:41 UTC

*** This bug has been marked as a duplicate of 32081 ***