|
|
|
|
|
by lucyjojo
335 days ago
|
|
there's no such thing as generic "jvm builds" as far as i understand though. jvm is the target, it's like saying x64 builds are complex. maybe you re thinking of ant or maven or gradle? there are plenty others. you can build basic java with "javac myfile.java". done. each jvm language has its own build tools and some build tools cover jvm languages in between others. |
|
the main pain points for me are dependencies, packaging, and configuration. best i can tell, those pains are shared between anything that targets JVM, especially those that want to have good interop.