|
|
|
|
|
by voidfunc
162 days ago
|
|
java -jar <jar-file> Or use a graal to build a native-image and ship that around. But that's not what people want. They want an .exe or a .app, or .rpm, or whatever. That's a container for holding that .jar and it is platform specific and there is no workaround to that problem. |
|