Added example showing how to build the executable from the main class file
This commit is contained in:
parent
fdbec5e22a
commit
5fa3c49f45
5 changed files with 30 additions and 14 deletions
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
|
@ -3,6 +3,8 @@
|
|||
<component name="EntryPointsManager">
|
||||
<pattern value="com.example.GraalNativeBuild" />
|
||||
<pattern value="com.example.GraalNativeBuild" method="nativeExec" />
|
||||
<pattern value="com.example.GraalNativeBuild" method="nativeClass" />
|
||||
<pattern value="com.example.GraalNativeBuild" method="nativeJar" />
|
||||
</component>
|
||||
<component name="PDMPlugin">
|
||||
<option name="skipTestSources" value="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue