|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLaunchExternalProgramUtil
Constructor Summary | |
LaunchExternalProgramUtil()
|
Method Summary | |
static boolean |
isSupportedPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property. |
static void |
launchProgram(java.lang.String progDir,
java.lang.String programName)
Utility class to external program on supported platform. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LaunchExternalProgramUtil()
Method Detail |
public static void launchProgram(java.lang.String progDir, java.lang.String programName)
progDir
- external program location.programName
- external program namepublic static boolean isSupportedPlatform()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |