Hello, I have a problem with the installer on mysql. Iam using the "mysql-connector-java-3.1.12-bin-g.jar" Driver with the following properties:
Database type: mysql Database user name: root Database Password: xxx jdbc connection string: jdbc:mysql://localhost:3306/mysql jdbc driver class name: com.mysql.jdbc.Driver jdbc Driver: mysql-connector-java-3.1.12-bin-g.jar All Database informations are correct. During the install a error-popup appears. Under "show details"->"errors" "BUILD FAILED java.lang.NoClassDefFoundError: org/aspectj/lang/Signature" I know that the mysql driver needs the "aspectjrt.jar", wich is in the same directory. What can I do? best regards
