AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-20 Thread Markus Wiesenbacher
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

AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
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

Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
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