Last active
April 30, 2016 06:22
-
-
Save JunielKatarn/68f3b0b525baa049345823771bca5c21 to your computer and use it in GitHub Desktop.
Local .properties file to build NetBeans/Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cluster.config=python | |
permit.jdk8.builds=true | |
build.compiler=extJavac | |
java.compilerargs=-J-Xmx2G | |
netbeans.full.hack=true | |
nbjdk.home=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home | |
#nbjdk.home=C:\\Program Files\\Java\\jdk8 | |
#test.user.dir=C:\\Path\\To\\testuserdir.win |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment