|
|
| Re: Running Helios for first time [message #542814 is a reply to message #542795] |
Sat, 26 June 2010 06:42   |
IchBin Messages: 30 Registered: July 2009 Location: Drexel Hill Pa USA |
Member |

|
|
No I did not add the "...". That is how it was displayed in the error message. I do have the correct path and that is why I am scratching my head. When I checked the Java -version this is what I expected:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\IchBin>java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
I am running on Windows 7 Enterprise 64 bit. I downloaded the 64 bit Eclipse version. I modified the Eclipse.ini file by adding the -vm and now looks like this:
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1. 0.v20100503
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m
After updating the Eclipse.ini now I do not get a splash screen. Now I see Eclipse loading with the subtask javaw but after 3 seconds the Eclipse task is terminated. (watching task scheduler).
I do not think there is a 64 bit version of Java but that is the only obvious difference. That is: Running a 64 bit version of Eclipse against a 32 bit version of Javaw. Maybe I should download the 32 bit version of Eclipse and test it.
[Updated on: Sat, 26 June 2010 06:43] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Running Helios for first time [message #653320 is a reply to message #644416] |
Wed, 09 February 2011 06:13   |
Ab Messages: 1 Registered: February 2011 |
Junior Member |
|
|
worked me too. I've downloaded JDK 7 64bit and it just worked . I didn't have to make any changes to Windows Environment variables! Happy that it worked.
Strange that when I downloaded just the JRE 64bit for Windows 7 and then added JRE to path, Ecplise WPT was still complaining .
[Updated on: Wed, 09 February 2011 06:14] Report message to a moderator
|
|
|
|
|
|
|
|
|
| Re: Running Helios for first time [message #740442 is a reply to message #740415] |
Tue, 18 October 2011 10:08   |
Russell Bateman Messages: 2711 Registered: July 2009 Location: Provo, Utah, USA |
Senior Member |

|
|
On 18-Oct-11 07:41, Priyam Dash wrote:
> Well, i have just found out the best and easiest solution.
> When u installed "eclipse-jee-helios-SR2-win32-x86_64" it defaults
> searches for JDK in "C:\Program Files/Java"
>
> And unfortunately if u have installed JDK under "C:\Program Files (x86)"
> folder it will not work.
>
> You can do either of any step to make it work.
>
> 1. Delete Java folder under Program Files (x86) and reinstall it under
> "Program Files".
> or 2. unistall JDK , then reinstall under "c:/Program Files"
>
> Hope it help u guys. :)
Uh... no, this won't work or, if it does, it's only fortuitous and you
haven't given the full story.
You must install a proper 64-bit JDK/JRE to run 64-bit Eclipse. A proper
Sun 64-bit JDK will install itself automatically to C:\Program Files.
What you deleted under C:\Program Files (x86) was your 32-bit JRE. Now
software that wants to use it, such as a 32-bit Eclipse, will no longer
find it.
|
|
|
| Re: Running Helios for first time [message #740487 is a reply to message #740442] |
Tue, 18 October 2011 11:06  |
Eric Rizzo Messages: 2011 Registered: July 2009 |
Senior Member |
|
|
On 10/18/11 10:08 AM, Russell Bateman wrote:
> On 18-Oct-11 07:41, Priyam Dash wrote:
>> Well, i have just found out the best and easiest solution.
>> When u installed "eclipse-jee-helios-SR2-win32-x86_64" it defaults
>> searches for JDK in "C:\Program Files/Java"
>>
>> And unfortunately if u have installed JDK under "C:\Program Files (x86)"
>> folder it will not work.
>>
>> You can do either of any step to make it work.
>>
>> 1. Delete Java folder under Program Files (x86) and reinstall it under
>> "Program Files".
>> or 2. unistall JDK , then reinstall under "c:/Program Files"
>>
>> Hope it help u guys. :)
>
> Uh... no, this won't work or, if it does, it's only fortuitous and you
> haven't given the full story.
>
> You must install a proper 64-bit JDK/JRE to run 64-bit Eclipse. A proper
> Sun 64-bit JDK will install itself automatically to C:\Program Files.
> What you deleted under C:\Program Files (x86) was your 32-bit JRE. Now
> software that wants to use it, such as a 32-bit Eclipse, will no longer
> find it.
In addition, you REALLY should specify the path to your desired JDK via
eclipse.ini as described here: http://wiki.eclipse.org/Eclipse.ini
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.02570 seconds