mchr3k / swtjar

SWT Single Jar Packager
http://mchr3k.github.com/swtjar/
17 stars 10 forks source link

Enhance the SWTClassLoader to dynamically load class in other jars inside the jar #6

Open petrus-dev opened 9 years ago

petrus-dev commented 9 years ago

It seems that the SWTClassLoader only handles swt-*.jar loading inside the application jar. Is there a way to also enable the classloader to do the same thing with other jar libs included in the app jar (like what onejar or jar-in-jar does). I can't make it work this way. Maybe I missed something, or it is not possible. Could it be added, maybe as an option? I find it annoying to have a nice single jar with swt files nicely packaged inside and a lib folder with all the other jars used by my project. Thanks.