What should I use instead of NetBeans?
I use JCreator on Windows platform, you can buy full version for something like £30 or get free LightEdition, but then it is my choice.
To Peter_Budo:
I have not found any Instalation Guide. Could you tell me where you found the installation instructions?
In NetBeans do I have to additionally to add CLASSPATH or everything can be done through Library Manager
I went to the website to which you provided link. Downloaded jump-1.2.zip. Extracted with WinRar and got 3 folders bin(binnary), doc(documentation) and exc(executable).
Executable contains all JAR file which are required to run Jump. In general for Windows you will use CLASSPATH in System Properties>Advanced>Enviroment Variables to tell JVM where to look for the libraries (to get System Properties do right mouse click on My Computer and select Properties)
Binnary should contains actual source code which you may change and recompile if you want, in this case there was something with Ants, but not sure as I did not worked with it yet. However I did not see any hint of coding just some unknow file extensions to me.
Documentation has few pdf with instalation instructions, user manual and licence plus some stuff in txt format. So it is hear where I found that instalation instructions.
PS: I hope you have same version of Jump like I downloaded