Teresa Kozera
Teresa Kozera

Reputation: 232

Missing database connections eclipse

I am missing MySQL and other connection profiles in eclipse so that JBoss server throws errors. Unable to post image because of reputation ;)

I do have only:

Using Eclipse Kepler and jboss eap 6.1 - already established MySQL server on my PC.

Upvotes: 8

Views: 9097

Answers (1)

Salailah
Salailah

Reputation: 445

First, if you are going to do any Java web application development on eclipse, please make sure you are using Eclipse IDE for Java EE Developers. This will get most relevant plugins already installed and prevents you from downloading any further plugins.

You can download additional connection profiles via the DTP (Data Tools Platform) plugin. Either via "Eclipse Marketplace", Search for DTP or "Install New Software...", Enter your eclipse version in the "Work with: " field (in this case "Kepler ") and look for the Database Development > Data Tools Platform Enablement Extender SDK"

Upvotes: 11

Related Questions