wn needs.
Martin
Markus Schönhaber wrote:
Martin Schulz wrote:
My webapps needs to access the javac compiler classes from tools.jar.
This appears to work on dev environment on Windows, but it doesn't
in a deployment environment:
Solaris 9
JDK 1.5.0_06
The app hits a java.la
eon
On 4/2/06, Martin Schulz <[EMAIL PROTECTED]> wrote:
did I mention that I use the JDK 1.5.0_06...
the tools.jar is well in $JAVA_HOME/lib.
Any deeper ideas anybody?
Martin
Larry Meadors wrote:
Sounds like you may have a JRE instead of a JDK.
>From a command like do:
cd
in/javac' after running that second command.
Larry
On 4/1/06, Martin Schulz <[EMAIL PROTECTED]> wrote:
My webapps needs to access the javac compiler classes from tools.jar.
This appears to work on dev environment on Windows, but it doesn't
in a deployment environment:
Sol
My webapps needs to access the javac compiler classes from tools.jar.
This appears to work on dev environment on Windows, but it doesn't
in a deployment environment:
Solaris 9
JDK 1.5.0_06
The app hits a java.lang.ClassNotFoundException: com.sun.tools.javac.Main
According to the documentation,