NetBeans and Eclipse-like "run configurations"
Posted
by auramo
on Stack Overflow
See other posts from Stack Overflow
or by auramo
Published on 2009-08-12T19:26:35Z
Indexed on
2010/03/21
19:41 UTC
Read the original article
Hit count: 528
Is it possible to create anything similar to Eclipse's "run configurations" in NetBeans? I am working on a huge project which is currently not divided into any subprojects in Eclipse. There are in fact many applications in the project which have their own main-methods and separate classpaths. I know, it's a mess.
I'm considering about migrating the project to NetBeans. In the long run it would be sensible to create many projects but for now it would be a real life-saver if I could do similar stuff in NetBeans than in Eclipse: create "launchers" which have their own classpaths. Is this possible?
If it's easy to emulate this behaviour with "external" projects, hints about that are welcome as well.
© Stack Overflow or respective owner