nested JARs
How to make nested JARs?I read that it is not possible - in order to load class files stored in such nested JARs one would have to implement his own classloader. But those were several-year-old posts.Is the situation different now?Thanks.
[266 byte] By [
STFa] at [2007-11-27 3:04:09]

# 2
Hello, t hanks i had look long for this answer....now, could you be so kind to point me to the direction of creating a classloader for loading nested jars?thanks and regards marco
# 5
Hello,
anyway, i have one huge dilemma.
the app that i am working with was packaged using jdk1.4, with nested jars.
when i run it using jdk1.4 java -jar the code can definitely see all included jars (it runs with no problems at all)... while if i run exactly the same jar with 1.5 it starts to complain of classNotFoundException....
how can that be explained?
regards
marco