|
|
|
|
|
by akerro
3039 days ago
|
|
>I remember there were talks about future AOT awhile ago - is this a thing now? Yes, AoT is now supported in Java out of box. Java after Jigsaw projects is modularized and you can build an executable file, like .exe or .bin which contains minimal JVM in it with JVM modules and your own modules and it's dependencies. You can read more about it here https://steveperkins.com/using-java-9-modularization-to-ship... >If this is a thing now, supported and official - why it's not more popular? (or maybe I'm wrong). Probably because a lot of developers still think Java is slow, many peoples opinion on Java is from 10 years ago. AoT was officially released in OpenJDK a few weeks ago, so as you can see, a lot of people don't know about it yet. |
|