public class JarLauncher extends Object
.jar files'
manifests.
The idea is to simulate what java -jar ... does, but through the
ImageJ launcher.
| Constructor and Description |
|---|
JarLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
launchJar(String jarPath,
String[] arguments)
Helper to launch .jar files (by inspecting their Main-Class attribute).
|
static void |
main(String[] args) |
Copyright © 2014–2022 ImageJ. All rights reserved.