You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ola Hamfors <ha...@sics.se> on 2000/12/15 14:50:15 UTC

JDKcompile?

Hello
I'm using import org.apache.soap.util.JavaUtils like this...

boolean state = JavaUtils.JDKcompile(SERVICENAME +
"GUI.java",".;lib/bsf.jar;lib/soap.jar;"+
		"lib/wstk.jar;lib/xalan.jar;lib/xerces.jar;lib/sd.jar");

and I get this:

WARNING: Unable to load Java 1.1 compiler.
	Switching to command-line invocation.

What's wrong?

I'm using java 1.2.2 in a win2k env..

--Ola