[EMAIL PROTECTED] wrote:
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
JAVA_HOME and property java.home both point to the base dir of the jdk.
really a jDk?
Is there a ${java.home}/bin/javac ?
I've just tweak
Hi,
[EMAIL PROTECTED] schrieb:
>> Unable to find a javac compiler;
>> com.sun.tools.javac.Main is not on the classpath.
>> Perhaps JAVA_HOME does not point to the JDK
>>
>> JAVA_HOME and property java.home both point to the base dir of the jdk.
>>
>
> really a jDk?
> Is there a ${java.home}/b
>Unable to find a javac compiler;
>com.sun.tools.javac.Main is not on the classpath.
>Perhaps JAVA_HOME does not point to the JDK
>
>JAVA_HOME and property java.home both point to the base dir of the jdk.
really a jDk?
Is there a ${java.home}/bin/javac ?
Jan
Hi,
I'm executing an ant script from a web application. All tasks I'm using
are working fine, except the javac task. On calling it gives the error
message:
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
JAVA_HOME and