Bugs item #819207, was opened at 2003-10-07 14:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=819207&group_id=22866
Category: JBossWeb Group: None Status: Open Resolution: None Priority: 5 Submitted By: Wolf-Christian Herold (cherold) Assigned to: Nobody/Anonymous (nobody) Summary: Error with Jboss 3.2.2.RC4 jetty and JDK 1.4.2_01 Initial Comment: When trying to run JBoss 3.2.2.RC4 with JDK 1.4.2_01 I'm getting the warning: "JSP compilation requires $JAVA_HOME/lib/tools.jar on your JBOSS_CLASSPATH" at startup. The source of this message is class Jetty.class in org.jboss.jetty.jar in the following deployment: jbossweb-jetty.sar. I checked the source in the actual source-Tar and also had a look in the CVS: here the locationes: Line: 82-83 http://cvs.sourceforge.net/viewcvs.py/jboss/contrib/jett y/src/main/org/jboss/jetty/Jetty.java and also in jboss-3.2.2RC4- src\jetty\src\main\org\jboss\jetty\Jetty.java // check support for JSP compilation... if (findResourceInJar ("com/sun/tools/javac/v8/resources/javac.properties") ==null) _log.warn("JSP compilation requires $JAVA_HOME/lib/tools.jar on your JBOSS_CLASSPATH"); In the JDK 1.4.2_01 tools.jar the property "javac.properties" only exist in "sun.tools.javac.resources" and not in "com/sun/tools/javac/v8/resources/" as in former versions. Maybe it would be better not to use this file for checking the existence of tools.jar. best regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=819207&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
