Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Running java projects using jview
Running java projects using jview [message #66609] Wed, 25 June 2003 06:15 Go to next message
Eclipse UserFriend
Originally posted by: jonny_day.nospamplease.hotmail.com

Hi,

I noticed a post on comp.lang.java.programmer from someone who had managed
to get Eclipse running with jview as the JRE. However there were no details
provided. Is anyone aware of how to achieve this? I'm running Eclipse 2.1
on WinXP Pro.

Thanks,
Jonathan
Re: Running java projects using jview [message #66822 is a reply to message #66609] Wed, 25 June 2003 11:00 Go to previous messageGo to next message
Tim Tyler is currently offline Tim TylerFriend
Messages: 52
Registered: July 2009
Member
"Jonathan Day" <jonny_day@nospamplease.hotmail.com> wrote:

> I noticed a post on comp.lang.java.programmer from someone who had managed
> to get Eclipse running with jview as the JRE. However there were no
details
> provided. Is anyone aware of how to achieve this? I'm running Eclipse
2.1
> on WinXP Pro.

My solution:

I used a batch file like this:

"C:\Program Files\Java\JDK\Microsoft\Bin\jview.exe" /cp %2 %3

I saved it as run_ms.bat in C:\j2sdk1.4.2\bin

I set up a new JVM config called "MS".

I pointed the JDK at C:\j2sdk1.4.2

The java executable (in Eclipse run settings) was set to run_ms.bat.

That's all!
--
__________
|im |yler http://timtyler.org/ tim@tt1.org
Re: Running java projects using jview [message #68618 is a reply to message #66822] Fri, 27 June 2003 11:51 Go to previous message
Genady Beryozkin is currently offline Genady BeryozkinFriend
Messages: 410
Registered: July 2009
Senior Member
Just remember that Microsoft's JVM is at 1.1.x level only ...

Genady

Tim Tyler wrote:

> "Jonathan Day" <jonny_day@nospamplease.hotmail.com> wrote:
>
>
>>I noticed a post on comp.lang.java.programmer from someone who had managed
>>to get Eclipse running with jview as the JRE. However there were no
>
> details
>
>>provided. Is anyone aware of how to achieve this? I'm running Eclipse
>
> 2.1
>
>>on WinXP Pro.
>
>
> My solution:
>
> I used a batch file like this:
>
> "C:\Program Files\Java\JDK\Microsoft\Bin\jview.exe" /cp %2 %3
>
> I saved it as run_ms.bat in C:\j2sdk1.4.2\bin
>
> I set up a new JVM config called "MS".
>
> I pointed the JDK at C:\j2sdk1.4.2
>
> The java executable (in Eclipse run settings) was set to run_ms.bat.
>
> That's all!
> --
> __________
> |im |yler http://timtyler.org/ tim@tt1.org
>
>
>
Previous Topic:JAXP upgrade problem with V3 M1
Next Topic:How to use plug ins
Goto Forum:
  


Current Time: Wed Jul 17 03:27:27 GMT 2024

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

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

Back to the top