Y
Hacker News
new
|
ask
|
show
|
jobs
by
meddlepal
2805 days ago
JARs are fine until you need to get someone to install a JRE. Not a problem for server apps, but definitely not painless for client distributed apps.
1 comments
pjmlp
2805 days ago
You can bundle everything together, or use a commercial JDK with AOT compilation support.
link
meddlepal
2805 days ago
Neither of those options are "painless".
link
sebazzz
2803 days ago
Is it? Often you would distribute an installer anyway, right?
link