How do i upgrade a module in a running NetBeans Platform from commandline or script? When developing NetBeans Platform Apps in NetBeans IDE it is possible to hot deploy/update modules in a running instance of the application you are working on. How can i do this from ex commandline or an ANT script so i can do rapid development of NetBeans Platform application without using the NetBeans IDE?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Run the same executable that us used to start the application but add the reload option and the path to the module that you want to reaload.

myapplication.sh --reload "com-company-mymodule.jar"
link|improve this answer
how do you do that from within the IDE 6.9? – simpatico Oct 18 '10 at 4:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.