I'm having a trouble with my JVM/JRE and Eclipse itself. I'm running a version of Juno under Windows 8.1 with IBM JVM. When I try to access/install new software from an https P2 URL, I get the following error message:
javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: No trusted certificate found
I'm not entirely sure what the problem is, but I figured it might have something to do with the cacerts in my jvm. However, I have replaced it with a cacerts file from a functional system and I still have the same issue.
I thought that adding -Djavax.net.debug=true
in my eclipse.ini would show me additional debug information, but launching eclipsec.exe from the command line doesn't print out anything in my command prompt window.
What is the right way to enable/launch Eclipse such that I can see debug logs/traces/etc in the command window? Or is there another way to try and debug this problem?
Try starting Eclipse from the command line with the -consoleLog
and -debug
arguments; i.e. eclipse.exe -consoleLog -debug
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With