Error installing eclipse: Exit Code: 13

-1

Hello

I'm trying to install eclipse on ubuntu XFCE 18.04, with openjdk8 installed and with the path set to "/ etc / profile":

Buthecontinuestogiveexitcode13:

I do not remember very well if in the past I changed the PATH somewhere else, which is showing in this image a different path from the current one. Could you please help me?

Thank you in advance.

    
asked by anonymous 27.11.2018 / 14:57

1 answer

0

Your eclipse is apontano for the java-oracle version, look at the line:

-vm /usr/lib/jvm/java-oracle//bin/java
-vmargs

The path in the path that I understood in your doubt should be that of openjdk ..

Run a: java -version and post what it shows in the console

    
01.12.2018 / 20:08