Java Reference
In-Depth Information
Installing Java SE
The first mandatory requirement is to install a JDK 8 environment. The Java SE download
site can be found at http://www.oracle.com/technetwork/java/javase/downloads/index.html .
Choose the latest version of Java SE 8 and install it. If you don't know how to install it,
please take a look at http://docs.oracle.com/javase/8/docs/technotes/guides/install/in-
stall_overview.html .
Testing the installation
Once you have completed your installation, run the java -version command from a
command prompt to verify that it is correctly installed. Here is the expected output from a
Windows machine:
C:\>java -version
java version "1.8.0_11"
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed
mode)
Installing WildFly
The JBoss WildFly application server can be downloaded for free from http://wildfly.org/
downloads/ .
As you can see in the following screenshot, at the moment of writing this topic, the latest
stable release of WildFly is 8.1.0.Final, which features a Certified Java EE 7 full profile:
Search WWH ::




Custom Search