I am trying to run a jar file that is in a separate directory from pressing a JButton.
I have the button and GUI setup but I cant figure out how to launch the separate jar file.
What do I put in this code block
private void jButton1MouseReleased(java.awt.event.MouseEvent evt) {
}