On Thu, 16 May 2002, Jens Zastrow <[EMAIL PROTECTED]> wrote: > How can i access the classpath which includes the tools.jar in a > <java> task to invoke the idlj ?!
should be part of ${java.class.path}. Alternatively
"${java.home}/../lib/tools.jar" will work on most JVMs (java.home
points to the jre subdirectory in JDK 1.2+, drop the .. for JDK 1.1).
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
