Tagged Questions

0
votes
3answers
708 views

Classpath problems with Jini ClassDep, Java's dependency finder

I started to use Sun's ClassDep as a solution to fight the inclusion of unnecessary JARs in my resulting WAR application. It seems to rock. However, this beast is hard to tame! I'm getting several ...