How can I compile java programmes using notepad++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I compile java programmes using notepad++?

21st Aug 2016, 11:04 AM
Devansh Das
Devansh Das - avatar
2 Answers
+ 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 :,-(
21st Aug 2016, 11:17 AM
BraveHornet
BraveHornet - avatar
0
you can only compile in CMD (Command Prompt in Windows PC)
27th Aug 2016, 12:28 PM
Jaden Hepburn
Jaden Hepburn - avatar