I’m interested are there any ways to create completely standalone desktop apps on JAVA? I mean to pack JAVA runtimes in distribution package, build apps for MAC/PC running *.jar files and get completely cross-platform software not depending on JAVA installed on target machine?
I’m interested are there any ways to create completely standalone desktop apps on JAVA?
Share
This is plainly not possible. You would need at least one executable wich would start on any platform you support to start setup/configuration. You may though use different wrappers for the specific OS to simplify installation of runtimes