Java EE / Solaris 10 / Invalid argument [message #663801] |
Wed, 06 April 2011 10:24  |
Eclipse User |
|
|
|
I downloaded the Java EE edition (eclipse-jee-helios-SR2-linux-gtk-x86_64.tar.gz) and unpacked it with "gtar -xvzf"
I executed eclipse from the command line and received this:
./eclipse
bash: ./eclipse: Invalid argument
After reading the install help, I added the -vm option to my eclipse.ini file:
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_14 00.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.2. R36x_v20101019_1345
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
/usr/jdk/jdk1.6.0_24/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
I also tried to add it to the command line with no success.
I also tried to specify a -d64 vm parameter on the command line with no success.
I'm running:
Oracle Solaris 5.10
GTK: 2.4.9
Java: JDK 1.6.0_24
I cannot find any logs under /eclipse/configuration or under workspace/.metadata
Any ideas?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08581 seconds