From the course: Java EE: Packaging and Deploying an App

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Set up a project with GlassFish in NetBeans

Set up a project with GlassFish in NetBeans

From the course: Java EE: Packaging and Deploying an App

Start my 1-month free trial

Set up a project with GlassFish in NetBeans

- [Instructor] In this course we have a project you can use as we go through all the different options for deployment. But feel free to use your own application. So let's take a look at the project included and set it up with GlassFish. So what we're going to do first is set up a new folder here on our desktop. So let's go and right-click, click on new folder, and I'm going to call this GlassFish. Or let's call it hello which is basically the name of the application that we're going to get from the exercise files. So, click on the exercise files, and then click on resources, and then click on hello and copy the entire folder here. And then we'll paste it in our hello folder that we just created. Perfect. Now what we're going to do is open NetBeans and we're going to set it up inside of NetBeans. So what you need to do is either click on file and then open project or you can use the shortcut that we have in here and then on the desktop you select the hello project that we just created.…

Contents