Error installing eclipse: Exit Code: 13

Asked

Viewed 290 times

-1

Hello!

I am trying to install the eclipse in Ubuntu XFCE 18.04, with openjdk8 installed and the path configured in "/etc/profile": /etc/profile

But still giving Exit code 13: exit code 13

I don’t 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 help me please?

Thank you in advance.

1 answer

0

Your eclipse is pointing to the java-oracle version, look at the line:

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

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

Perform a:java -version and post what it shows on the console

  • The result is: java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-B12) Java Hotspot(TM) Server VM (build 25.191-B12, Mixed mode)

  • thinking here.. remove this line: -vm /usr/lib/jvm/java-oracle//bin/java and see if it goes up

Browser other questions tagged

You are not signed in. Login or sign up in order to post.