Last active
November 25, 2018 09:53
-
-
Save fengye/b04e82b07becdadf7499939f92e4af31 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"build_command": "$sourcepath $classpath $d \"$file\"", | |
"java_executables": | |
{ | |
"build": "nxjc", | |
"run": "nxjlink", | |
"version": "nxjc" | |
}, | |
"jdk_version": | |
{ | |
"JDK1.6.0u65": | |
{ | |
"path": "/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands", | |
"update": "65", | |
"version": "1.6.0" | |
}, | |
"JDK1.7.0u79": | |
{ | |
"path": "/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin", | |
"update": "79", | |
"version": "1.7.0" | |
}, | |
"NXJ0.9.1": | |
{ | |
"path": "/Users/feng_ye/leJOS_NXJ_0.9.1beta-3/bin", | |
"update": "3", | |
"version": "0.9.1" | |
}, | |
"use": "NXJ0.9.1" | |
}, | |
"message_id": 20, | |
"project_data": | |
{ | |
"2": | |
{ | |
"folders": | |
[ | |
{ | |
"path": "." | |
} | |
], | |
"javatar": | |
{ | |
"jdk_version": | |
{ | |
"JDK1.6.0u65": | |
{ | |
"path": "/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands", | |
"update": "65", | |
"version": "1.6.0" | |
}, | |
"JDK1.7.0u79": | |
{ | |
"path": "/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin", | |
"update": "79", | |
"version": "1.7.0" | |
} | |
}, | |
"source_folder": "/Users/feng_ye/Projects/NXJRealCompass/src" | |
} | |
} | |
}, | |
"run_command": "-o \"$project_dir$sepbin\"/blob.nxj --classpath=$project_dir$sepbin $full_class_path && nxjupload -r \"$project_dir$sepbin\"/blob.nxj" | |
} |
Tested on Mac OSX 10.9.1(pretty old white Macbook) && macOS 10.13.6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Javatar on Sublime 3 to facilitate NXT programming! Only support one program entry in a single project. Need to set proper Javatar "source_folder" before compiling. Given that, saving a sublime-project is recommended.