Hi there,
I was verifying your plugin on NetBeans 8.1, but I stop when I got the following issue:
I just installed your plugin, then I created a new python project (ant because I'm on Windows) and I get the following error running the hello world example.
Traceback (most recent call last):
File "", line 444, in
File "", line 435, in main
File "Z:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess", line 522, in call
File "Z:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess", line 710, in __init__
File "Z:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess", line 958, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
I'm on Windows 10 and running the code above on NetBeans 8.1 on JVM 8u65 64bit. I think there may be something pointing to your development environment (drive Z:\jythondev\)
Carlos Q