|
Re: setting up eclipse [message #756420 is a reply to message #756410] |
Sun, 13 November 2011 00:41  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.13747 seconds