Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » EclipseStarter equivalent for BootLoader
EclipseStarter equivalent for BootLoader [message #251719] Fri, 11 June 2004 06:49 Go to next message
Eclipse UserFriend
Is there any documentation/simple examples anywhere of how to launch a
headless application using EclipseStarter. I presume I could wade
through Main.java, but that does appear fairly impenetrable. I was
using BootLoader.run(), that is now depreciated a simply returns null. I
was hoping that there is something similar to replace it.

Thanks,

John
Re: EclipseStarter equivalent for BootLoader [message #252110 is a reply to message #251719] Sat, 12 June 2004 19:51 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

The porting guide, although not very clearly, indicates that you should
use EclipseStarter. More specifically I would recommand you to use
run(String[], Runnable).
If you need to call run(Object) directly you need to implement a similar
logic to the one in run(String[], Runnable).

PaScaL

John Howard wrote:
> Is there any documentation/simple examples anywhere of how to launch a
> headless application using EclipseStarter. I presume I could wade
> through Main.java, but that does appear fairly impenetrable. I was
> using BootLoader.run(), that is now depreciated a simply returns null. I
> was hoping that there is something similar to replace it.
>
> Thanks,
>
> John
Previous Topic:Plugin reload at runtime
Next Topic:org.eclipse.scripting
Goto Forum:
  


Current Time: Sat Jul 19 18:50:28 EDT 2025

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

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

Back to the top