Prerequisite Tasks for Completing This Tutorial DRAFT |
Previous | Next | Contents |
To complete this tutorial, you need to complete the following tasks first:
This tutorial is compatible with the following software:
Software |
Version |
8 update 144 (8u144) or greater |
|
5.0 or greater |
|
8.2 or greater |
|
4.7.0 or greater |
To get the Jakarta EE 8 SDK, go to
http://www.oracle.com/technetwork/java/jakartaee/downloads/
. Download and
install the SDK. The location where you install it is typically
glassfish5
in your home directory, but you can change this.
The tutorial is installed in the docs/firstcup
directory of your SDK
installation.
To get NetBeans IDE, go to https://netbeans.org/downloads/
and
download the Java EE distribution. Install this distribution.
Once you have all the necessary downloads, you must configure NetBeans IDE and get the latest tutorial updates.
To run this tutorial in NetBeans IDE, you must register your GlassFish Server installation as a NetBeans server instance. Follow these instructions to register the GlassFish Server in NetBeans IDE.
From the Tools menu, select Servers.
In the Servers dialog, click Add Server.
Under Choose Server, select GlassFish Server and click Next.
Under Server Location, browse to or enter the location of your GlassFish Server installation.
Click Next.
Under Domain Location, select the default domain, domain1
.
Click Finish.
Previous | Next | Contents |
DRAFT