You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/06/06 08:37:03 UTC

[GitHub] JaroslavTulach opened a new pull request #580: Modify the JavaScript script to work with GraalVM 1.0.0-rc1

JaroslavTulach opened a new pull request #580: Modify the JavaScript script to work with GraalVM 1.0.0-rc1
URL: https://github.com/apache/incubator-netbeans/pull/580
 
 
   I am trying to use NetBeans with [GraalVM](http://graalvm.org). Right now executing the Ant script doesn't work:
   ```bash
   incubator-netbeans$ JAVA_HOME=~/bin/graalvm-1.0.0-rc1/ ant tryme -Dtryme.arg.netbeans.close=-J-Dnetbeans.close=true
   ```
   with following patch the IDE starts and shutdowns without an error on GraalVM 1.0.0rc1 as well as official JDK8. CC @woess

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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