Skip to content

Instantly share code, notes, and snippets.

@fengye
Last active November 25, 2018 09:53
Show Gist options
  • Save fengye/b04e82b07becdadf7499939f92e4af31 to your computer and use it in GitHub Desktop.
Save fengye/b04e82b07becdadf7499939f92e4af31 to your computer and use it in GitHub Desktop.
{
"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"
}
@fengye
Copy link
Author

fengye commented Nov 25, 2018

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.

@fengye
Copy link
Author

fengye commented Nov 25, 2018

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