+ 5
How can I run and compile program Code?
please reply the best thing guys.(without using ide).
5 Respuestas
+ 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
+ 3
without IDE .what can I do in 💻 PC @nura Ibrahim.
0
Simply use CODE PLAY GROUND on the section of this website
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
0
Its better to compile java with IDE. Eclipse quite popular with Java