+ 1

How to run java code in pc,, give some link to download

14th Jun 2017, 2:41 AM
Pratik Gupta
Pratik Gupta - avatar
3 Answers
+ 1
ya they are right, you need to install JDK and check java -version which will display what java version you have installed. use cmd notepad++ for writing java code if you are familiar with syntax else use the IDE which will autocomplete or suggest what u are expecting. Netbeans IDE is good for beginner Eclipse IDE is better for experience one
14th Jun 2017, 5:44 AM
Nanda Balakrishnan
14th Jun 2017, 2:47 AM
vivek_reddy
vivek_reddy - avatar
+ 1
Google for Java 9, and on the first result, download the JRE and the JDK for Java 9. Follow the instructions there to install and setup. With Java 9, you get jshell. It will ease and speed up your Java learning experience. Eclipse, Netbeans, IntelliJ IDEA are all excellent. Read the reviews and pick what you like from there.
14th Jun 2017, 2:48 AM
Venkatesh Pitta
Venkatesh Pitta - avatar