Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Running java projects using jview
Running java projects using jview [message #66609] Wed, 25 June 2003 02: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 07:00 Go to previous messageGo to next message
Eclipse UserFriend
"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 07:51 Go to previous message
Eclipse UserFriend
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: Tue Apr 29 02:29:32 EDT 2025

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

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

Back to the top