Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Starting Eclipse in existing jvm (MatLa b)
Starting Eclipse in existing jvm (MatLa b) [message #133690] Mon, 22 September 2003 01:35 Go to next message
Peter Feiler is currently offline Peter FeilerFriend
Messages: 12
Registered: July 2009
Junior Member
I am trying to integrate an Eclipse based tool I built with EMF with
MatLab/Simulink.
In order to take advantage of MatLab's integration of Simulink and Java
I have to invoke/startup Eclipse from with the JVM running within MatLab.

I looked through the online documentation for both core.launcher and
core.boot in Platform Plug-in Developer Guide.
I tried starting up via Main.main and by calling the BootLoader in
eclipse.core but I don't seem to get the arguments right.
For some reason I cannot find the source to org.eclipse.core.launcher,
which I hoped could give me hints on making the right call(s).

Can someone point me to an example of where Eclipse is started up within
the same JVM as the application that starts it up?

Thanks

Peter
Re: Starting Eclipse in existing jvm (MatLa b) [message #133808 is a reply to message #133690] Mon, 22 September 2003 11:37 Go to previous message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

What you simply needs to do is put the startup.jar on your classpath and
then invoke
org.eclipse.core.launcher.Main with the same parameter than you would pass
to the exe.

Hth

PaScaL

"Peter Feiler" <phf@sei.cmu.edu> a
Previous Topic:To hide file in project from the Resource View
Next Topic:open up the field editors for subclassing
Goto Forum:
  


Current Time: Sat Aug 31 23:41:17 GMT 2024

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

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

Back to the top