-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a natively compiled version #241
Comments
- needs to specify -H:+TempFile= because of oracle/graal#1562 - needs to use a x64 version - needs to comment out springboot-maven-plugin for now, otherwise mainclass is not found still errors for now Signed-off-by: Aurélien Pupier <[email protected]>
using this branch and building from a "Visual C++ 2015 x86 x64 Cross Built Tools" command prompt, it is reporting these things to configure:
and there is another error after, I hope it is due to the previous configuration (but to investigate):
nota:
|
Signed-off-by: Aurélien Pupier <[email protected]>
first batch of warning "fixed" in branch. Will need to test at runtime. The second set of issues is related to a 32 bit C++ build tools compiler used. Several issues on windows, for reference:
currently seems blocked by:
Might be Windows only issue |
From Leandro Del Sole on gitter chat about the SecurityManager error: "I was building a java native image and needed this same libsunec.so to be able to use AWS SDK. I got this from Linux OpenJDK 11 and it worked for my case" |
Issue informations
currently, a springboot jar is provided. In cloud environment, Ram used is often constrained (sic). If we can provide a native version that can be launched inside Eclipse Che at least, it should improve RAM usage.
see GraalVM https://www.graalvm.org/docs/reference-manual/aot-compilation/
The text was updated successfully, but these errors were encountered: