DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3729>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3729

sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED



------- Additional Comments From [EMAIL PROTECTED]  2001-09-20 07:53 -------
The Tomcat 4.0 install script, jakarta-tomcat-4.0-src\tomcat.nsi, references 
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4\JavaHome to copy 
tools.jar to the "Apache Tomcat 4.0\common\lib" folder.  If JavaHome doesn't 
point to the JDK but to the JRE as in my case tools.jar won't get copied.  
Either manually copy it there or correct the registry entry and reinstall 
Tomcat.

Here's the revelant secion of tomcat.nsi:

  ReadRegStr $2 HKLM "SOFTWARE\JavaSoft\Java Development Kit\$1" "JavaHome"

  CopyFiles "$2\lib\tools.jar" "$INSTDIR\common\lib" 4500

Reply via email to