On a fresh install of Ubuntu 17.10, I try to install Eclipse CDT + Pydev. I download Eclipse from eclipse.org : eclipse-cpp-oxygen-1a-linux-gtk-x86_64.tar.gz . After this, I usually go to Help > Install New Software > Add > http://pydev.org/updates, and then I can install pydev.
Today on this new PC : In windows where I usually select "PyDev", I see only : "There are no categorized items" or "There are no items available" if is unset "group item by category".
I notice 2 unusually facts :
if I add new plugin from Eclipse standard part, I have a window to confirm certificates from Eclipse
in log (workspace/.metadata/.log), I have some message like :
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2017-10-26 08:34:21.046 !MESSAGE Unable to read repository at https://dl.bintray.com/fabioz/pydev/6.0.0/content.xml. !STACK 0 javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1959) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916) at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1899) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1420) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:553)
So it seems that I have certificate trouble ...
But now I need help : - is-it possible to put by hand missing certificates ? Where download theses certificates ? How to install ?
UPDATE : I have download PyDev 6.0.0.zip from https://sourceforge.net/projects/pydev/ . I have unzip this file in my eclipse/dropin directory. And I have PyDev installed.
PyDev is installed : my first problem is solved.
Why certificat is not accept ? It's a problem, but no more blocking me.