0

I am creating a Webservice from JAVA EE version, with Java code which calls MySQL database and get/put results from database.

Webservice running fine but it doesn't connect to Database:

Exception: java.lang.reflect.InvocationTargetException Message: java.lang.reflect.InvocationTargetException

edited after previous problem got resolved

alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195

1 Answers1

0

you need use mysql.jar in classpath.