If you write a program finish how can you compiled it to execution? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If you write a program finish how can you compiled it to execution?

27th Oct 2016, 8:41 PM
ogbo friday
ogbo friday - avatar
2 Answers
0
using scintilla editor press ctrl+f7 for compiling and press f5 to run (execute) the program
27th Oct 2016, 9:53 PM
samanth kumar
samanth kumar - avatar
0
If using eclipse it auto compiles, i think netbeans does too not sure though. If youre not using an ide for development youll need to go into cmd or terminal and change to the directory where the java file is and use javac to compile it which create a .class file and you can issue the java run command on that .class file
29th Oct 2016, 11:14 PM
steve
steve - avatar