Junaid
Junaid

Reputation: 1

Netbeans 7.0.1 for java GUI application

Can anybody help me with the following error which I am facing while creating a GUI application connecting with MySQL database.

swing-app-framework library could not be found
beans-binding library could not be found
toplink library could not be found

I am beginner in Netbeans 7.0.1.
What kind of error is this? If I guess this error occurs due to some missing libraries/packages. Where will I get the missing libraries/packages?

Upvotes: 0

Views: 7595

Answers (2)

senthil
senthil

Reputation: 9

Try going in Tools -> Library and seeing if Beans Bindings, Swing Application Framework and TopLink are referenced with the correct classpath and run this application

Upvotes: 0

TheUnexpected
TheUnexpected

Reputation: 3177

Try going in Tools -> Library and seeing if Beans Bindings, Swing Application Framework and TopLink are referenced with the correct classpath

Upvotes: 1

Related Questions