Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » setting up eclipse(getting error message when trying to open eclipse even after specifying path and jvm)
setting up eclipse [message #756410] Sat, 12 November 2011 22:07 Go to next message
somecallmetim  is currently offline somecallmetim Friend
Messages: 2
Registered: November 2011
Junior Member
Rather than bugging everyone with a bunch of rhetoric, I'll just post screen shots of the error message, original eclipse.ini file, and eclipse.ini after my attempt at modifying it...

modified eclipse.ini file reads as follows

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
C:\Program Files (x86)\Java\jdk1.6.0_27\bin\javaw.exe
-vmargs
-Xms40m
-Xmx512m

the original

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m

and the error message
index.php/fa/6107/0/

I've tried tinkering with the code a little (including/excluding certain things) but nothing seems to be working. Any ideas?
Re: setting up eclipse [message #756420 is a reply to message #756410] Sun, 13 November 2011 05:41 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 11/12/2011 04:07 PM, somecallmetim wrote:
> Rather than bugging everyone with a bunch of rhetoric, I'll just post screen shots of the error message, original eclipse.ini file, and eclipse.ini after my attempt at modifying it...
>
> modified eclipse.ini file reads as follows
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
> -product
> org.eclipse.epp.package.java.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> -vm
> C:\Program Files (x86)\Java\jdk1.6.0_27\bin\javaw.exe
> -vmargs
> -Xms40m
> -Xmx512m
>
> the original
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
> -product
> org.eclipse.epp.package.java.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Xms40m
> -Xmx384m
>
> and the error message
>
>
> I've tried tinkering with the code a little (including/excluding certain things) but nothing seems to be working. Any ideas?
You are trying to run a 64 bit Eclipse on a 32 bit JVM. This won't
work. You need to either install a 64 bit JVM or install a 32 bit Eclipse.
Previous Topic:Auto-correction similar Netbeans?
Next Topic:HELP CREATING JAVA PROGRAM!!!!!
Goto Forum:
  


Current Time: Fri Apr 19 23:38:30 GMT 2024

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

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

Back to the top