Hi Prashant, As I thought, those things are rather easy to fix :-)
1. You referenced jOOQ 2.5.2 from the pom.xml, but at the same time you're using jOOQ-codegen 3.3.1. That doesn't look correct 2. You're missing imports from the tutorial. The tutorial imports all of these things: import static test.generated.Tables.*;import static org.jooq.impl.DSL.*; import java.sql.*; import org.jooq.*;import org.jooq.impl.*; Hope this helps, Lukas 2014-03-12 15:11 GMT+01:00 Prashant Kumar <[email protected]>: > Lukas i am sending you screenshots of library.xml , error message while > compiling the maven project, directorys , and Main file > > -- > 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/d/optout. > -- 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/d/optout.
