Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse 3.3.2 install on Linux x86_64
Eclipse 3.3.2 install on Linux x86_64 [message #252654] Fri, 28 March 2008 20:19 Go to next message
Eclipse UserFriend
Originally posted by: pratik_murali.yahoo.com

Hi All,

I have been trying to install Eclipse 3.3.2 for Java development on Red
Hat Enterprise Linux WS release 4 (64 bit)

------------------------------------------------------------ ---------------
I installed JDK 1.5 (64 bit) which the eclipse IDE needs in order to start

When i run the command Java -version to verify i get:

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_15-b04, mixed mode)
------------------------------------------------------------ -----------

But when i run eclipse, i get this popup :(


JVM terminated. Exit code=1
/usr/java/jdk1.5.0_15/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m eclipse -vm /usr/java/jdk1.5.0_15/bin/java
-jar
/home/pmura/Desktop/eclipse/plugins/org.eclipse.equinox.laun cher_1.0.1.R33x_v20080118.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/pmura/Desktop/eclipse/eclipse
-name Eclipse
--launcher.library
/home/pmura/Desktop/eclipse/plugins/org.eclipse.equinox.laun cher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/home/pmura/Desktop/eclipse/plugins/org.eclipse.equinox.laun cher_1.0.1.R33x_v20080118.jar
-exitdata d0012
-vm /usr/java/jdk1.5.0_15/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m eclipse -vm /usr/java/jdk1.5.0_15/bin/java
-jar
/home/pmura/Desktop/eclipse/plugins/org.eclipse.equinox.laun cher_1.0.1.R33x_v20080118.jar


This has been driving me nuts. I tried

A)

/eclipse -os linux

B)

/eclipse -vm /pathTo/java/bin

C)
I even tried invoking the eqvinox launcher directly :

java -jar plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.ja r



Could someone please tell me what i might be doing wrong? Point me in the
right direction?

THanks!

Pratik
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252658 is a reply to message #252654] Fri, 28 March 2008 20:49 Go to previous messageGo to next message
Eclipse UserFriend
Pratik a écrit :
> Could someone please tell me what i might be doing wrong? Point me in
> the right direction?
Please provide your eclipse.ini file.
--
Olivier
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252816 is a reply to message #252658] Mon, 31 March 2008 21:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pratik_murali.yahoo.com

Hello,

This is my eclipse.ini file

-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m


Thanks,

Pratik
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252858 is a reply to message #252654] Tue, 01 April 2008 12:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Pratik" <pratik_murali@yahoo.com> wrote in message
news:7af7dfeeb5b753d875782c99652a530a$1@www.eclipse.org...
> Hi All,
>
> I have been trying to install Eclipse 3.3.2 for Java development on Red
> Hat Enterprise Linux WS release 4 (64 bit)
>
> ------------------------------------------------------------ ---------------
> I installed JDK 1.5 (64 bit) which the eclipse IDE needs in order to start
>
> When i run the command Java -version to verify i get:
>
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_15-b04, mixed mode)
> ------------------------------------------------------------ -----------
>
> But when i run eclipse, i get this popup :(
>
>
[...]
> -name Eclipse
> --launcher.library
> /home/pmura/Desktop/eclipse/plugins/org.eclipse.equinox.laun cher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so


Possibly you are trying to run a 32-bit version of Eclipse on a 64-bit JVM?
I'm not certain (I don't use Linux nor a 64-bit machine), but I think that
library path would have '64' in it somewhere, for the 64-bit version.

Check to make sure that you actually downloaded the 64-bit version of
Eclipse.
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252866 is a reply to message #252858] Tue, 01 April 2008 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pratik_murali.yahoo.com

Thanks Walter, actually the Eclipse version i downloaded is named
eclipse-java-europa-winter-linux-gtk-x86_64.tar.gz So i'm guessing that
it should work on 64 bit linux.

I don't see my logs (/eclipse/configuration) getting updated either when
eclipse fails to launch. No idea why..

Though my Java path is set, to JDK 1.5 with a 64 bit VM, for some reason
eclipse is not picking it up, even when i force it too by specifying the
below in my eclipse.ini

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
/usr/java/jdk1.5.0_15/bin/java
-vmargs
-Xms40m
-Xmx512m

thanks,

Pratik Murali
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252882 is a reply to message #252866] Tue, 01 April 2008 14:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Pratik Murali" <pratik_murali@yahoo.com> wrote in message
news:b134be83f0643f94292df25ac449e83d$1@www.eclipse.org...
> Thanks Walter, actually the Eclipse version i downloaded is named
> eclipse-java-europa-winter-linux-gtk-x86_64.tar.gz So i'm guessing that
> it should work on 64 bit linux.

That does sound correct.


> I don't see my logs (/eclipse/configuration) getting updated either when
> eclipse fails to launch. No idea why..
>
> Though my Java path is set, to JDK 1.5 with a 64 bit VM, for some reason
> eclipse is not picking it up, even when i force it too by specifying the
> below in my eclipse.ini
>
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> -vm
> /usr/java/jdk1.5.0_15/bin/java
> -vmargs
> -Xms40m
> -Xmx512m

I don't see anything wrong there, either. I'm not a Linux guy; maybe
someone else reading this thread will chime in?
Re: Eclipse 3.3.2 install on Linux x86_64 [message #252903 is a reply to message #252866] Wed, 02 April 2008 07:04 Go to previous message
Eclipse UserFriend
Originally posted by: 4cs6fcg02.sneakemail.com

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigDAC6BBBE9E8204C1A6D03317
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Pratik Murali schreef:
> Thanks Walter, actually the Eclipse version i downloaded is named=20
> eclipse-java-europa-winter-linux-gtk-x86_64.tar.gz So i'm guessing=20
> that it should work on 64 bit linux.
> I don't see my logs (/eclipse/configuration) getting updated either whe=
n=20
> eclipse fails to launch. No idea why..
>=20
> Though my Java path is set, to JDK 1.5 with a 64 bit VM, for some reaso=
n=20
> eclipse is not picking it up, even when i force it too by specifying th=
e=20
> below in my eclipse.ini
>=20
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> -vm
> /usr/java/jdk1.5.0_15/bin/java
> -vmargs
> -Xms40m
> -Xmx512m

Do you have other Javas installed? What does =E2=80=98which java=E2=80=99=
tell you?=20
What does =E2=80=98/usr/java/jdk1.5.0_15/bin/java -version=E2=80=99 tell =
you?

Do you have other Eclipses installed? Are you sure you are invoking the =

64-bit one? You say your logs don=E2=80=99t get updated in=20
/eclipse/configuration (that=E2=80=99s a strange place to have Eclipse, b=
tw,=20
usually it would be in /usr/share/eclipse or /usr/lib64/eclipse if you=20
installed it through a package manager, and in /usr/local/eclipse if you =

installed by hand), then maybe somewhere else they are, where?=20
Somewhere in the find man page there is a trick to see which files have=20
changed in the last X minutes, use it to see where the logs are.

Cheers, H.
--=20
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


--------------enigDAC6BBBE9E8204C1A6D03317
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFH82gqe+7xMGD3itQRAq6pAJ9KJLwIjUiO+iLpixtjqMZXjOuizgCf Vik1
nKAU5tytbi2p3kFmuVqEWck=
=7l48
-----END PGP SIGNATURE-----

--------------enigDAC6BBBE9E8204C1A6D03317--
Previous Topic:Content Assisant help
Next Topic:move copy clone a project
Goto Forum:
  


Current Time: Mon May 12 17:44:43 EDT 2025

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

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

Back to the top