What can one use yo run java? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What can one use yo run java?

23rd Aug 2018, 4:46 AM
Fortune Jay
Fortune Jay - avatar
2 Respostas
0
To run Java programs, you need Java Runtime Environment (JRE). If you also want to create Java programs, then you need the Java Development Kit (JDK). The JRE comes with the JDK, so you dont need to download both. The JRE amd JDK are available for download for free from Oracleā€™s website: https://www.oracle.com/technetwork/java/javase/downloads/index.html For development, Iā€™d also recommend using an IDE (integrated development environment) - it makes coding WAY easier. Personally, I use Netbeans, which you can download bundled with the JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html Eclipse is another popular IDE; I havenā€™t used it myself, but I may as well throw in a download link for you since itā€™s arguably the most popular IDE out there for Java developers: https://www.eclipse.org/downloads/packages/release/oxygen/3a/eclipse-ide-java-developers
23rd Aug 2018, 6:10 AM
krikkitbot
krikkitbot - avatar
0
thanks foxx..
23rd Aug 2018, 9:29 AM
Fortune Jay
Fortune Jay - avatar