ode4j icon indicating copy to clipboard operation
ode4j copied to clipboard

Wiki should include complete HOWTO for importing the whole project via Maven

Open tzaeschke opened this issue 10 years ago • 3 comments

Currently the according wiki page only describes how to use maven for the 'core' artifact.

The problem with importing the whole project is to get the import of native libraries to work, which are used by lwjgl. For eclipse there is a special Maven-native plug-in, but seems to collide with the hierarchical project structure of ode4j.

tzaeschke avatar Oct 31 '13 16:10 tzaeschke

As it's given there: Maven od4j and for core: Maven ode4j Core

Levvy055 avatar Jun 06 '17 19:06 Levvy055

The problem is that the plain .pom import works only for the core and the cpp part. The demos need lwjgl (which is available via Maven), but lwjgl needs native libraries (last time I checked. These are platform dependent, which is harder to get right in Maven. But I haven't tried this in a while, 2013 apparently, so maybe import via maven is more straight forward nowadays? Also, importing project hierarchies in Eclipse still seems to be a bit weird.

tzaeschke avatar Jun 08 '17 21:06 tzaeschke

It appears the this may now work better with LWJGL, so maybe I should just point to their Wiki. That leaves importing project hierarchies.

tzaeschke avatar Jun 08 '17 21:06 tzaeschke

This is completely solved with LWJGL 3.0. It works without any additional config/settings.

tzaeschke avatar May 19 '23 20:05 tzaeschke