hi Lukas, thanks for replay yep, "in some way" it helped :D
because I don't have and I cannot install maven in my OS (no ask please, jaja) I imported root project into eclipse, "run as" maven clean, then maven install and voila! thanks again On Wed, Jul 6, 2016 at 5:11 AM, Lukas Eder <[email protected]> wrote: > 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 a topic in the > Google Groups "jOOQ User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jooq-user/D3Ca024AQ0M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- [image: --] [icarus] [image: https://]about.me/mcrose <https://about.me/mcrose?promo=email_sig> Betto McRose Java/JavaEE Developer -- 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.
