I'm sorry for that. All our examples require Maven. It seemed like such a
wide spread standard in most environments that we haven't thought of
alternative models. After all, the Spark example for instance uses the
Spark Java dependency, which again depends on Jetty. If we wanted to
manually maintain all those dependencies in the examples, we'd be doing a
lot of work that could be avoided.

2016-07-06 16:02 GMT+02:00 Betto McRose [icarus] <[email protected]>:

> well, I did not work so well I see now
> 1st, I imported 'jooq-jax-rs-example' as maven project, no problem at all
> 2nd, the same way 'jooq-spark-example' and I still have the error
> just in case, I imported 'jooq-javafx-example' project... same error :'(
>
> On Wed, Jul 6, 2016 at 10:56 AM, Betto McRose [icarus] <
> [email protected]> wrote:
>
>> 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
>>
>>
>
>
> --
>
>
> [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.
>

-- 
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.

Reply via email to