RealityShard / Documentation

The collected R:S documentation material.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Host application wont include all RS dependencies #12

Closed ephe-meral closed 11 years ago

ephe-meral commented 11 years ago

When using e.g. the EntitySystem within a shardlet, the execution will fail due to unresolvable dependencies. Qucikfix for now: Add an additional entitysystem.jar to the host application's additional libs manually. (Adding the maven dependency didnt fix the problem, the class loader still does not include the ES, so we went for the manual integration)

ephe-meral commented 11 years ago

Moved to the java utils project.