hi all,
I have finished a java program, now someone give me an executable jar file with source code, and want integrate this jar file in my java program.
My Idea is I write a JDialog Object as ProgramChooser, which has some some radio button. When someone choosed an item and clicke OK button, then a choosed program will be actived. For example 3 radio buttons: 1) program1 2) program2(for a jar file) 3) program3
when someone choosed 2. radio button and click OK, then run this jar file.
But which java api?
I have finished a java program, now someone give me an executable jar file with source code, and want integrate this jar file in my java program.
My Idea is I write a JDialog Object as ProgramChooser, which has some some radio button. When someone choosed an item and clicke OK button, then a choosed program will be actived. For example 3 radio buttons: 1) program1 2) program2(for a jar file) 3) program3
when someone choosed 2. radio button and click OK, then run this jar file.
But which java api?