[java-dev] Running a Jar executable
Benjamin Eckel
benjamin.eckel at gmail.com
Fri Feb 1 20:53:45 MST 2008
- Previous message: [java-dev] Crash Report: send "get 1" message to mxj external
- Next message: [java-dev] Re: Running a Jar executable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have looked around the forum and I could not really find this. I need a way to open a jar executable (a simple swing app) . For instance. I want just a simple class which extends MaxObject (obviously) that has one "bang" input which opens up a jar executable of a swing java application I wrote. Should I try to use something like Runtime.exec()? Also, I have written small swing interfaces using Max before and I remember having to use SwingUtilities.invokeLater(), will I have to incorporate this as well.
- Previous message: [java-dev] Crash Report: send "get 1" message to mxj external
- Next message: [java-dev] Re: Running a Jar executable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
