deployment - How to deploy two projects with NetBeans that use the same deployed JRE? -
i have 2 java projects in net beans ide 7.3. 1 javafx gui admin console i've built , deployed ("admin.java"); contains minimized jre , installs via single .exe file. second project java datalogger ("datalogger.java") i've deployed in /dist folder , contains "datalogger.jar" lib folder containing "apache-commons-net.jar."
the "datalogger.jar" file dependent on settings stored in data files "admin.java," , want able deploy "admin.java's" .exe file customer doesn't need perform other running single .exe file install everything. "datalogger.java" needs use same minimized jre installed via "admin.java's" .exe file.
i thought of creating .bat file commands install "datalogger.java" files appropriate %appdata% location(s), doesn't address jre issue. isn't there way generate single bundle net beans accomplish this?
Comments
Post a Comment