Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 9677  / 1 Year ago, mon, january 2, 2023, 11:15:57

I installed eclipse though the ubuntu software center but I experienced some issues and I wanted to install the official eclipse version.



I downloaded eclipse classic 4.2.1 from here:



Extracted it, but if I double click "eclipse" it doesn't do anything.



Any ideas how I can fix this?



my eclipse.ini looks like this



-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-showsplash
-vm /usr/lib/jvm/java-7-oracle/bin/java
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
/usr/lib/jvm/java-7-oracle/bin/java
-vmargs
-Xms40m
-Xmx512m


I also deinstalled openJDK and installed jdk7.


More From » 12.10

 Answers
2

Specify the jvm in eclipse.ini file.



-vm
/path/to/jdk/bin/java

[#34437] Tuesday, January 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cklaceowne

Total Points: 228
Total Questions: 102
Total Answers: 111

Location: Ivory Coast
Member since Sun, Mar 7, 2021
3 Years ago
;