Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » JVM
JVM [message #39200] Tue, 20 May 2003 08:02 Go to next message
Eclipse UserFriend
Originally posted by: dylan.browne.btinternet.com

Hi,

I have a machine running Java 1.2.0, (which I have to maintain to monitor
old code), but I want to run the latest Eclipse on it. I tried installing
Java 1.4, pointing Eclipse at that, but now of course, my default Java
version is 1.4 and not 1.2.0 as required. Can anyone help with how I can
run the two side by side.

Thanks in advance.

DB
Re: JVM [message #52693 is a reply to message #39200] Wed, 28 May 2003 22:42 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Unzip the 1.4 VM somewhere that it is not on your system path. Then
launch Eclipse by pointing it explicitly at the 1.4 VM, for example:

eclipse -VM d:\jdk1.4\jre\bin\javaw.exe

That way other programs will still see the Java 1.2 on your path, but
Eclipse will see the 1.4 VM.
--



DB wrote:
> Hi,
>
> I have a machine running Java 1.2.0, (which I have to maintain to monitor
> old code), but I want to run the latest Eclipse on it. I tried installing
> Java 1.4, pointing Eclipse at that, but now of course, my default Java
> version is 1.4 and not 1.2.0 as required. Can anyone help with how I can
> run the two side by side.
>
> Thanks in advance.
>
> DB
>
Previous Topic:working sets and runtime configurations?
Next Topic:New Plugin project wizard GUI strange behaviour
Goto Forum:
  


Current Time: Thu Jul 18 17:36:43 GMT 2024

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

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

Back to the top