
Download and install Oracle Java Development Kit Download and install Oracle Java Development Kit. Lanzar para borrar versiones anteriores.Įn la ruta C:Program FilesJava ver cual es la carpeta de la versión de Java que tenemos y para ella crear una variable de entorno llamada JAVA_HOME con la ruta de la instalacíon, en mi caso: C:Program FilesJavajdk1.8. Install JDK following instructions in the readme. Lanzar para comprobar la versión de Java. Regarding Oracle Java SE Support Roadmap, version 19 is the latest one, and versions 17, 11 and 8 are the currently supported long-term support (LTS) versions. Why would you need JDK then? Because application server will convert JSP into Servlets and use JDK to compile the servlets.ĭescargar ultima versión de Java Platform (JDK) desde: Ejecutar el instalador. For example, if you are deploying a WebApp with JSP, you are technically just running Java Programs inside the application server. Sometimes, even though you are not planning to do any Java Development on a computer, you still need the JDK installed. On the other hand, if you are planning to do some Java programming, you will also need JDK. Usually, when you only care about running Java programs on your browser or computer you will only install JRE. JDK: It’s the full featured Software Development Kit for Java, including JRE, and the compilers and tools (like JavaDoc, and Java Debugger) to create and compile programs. It also includes browser plugins for Applet execution.


Step 1:Download JDK 1.8 kit from Oracle official website. It is basically the Java Virtual Machine where your Java programs run on. Here we install java 1.8 in Windows 10 with pictures for Java professionals or in-built for other software.

What are their roles and when should I use one or the other? What is the difference between JDK and JRE?
