mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Make booter computed classpath available to app #77

Closed adamretter closed 5 years ago

adamretter commented 5 years ago

Closes https://github.com/mojohaus/appassembler/issues/86

Records the computed Booter classpath to the System property app.class.path property. This allows the booted application to read the property if it needs to further understand/process the classpath.