+ 3
How can I compile java programmes using notepad++?
2 Respuestas
+ 4
First you need to format the Data in a .java file with Notepad++.
Next you need to open your CMD in Windows and write "javac C:/user/the lokation of you Javafile .java".
Then javac will compile it and next you can run it with the Command "java Bytecode Datalocation".
Sry for my bad english :,-(
0
you can only compile in CMD (Command Prompt in Windows PC)