tamazz.blogg.se

Compile java in notepad++
Compile java in notepad++









compile java in notepad++

Using a plugin called npp and called through F6 and run with this code (given in the comments) succeeds in compiling the Java program into the correct. Java is properly setup and I can call the Java program to do its thing through CMD. To run the resulted byte code, however this has absolutely no success at all anymore. This is the code to run Javac to compile the code: javac “$(FILE_NAME)”

compile java in notepad++

I guess notepad++ has changed or the Java development Kit has been massively modified because all examples I have used result in errors, even though there is little room for error. I've been trying to set up Notepad++ as a little Java environment, mainly for learning Java as I was having some difficulty getting a simple program to work with NetBeans, unfortunately all the advice on setting up Notepad++ to call the Java code is not working.











Compile java in notepad++