gt; [javac] import sun.security.tools.keytool.CertAndKeyGen;
> [javac] ^
> [javac] 1 error
>
> BUILD FAILED
> P:\workspaces\TEST\AntProblem\build.xml:14: Compile failed; see the
> compiler error output for details.
>
> Total ti
c] 1 error
BUILD FAILED
P:\workspaces\TEST\AntProblem\build.xml:14: Compile failed; see the compiler
error output for details.
Total time: 624 milliseconds
Best regards
Markus
-Ursprüngliche Nachricht-
Von: Markus Wiesenbacher [mailto:markus.wiesenbac...@intrafind.de]
Gesendet: Montag, 19
Hi,
I am trying to compile my classes (which make use of sun.security.tools.keytool
CertAndKeyGen) but I am always getting "cannot find symbol". If I add the
JRE-lib folder into my build-script it works. I don´t know why, as the JDK-lib
folder also contains the rt.jar containing the needed clas