EclipseStarter equivalent for BootLoader [message #251719] |
Fri, 11 June 2004 06:49  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04150 seconds