Resolve Project Problems in NetBeans IDE(ConnectingDataBase)

whitebull13 picture whitebull13 · Jul 11, 2017 · Viewed 8.8k times · Source

A Bunch of Problems-Screenshot !!

I installed NetBeans.I am seeing a lot of errors under 'Resolve Project Problems' window.I don't know why is this the case.It is showing under the Connecting DataBase folder of which I have no clue of.Please help me out.

Answer

Edwin Buck picture Edwin Buck · Jul 11, 2017

The "Resolve Project Problems" dialog is presenting information that it cannot run the program because required supporting libraries are not present in the project setup.

If you expand your "ConnectingDataBase" Libraries folders, odds are that none of these libraries are present.

My guess as to how you got into this state is that you added a needed library; but, that needed library required many other libraries to "support" the library you needed.

There are a number of ways to fix this, but they all depend on a root cause which is not known.

  1. If the project previously worked, looking at the last change might make obvious what part of the project was reconfigured. Setting the configuration back could be a solution, or moving the existing elements into the new configuration location could be a solution.

  2. If the project is relatively new, and something was added, you need to either revert the addition or add the supporting libraries.

There are many ways to add supporting libraries, and a few systems that will do so for you. I recommend Apache's Maven, but it has a high learning curve.