From the course: Java Database Access with Hibernate

Unlock the full course today

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

NetBeans setup

NetBeans setup - Java Tutorial

From the course: Java Database Access with Hibernate

Start my 1-month free trial

NetBeans setup

- [Narrator] Now that we have the hibernate framework downloaded and extracted, as well as, I installed the MySQL Server, now I'd like to show you how we would set things up in NetBeans. Now again, I'm using the NetBeans IDE, version 8.1, but you could also do the same thing in Eclipse, or even IntelliJ; they're very similar in their processes. So let's open up the IDE. The first thing you'll want to do is check to make sure that the hibernate plugin is available in your IDE. In NetBeans, we're going to go to tools, and plugins. From here, notice there are some tabs across the top. Updates, available plugins, downloaded, installed, and settings. Before trying to install the plugin, let's make sure it's not already there. So if you click on installed, you'll notice that the list of installed plugins are not in any particular alphabetical order. So I'm going to click on name, so they get sorted. Now, I can see about three-quarters of the way down, I have the hibernate plugin, so it…

Contents