Baixar java versao 7

broken image

In order to be able to compile Java code, we need the Java Development Kit (JDK) package that comes with a Java compiler.

broken image
broken image

There are a number of different Java packages available, for this tutorial we will be installing Java Standard Edition (SE) on Windows. Java can be obtained from the Oracle Java download page. Following tutorial will show you how to setup and configure Java 1.7 on Windows so you can develop and run Java code.Ĭheck following posts if you are looking to download and install JDK 1.5, JDK 1.6, JDK 1.8, JDK 1.9 or JDK 1.10. Java is currently owned by the Oracle Corporation which acquired Sun Microsystems in 2010. Java applications are compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. It was originally developed by James Gosling at Sun Microsystems. Java is a computer programming language that is concurrent, class-based and object-oriented. Java - Download & Install JDK 1.7 on Windows