You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ronald (Jira)" <ji...@apache.org> on 2020/10/05 13:21:00 UTC

[jira] [Created] (NETBEANSINFRA-232) Add feature to create native image with graalvm native image utility

ronald created NETBEANSINFRA-232:
------------------------------------

             Summary: Add feature to create native image with graalvm native image utility
                 Key: NETBEANSINFRA-232
                 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-232
             Project: Apache NetBeans Infra
          Issue Type: New Feature
            Reporter: ronald


Graalvm native image allows creating a pure exe file from java code. A pure exe file does not use the java vm, allows faster startup, and is difficult to reverse engineer. The Graalvm native image tool is now available for windows but requires visual studio, visual c++, and is run on the command lline. It would be extremely convenient to avoid this and create the native-image exe inside Netbeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists