Hi, Please upgrade to the latest version of jOOQ. We no longer support jOOQ 2.5
Regards, Lukas 2014-02-21 5:29 GMT+01:00 Prashant Kumar <[email protected]>: > I am new buzz on JOOQ. > I want to access mysql database using jooq > I do have a con fig.xml, jooq-2.5.2.jar jooq-meta-2.5.2.jar, > jooq-codegen-2.5.2.jar, mysql-connector-java-5.1.18-bin.jar > > but I don't know how to run my project in Ubuntu > when I wrote command > java -cp > jooq-2.5.2.jar:jooq-meta-2.5.2.jar:jooq-codegen-2.5.2.jar:mysql-connector-java-5.1.18-bin.jar: > org.jooq.util.GenerationTool /.library.xml > > it always give me a error message > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/jooq/util/jaxb/Configuration > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:2531) > at java.lang.Class.getMethod0(Class.java:2774) > at java.lang.Class.getMethod(Class.java:1663) > at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494) > at > sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486) > Caused by: java.lang.ClassNotFoundException: > org.jooq.util.jaxb.Configuration > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > ... 6 more > > > please help me how to use jooq steps by step > > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
