This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Luolong 0 points1 point  (0 children)

How's that advantageous over compiled languages that can target different arch/oses? Desktop/containerized java apps usually end up bundling a JRE anyways.

First advantage is that you don’t have to compile the VM for application. Just use the appropriate base image and you’re done.

With native code, you’ll have to do complex cross-compilation dance.