Yes Erel, always certificate error.
But a few minutes ago, i found the solution.
All tutorials for the certificate error, describe the solution with the JAVA_PATH
A normal user installs java and has eg C:\Program Files\Java\jre1.8.0_121 as JAVA_PATH.
So after using the InstallCert.jar you have to put the new jssecacerts inside your JAVA_PATH\lib\security (there is the cacerts located, too)
But ......
If you´ve the jdk installed, your JAVA_PATH is as described above AND you have inside the jdk directory an .....\jre\lib\security folder.
Inside this, you find a cacerts file too, and you have to put the jssecacerts file inside this folder while debug the app.
This was my mistake.
Thanks to all who helped.
------------------
Eumel