mikelinf / jspf

Automatically exported from code.google.com/p/jspf
0 stars 0 forks source link

JSPF should be able to load nested plugins (archives, ...) #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Cite Groups-Entry 'Loading nested jars':

I'm trying to load jars from that are nested in a big jar on my class (made 
using one-jar). It has pretty much this layout: 
bigjar 
   - lib 
       - jar1.jar 
       - jar2.jar 
   - main 
       - main.jar 
   - META-INF 
However, I saw this information on the documentation: 
"JSPF doesn't inspect ZIP files (or nested JARs) and I am undecided if this 
feature will be implemented in the future. For the moment, please put all 
plugin JARs into a plain vanilla folder." 
There is a way to go around this? Why exactly this functionality is not 
planned to be implemented? 

Original issue reported on code.google.com by r.biedert on 1 Aug 2011 at 8:54

GoogleCodeExporter commented 8 years ago
I think using http://jcloader.sourceforge.net/ to load nested jars will make it 
easy to implement this functionality 

Original comment by osama.ra...@gmail.com on 7 Aug 2011 at 8:50