Parsing Command Line Parameters
Using the Command Line Parsing API, it is possible to process parameters passed to your NetBeans Platform application via the command line. This article explores how it works. Read this excellent blog post by Geertjan which provided me with some of the information for this article. Also useful was the javadoc. NetBeans Platform 7.1 Code … Read more