Hello Betto, In most examples, we didn't include the generated code in our git repositories. The idea is that you build the examples using Maven as instructed in the README.md files. The Maven build of each example project will then
1. Setup the example database 2. Run the jOOQ code generator that produces the org.jooq.example.db.* classes For instance, the JavaFX example: https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/jOOQ-javafx-example In order to build / run it, run these commands on your command line: $ pwd /path/to/checkout/dir $ cd jOOQ-examples/jOOQ-javafx-example ... $ mvn clean install I hope this helps. Let me know if you encounter any further issues and I'm very happy to assist. Lukas 2016-07-05 20:42 GMT+02:00 Betto McRose DEV <[email protected]>: > Hi all > > every single example project I import into Eclipse IDE gave me this > error: The import org.jooq.example.db cannot be resolved > > I cannot find anywhere how to import it > > thanks > > > -- > 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.
