Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java EE / Solaris 10 / Invalid argument(Java EE / Solaris 10 / Invalid argument)
Java EE / Solaris 10 / Invalid argument [message #663801] Wed, 06 April 2011 14:24 Go to next message
BT  is currently offline BT Friend
Messages: 1
Registered: April 2011
Junior Member
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?
Re: Java EE / Solaris 10 / Invalid argument [message #663875 is a reply to message #663801] Wed, 06 April 2011 16:55 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

Solaris * * might * * be one of the platforms on which you'd want to
use Eclipse from a private distribution. I would avoid that, but
sometimes it happens. I suggest Googling for "Eclipse Solaris install"
or some such thing. Someone with actual experience may just chime in
here eventually too.

On 06-Apr-11 08:24, BT wrote:
> 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?
Re: Java EE / Solaris 10 / Invalid argument [message #1775374 is a reply to message #663801] Sat, 28 October 2017 16:13 Go to previous message
Eric Oh is currently offline Eric OhFriend
Messages: 1
Registered: October 2017
Junior Member
There is an eclipse for Solaris 10
http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/solPlatform.php

It does java and debug perspective

Maybe there is a plugin link to upgrade it later or java developers for eclipse guide might be able to create a perspective
Previous Topic:Linker error
Next Topic:CODAN errors
Goto Forum:
  


Current Time: Thu Apr 25 10:03:37 GMT 2024

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

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

Back to the top