Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

  • Generic JDBC
  • HSQLDB

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

like image 881
Teresa Kozera Avatar asked Dec 09 '14 16:12

Teresa Kozera


1 Answers

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"

like image 104
Salailah Avatar answered Oct 05 '22 15:10

Salailah