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.
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.