You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Remy Maucherat <re...@apache.org> on 2001/10/02 09:27:47 UTC

Re: Admin tool

> Is there some trick to get the admin interface working? If I use the
> slide preconfigured server then I get the following exception:
> javax.servlet.ServletException: sun/tools/javac/Main

You seem to be missing the tools.jar, which is part of the JDK.
If $JAVA_HOME points to your JDK base path, tools.jar should be at
$JAVA_HOME\lib\tools.jar.

Remy