Missing database connections eclipse

感情迁移 提交于 2021-02-07 06:38:17

问题


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.


回答1:


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"



来源:https://stackoverflow.com/questions/27384509/missing-database-connections-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!