RealityShard / Documentation

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

Shared libraries #8

Closed ephe-meral closed 11 years ago

ephe-meral commented 12 years ago

Shared libraries (especially protocol libraries and redundant ones used in multiple Game-Apps) should have some kind of place to be put into. Protocol specific libraries can be left in their folders, but the classloader should be a 'parent' of the classloaders of the Game-Apps that use the protocol.

ephe-meral commented 12 years ago

Added the possibility to put shared libs inside a lib/ folder within the RS assembly folder. RS will automatically look out for jars and add them to the current system ClassLoader.

ephe-meral commented 11 years ago

Moved to the java implementation project. The libs folder thing is already implemented in the utils project.