You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/14 10:48:59 UTC

[Geronimo Wiki] Update of "Running" by JohnSisson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by JohnSisson:
http://wiki.apache.org/geronimo/Running

The comment on the change is:
tools.jar only required for versions prior to M5

------------------------------------------------------------------------------
  
  = Setup =
  
- If you use Java''''''Server Pages then Geronimo will need to have the Java Development Kit `tools.jar` file on its classpath.  If you're using a Sun JDK then the easiest (although cheesiest) way to make this possible is to copy `tools.jar` from `$JAVA_HOME/lib` to `$JAVA_HOME/jre/lib/ext`.
+ If you use Java''''''Server Pages then Geronimo (versions before M5) will need to have the Java Development Kit `tools.jar` file on its classpath.  If you're using a Sun JDK then the easiest (although cheesiest) way to make this possible is to copy `tools.jar` from `$JAVA_HOME/lib` to `$JAVA_HOME/jre/lib/ext`.
  
  There's also another way to work around the issue. Geronimo uses its own mechanism to discover the `tools.jar` file and once found adds it to CLASSPATH. Unless some prerequisities (''will other JREs work?'') aren't met, you won't have to make a copy of the file anymore.