How can I run and compile program Code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can I run and compile program Code?

please reply the best thing guys.(without using ide).

26th Jun 2017, 12:52 PM
aishwaryaravi
aishwaryaravi - avatar
5 Answers
+ 5
- With IDE - just download and install eclipse or netbeans. - Without IDE - 1. Install Java SDK 2. Set Path variable in the System properties 3. Type your codes in notepad and save it with ".java" extension. 4. Goto your java file directory using cmd(command prompt). use command "cd <path>". 5. Compile - javac <filename.java> 6. Execute - java classname
26th Jun 2017, 3:46 PM
NSA94
NSA94 - avatar
+ 3
without IDE .what can I do in 💻 PC @nura Ibrahim.
26th Jun 2017, 1:25 PM
aishwaryaravi
aishwaryaravi - avatar
0
Simply use CODE PLAY GROUND on the section of this website
26th Jun 2017, 1:07 PM
Nura Programmer
Nura Programmer - avatar
0
Else if you need to program offline, you need a compiler and an IDE softwares installed on your PC. You can Google to get what ever compiler and its IDE you need there
26th Jun 2017, 1:10 PM
Nura Programmer
Nura Programmer - avatar
0
Its better to compile java with IDE. Eclipse quite popular with Java
26th Jun 2017, 1:43 PM
Izzul Haziq Safarudin
Izzul Haziq Safarudin - avatar