|
Execute/debug given class from a project. -
01-16-2009, 08:44 AM
Hi all,
I have problem to find out how to execute/debug given class from Netbeans IDE. I need to design a context menu some special parameters and to pass some of them before execution of the class to java VM (and possibly to check them after execution). How I can
1. get classpath of project execution?
2. get working directory, env variables etc.
3. execute given VM of Java engine used for execution?
Thanx for help.
|