Bug 38967 - Windows setclasspath.bat still requires the JDK
Summary: Windows setclasspath.bat still requires the JDK
Status: RESOLVED DUPLICATE of bug 32081
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.15
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 20:57 UTC by Andrew Wright
Modified: 2006-03-14 13:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***