Hi,
I receive error message saying something like "Cannot run eclipse with
1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
I have installed version 1.4.2, but still not running.
OS is windows 2000 SP 4.
Any tips for this?
Br, Miikka
Frank Langelage - 26 Apr 2007 17:54 GMT
> Hi,
>
[quoted text clipped - 8 lines]
>
> Br, Miikka
Add "-vm <Path to your Java 1.4.2>/bin/java" to the command line.
Miipe - 27 Apr 2007 12:21 GMT
> > Hi,
>
[quoted text clipped - 10 lines]
>
> Add "-vm <Path to your Java 1.4.2>/bin/java" to the command line.
Hi,
After typing above text I could start, but I have to start like this
every time when running eclipse.
Is there any way around this? Some settings in eclipse?
/Miikka
Frank Langelage - 27 Apr 2007 13:37 GMT
>>> Hi,
>>> I receive error message saying something like "Cannot run eclipse with
[quoted text clipped - 12 lines]
>
> /Miikka
Create a link to eclipse.exe on the desktop and this to the target at
link properties.
Thomas Ehardt - 30 Apr 2007 03:07 GMT
The proper way to do this is to modify the eclipse.ini file; you do
*not* need to use a shortcut.
Open the eclipse.ini file in your favorite editor and add a line at
the beginning something like this:
-vm c:/Java/jdk1.5.0_11/bin/javaw.exe
See this FAQ: http://wiki.eclipse.org/index.php/FAQ_How_do_I_run_Eclipse%3F
> Hi,
>
[quoted text clipped - 8 lines]
>
> Br, Miikka
Miipe - 04 May 2007 12:22 GMT
> The proper way to do this is to modify the eclipse.ini file; you do
> *not* need to use a shortcut.
[quoted text clipped - 19 lines]
>
> - Näytä siteerattu teksti -
Hi,
Thank you very much. Now eclipse is working fine.
Br, Miikka