java-aot Questions

1

I am trying to compile an application server with JDK9's new AOT feature, and am facing a number of challenges. The appserver consists of ~180 MB jars; compiling that together overflows integer so ...
Joo asked 5/10, 2017 at 10:2

1

Solved

I develop an app that intent to Camera application to take picture and save it. but my problem is : sometimes after picture taken and my app called ,my application crashed(without onActivityResul...
Infer asked 12/9, 2018 at 11:42

1

As per JEP 295 AOT compilation of any JDK modules, classes, or of user code, is experimental and not supported in JDK 9. To use the AOTed java.base module, the user will have to compile the module...
Mincey asked 5/10, 2017 at 6:53
1

© 2022 - 2024 — McMap. All rights reserved.