Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Use a java launcher
Use a java launcher [message #139145] Wed, 04 February 2004 16:54 Go to next message
Eclipse UserFriend
Originally posted by: fabot-no.spam-lucent.com

My apllication is normally an Applet with a special CORBA environnement.

For testing purposes, on the developers machines, we use a launcher which
is a java class outside my project.
How can I tell Eclipse to use this one as "main" ?

Execute/Browse main cannot find it, even if directory (tests/bin) is on
execution classpath.
I cannot create it as a sub-project because they overlap:
MyProject
+---Src
+---bin
+---Tests
+---Src
+--- bin

Thanks for help.

Francois
Re: Use a java launcher [message #140550 is a reply to message #139145] Mon, 09 February 2004 21:01 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
Specify the "main" class on the "Main" tab of the associated Java
Application launch configuration.

Darin

"Francois" <fabot-no@spam-lucent.com> wrote in message
news:bvr83u$52e$1@eclipse.org...
> My apllication is normally an Applet with a special CORBA environnement.
>
> For testing purposes, on the developers machines, we use a launcher which
> is a java class outside my project.
> How can I tell Eclipse to use this one as "main" ?
>
> Execute/Browse main cannot find it, even if directory (tests/bin) is on
> execution classpath.
> I cannot create it as a sub-project because they overlap:
> MyProject
> +---Src
> +---bin
> +---Tests
> +---Src
> +--- bin
>
> Thanks for help.
>
> Francois
>
Previous Topic:How to debug jdt?
Next Topic:XML editor won't initialize without DTD
Goto Forum:
  


Current Time: Thu Jul 18 19:21:10 GMT 2024

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

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

Back to the top