Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Launching Eclipse 3.0 runtime workbench from an Eclipse 2.1 based IDE
Launching Eclipse 3.0 runtime workbench from an Eclipse 2.1 based IDE [message #157071] Mon, 03 May 2004 20:21 Go to next message
Eric Klingelberger is currently offline Eric KlingelbergerFriend
Messages: 5
Registered: July 2009
Junior Member
--------------DED0E6603C660B50B4D9ADFD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi:

I am looking for a way to be able to launch an Eclipse 3.0 runtime
workbench from an Eclipse 2.1 based IDE.

From my Eclipse 2.1 based IDE I have done the following.

1) Under the Java > Installed JREs preference page I added a 1.4.1 JRE
and checked the check box next to it to make it the default JRE used by
my IDE.
2) Under the Plug-In Development > Target Platform preference page I
specified the directory containing the Eclipse 3.0 plug-ins.
3) In my workbench I have one plug-in that extends the View extension
point, one plug-in that extends the Perspective extension point, and one
plug-in that extends the application extension point.
4) I then created an Instance of the Run-time Workbench specifying the
1.4.1 JRE as the JRE to use. I also passed the -application
<Application Id>, the -configuration <directory to hold the osgi
artifacts>, and the -console Program Arguments.

I then run click Run. It starts the osgi console and then terminates.
In the log file I get the following message:

"java.lang.RuntimeException: Unable to locate the application extension:
TestApplication"

The problem is that it doesn't seem to be loading the plug-ins that are
in my IDE workspace. How can I get the Runtime Workbench to recognize
the plug-ins that are in my workspace?

--------------DED0E6603C660B50B4D9ADFD
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi:
<p>&nbsp;&nbsp;&nbsp; I am looking for a way to be able to launch an Eclipse
3.0 runtime workbench from an Eclipse 2.1 based IDE.
<p>From my Eclipse 2.1 based IDE I have done the following.
<p>1) Under the Java > Installed JREs preference page I added a 1.4.1 JRE
and checked the check box next to it to make it the default JRE used by
my IDE.
<br>2) Under the Plug-In Development > Target Platform preference page
I specified the directory containing the Eclipse 3.0 plug-ins.
<br>3) In my workbench I have one plug-in that extends the View extension
point, one plug-in that extends the Perspective extension point, and one
plug-in that extends the application extension point.
<br>4) I then created an Instance of the Run-time Workbench specifying
the 1.4.1 JRE as the JRE to use.&nbsp; I also passed the -application &lt;Application
Id>, the -configuration &lt;directory to hold the osgi artifacts>, and
the -console Program Arguments.
<p>I then run click <b>Run.&nbsp; </b>It starts the osgi console and then
terminates.&nbsp; In the log file I get the following message:
<p>"java.lang.RuntimeException: Unable to locate the application extension:
TestApplication"
<p>The problem is that it doesn't seem to be loading the plug-ins that
are in my IDE workspace.&nbsp; How can I get the Runtime Workbench to recognize
the plug-ins that are in my workspace?</html>

--------------DED0E6603C660B50B4D9ADFD--
Re: Launching Eclipse 3.0 runtime workbench from an Eclipse 2.1 based IDE [message #157080 is a reply to message #157071] Mon, 03 May 2004 21:38 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

You can't. They've changed configuration files such that it is not
compatible. You need to use the same Eclipse 3.0 driver as the driver
being targeted. That is the only way that is supported.


--
Thanks, Rich Kulp

Previous Topic:IResourceChangeListener and SearchEngine problem
Next Topic:Java search by return type?
Goto Forum:
  


Current Time: Sun Sep 01 00:47:12 GMT 2024

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

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

Back to the top