Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » javaw.exe not found at launch, eclipse 2.1.3
javaw.exe not found at launch, eclipse 2.1.3 [message #256014] Sat, 26 June 2004 22:36 Go to next message
Eclipse UserFriend
On Windows XP ....

Apparently, when Eclipse launches, it doesnt use my PATH variable
correctly to
search for javaw.exe. What it does is append my PATH var to the eclipse
location.
So .... eclipse searches the invalid path
E:\eclipse\eclipse\"F:\Program Files\j2sdk_nb\j2sdk1.4.2\bin\"\

when it really be searching
"F:\Program Files\j2sdk_nb\j2sdk1.4.2\bin\" among other directories in
my path.

Any help??
Mathew
OSGI? [message #256022 is a reply to message #256014] Sun, 27 June 2004 05:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: metfan.nowhere.com

Hello,

It is said that osgi is able to load and unload plugins dynamically.
I downloaded 3.0 final and extracted and launched it, and then I
extracted the RegTester plugin into the plugin/ folder, but I can't
find the RegTester view from the 'Show Views'->Others. And the doc
is not available in the Help->Contents. So is osgi available in
3.0 final? Or if available, how to enable it?
Re: OSGI? [message #256103 is a reply to message #256022] Sun, 27 June 2004 11:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

Although this is not a supported scenario, if you are interested in it
when shipping an application you can easily write an agent that monitors
what's going on on the file system and automatically install things.

Eclipse supports dynamic installation of plug-ins through the update
manager and of course when done programmaticaly.

OSGi is *the* 3.0 runtime. Nothing special is necessary to enable it.

PaScaL

metfan wrote:

> Hello,
>
> It is said that osgi is able to load and unload plugins dynamically.
> I downloaded 3.0 final and extracted and launched it, and then I
> extracted the RegTester plugin into the plugin/ folder, but I can't
> find the RegTester view from the 'Show Views'->Others. And the doc
> is not available in the Help->Contents. So is osgi available in
> 3.0 final? Or if available, how to enable it?
Re: javaw.exe not found at launch, eclipse 2.1.3 [message #256242 is a reply to message #256014] Mon, 28 June 2004 04:10 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Mathew wrote:

> On Windows XP ....
>
> Apparently, when Eclipse launches, it doesnt use my PATH variable
> correctly to
> search for javaw.exe. What it does is append my PATH var to the
> eclipse location.
> So .... eclipse searches the invalid path
> E:\eclipse\eclipse\"F:\Program Files\j2sdk_nb\j2sdk1.4.2\bin\"\
>
> when it really be searching
> "F:\Program Files\j2sdk_nb\j2sdk1.4.2\bin\" among other directories in
> my path.
>
> Any help??

To be sure which JRE is used simply use -vm <VM> argument when starting
eclipse.exe

Dani

> Mathew
Previous Topic:ClassCastException when accessing with another plugin object
Next Topic:Difference between IPerspectiveListener and IPageListener.
Goto Forum:
  


Current Time: Wed Nov 05 18:36:35 EST 2025

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

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

Back to the top