Lack of connections to eclipse database

I miss MySQL and other connection profiles in eclipse so that the JBoss server will throw errors. Could not send image due to reputation;)

I have only:

  • Generic JDBC
  • HSQLDB

Using Eclipse Kepler and jboss eap 6.1 is an already installed MySQL server on my PC.

+6
source share
1 answer

First, if you plan to develop Java applications on eclipse, make sure you use the Eclipse IDE for Java EE developers. This will allow you to install the most suitable plugins and does not allow you to load additional plugins.

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

+5
source

Source: https://habr.com/ru/post/979340/


All Articles