Hi installers
Can somebody let me know, how to build a package containing 2 java Applications unsing same classpathes? All need is the posibility to define 2 different main classes.
or is ther any documentation?
thanks 4 help!
Yes, you can create a package with more that one Java applications. Create a "Java Application" project type. Switch to "Java Products" page and add "New Product" from the toolbar menu. In the "Java Products" view you can add classpath and specify the main class for a product. For more help press F1 in the "Java Products" view.Can somebody let me know, how to build a package containing 2 java Applications unsing same classpathes? All need is the posibility to define 2 different main classes.