Launch External Jar through Java Application
Posted
by Yan Cheng CHEOK
on Stack Overflow
See other posts from Stack Overflow
or by Yan Cheng CHEOK
Published on 2010-05-12T18:02:28Z
Indexed on
2010/05/12
18:04 UTC
Read the original article
Hit count: 215
java
Currently, I have an Java Standalone Swing Application.
Now, when user clicks on the button in the Swing Application, I would like to launch another Java Application (Say : calculator.jar)
May I know what is the portable way to do so? So that it will work in multiple OS?
© Stack Overflow or respective owner