Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java app launching
Java app launching [message #146600] Mon, 01 March 2004 19:05 Go to next message
Eclipse UserFriend
Originally posted by: pavelsim.bezeqint.net

How to launch java application from the plugin, if a class with a main()
method packaged with the same plugin's jar (how to specify the classpath
entry for the plugin) ?

Thanks

Pavel
Re: Java app launching [message #146760 is a reply to message #146600] Tue, 02 March 2004 14:08 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
If your application requires the Eclispe runtime (workspace, etc), you need
to use a Runtime Workbench launch configuration. If your app is a stand
alone Java application, you can simply select the main type, and say "Run As
> Java Application".

Darin

"Pavel Simonovsky" <pavelsim@bezeqint.net> wrote in message
news:c201aa$p11$1@eclipse.org...
> How to launch java application from the plugin, if a class with a main()
> method packaged with the same plugin's jar (how to specify the classpath
> entry for the plugin) ?
>
> Thanks
>
> Pavel
>
>
Previous Topic:view size in perspective
Next Topic:Open Declaration -> yes || Search Declaration -> no?
Goto Forum:
  


Current Time: Fri Aug 16 16:09:13 GMT 2024

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

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

Back to the top