Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Which version of eclipse I have to install(I tried install eclipse 64-bit version . I am getting error .)
Which version of eclipse I have to install [message #1753340] Sat, 04 February 2017 06:46 Go to next message
suresh kumara is currently offline suresh kumaraFriend
Messages: 1
Registered: February 2017
Junior Member
Please help me which version of eclipse I have to install. I am php developer, new bie to java .

My java version
$ java -version
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) Server VM (build 25.112-b15, mixed mode)

I tried install eclipse 64bit installer but I am getting below errors.

$ ./eclipse-inst
Java HotSpot(TM) Server VM warning: You have loaded library /home/sureshk/Downloads/eclipse-installer/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444/eclipse_1617.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 <libfile>', or link it with '-z noexecstack'.

and below errors.

JVM terminated. Exit code=13
/usr/local/java/jdk1.8.0_112/bin/java
-Xms256M
-Xmx1024M
-jar /home/sureshk/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/sureshk/Downloads/eclipse-installer/eclipse-inst
-name Eclipse Installer
--launcher.library /home/sureshk/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444/eclipse_1617.so
-startup /home/sureshk/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.appendVmargs
-exitdata 428019
-data @noDefault
-vm /usr/local/java/jdk1.8.0_112/bin/java
-vmargs
-Xms256M
-Xmx1024M
-jar /home/sureshk/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
Re: Which version of eclipse I have to install [message #1753345 is a reply to message #1753340] Sat, 04 February 2017 09:31 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Did you see the sticky post titled, "Eclipse won't start? EXIT CODE 13 and more"?

Running "/usr/local/java/jdk1.8.0_112/bin/java -version -d64" will tell you for certain whether it is a 64-bit JRE or not. 64-bit Eclipse requires a 64-bit JRE. 32-bit Eclipse requires a 32-bit JRE.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse Startup Error
Next Topic:Eclipse MSI Installer
Goto Forum:
  


Current Time: Thu Apr 25 04:05:25 GMT 2024

Powered by FUDForum. Page generated in 0.09189 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top