Jump to content

Hey guys i recently installed linux mint rafaela 17.2 on my laptop along with windows 8 (dual booting) and i went to install eclipse through the software manager but it is very outdated so i downloaded it through the eclipse website (mars 4.5) and updated my java to JDK1.8 i installed tem both and linux recognises the install of java but it doesnt run eclipse it just gives me this error message:

 

Java HotSpot Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0


Java HotSpot Server VM warning: You have loaded library /opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'.
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.

 

 

And this one through eclipse:


/usr/bin/java
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /opt/eclipse//plugins/org.eclipse.platform_4.5.0.v20150603-2000/splash.bmp
-launcher /opt/eclipse/eclipse
-name Eclipse
--launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so
-startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.appendVmargs
-exitdata 32000d
-product org.eclipse.epp.package.jee.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

JVM terminated. Exit code=13

 

 

 

Does anyone know how to fix this issue? i asked my computing teacher at school and he said he has never seen it before.

SYSTEM SPECS

CPU> Intel 4790k< GPU> EVGA GTX970< SSD> Crucial MX200 250Gb< HDD> Seagate Barracuda 2Tb<
Cooling> Corsair H100i< Case> Corsair Air 540< PSU> Seasonic X-Series 650W< RAM> 8Gb Kingston HyperX<
Link to comment
https://linustechtips.com/topic/424456-linux-error-message-with-eclipse/
Share on other sites

Link to post
Share on other sites

Did you try what it recommended? To fix the library with "execstack -c" or to link it with "-z noexecstack"?

 

If those fail, it looks like you are trying to run the 32bit version. Is your system 64bit?

|  The United Empire of Earth Wants You | The Stormborn (ongoing build; 90% done)  |  Skyrim Mods Recommendations  LTT Blue Forum Theme! | Learning Russian! Blog |
|"They got a war on drugs so the police can bother me.”Tupac Shakur  | "Half of writing history is hiding the truth"Captain Malcolm Reynolds | "Museums are racist."Michelle Obama | "Slap a word like "racist" or "nazi" on it and you'll have an army at your back."MSM Logic | "A new command I give you: love one another. As I have loved you, so you must love one another"Jesus Christ | "I love the Union and the Constitution, but I would rather leave the Union with the Constitution than remain in the Union without it."Jefferson Davis |

Link to post
Share on other sites

Did you try what it recommended? To fix the library with "execstack -c" or to link it with "-z noexecstack"?

 

If those fail, it looks like you are trying to run the 32bit version. Is your system 64bit?

yes i tried that but it didnt let me just gave another error cant remember what it said now.

 

i am quite certain i was running 64 bit version of eclipse so there shouldnt have been an issue there. but i seem to have fixed it now it seems that mint 17.2 didnt like java 8 so i uninstalled it and reinstalled java 7 and it works now.

SYSTEM SPECS

CPU> Intel 4790k< GPU> EVGA GTX970< SSD> Crucial MX200 250Gb< HDD> Seagate Barracuda 2Tb<
Cooling> Corsair H100i< Case> Corsair Air 540< PSU> Seasonic X-Series 650W< RAM> 8Gb Kingston HyperX<
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×