I'd developed a database app in one project. The project is running independantly. Then i developed another new project on another GUI. From the new project, can i pop up the developed database app by using the button on the new GUI?
When i google the command to execute the JAR, i have not successfully found the command to run from the Netbeans GUI button component. The command that i found was used in the console or batch lines command.
java -jar <jar_name>.jar;
Am I still right having this thought? Can it be done?
Appreciate yr time so much.
Rgds
Z
When i google the command to execute the JAR, i have not successfully found the command to run from the Netbeans GUI button component. The command that i found was used in the console or batch lines command.
java -jar <jar_name>.jar;
Am I still right having this thought? Can it be done?
Appreciate yr time so much.
Rgds
Z