DevFaqExternalExecution
How to run/execute an external program?
Use the "External Execution Support API".
- http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-extexecution/overview-summary.html
- http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-extexecution/org/netbeans/api/extexecution/ExecutionService.html
- https://blogs.oracle.com/phejl/entry/external_execution_support_1_2
- https://blogs.oracle.com/phejl/entry/external_execution_support_2_2
Please not that some of the API mentioned in the links above got deprecated in NB 8.1. Please use extexecution.base
instead.
For more details see https://netbeans.org/bugzilla/show_bug.cgi?id=244308