in reply to permutations and combinations - too many java class paths!
If that is still too many jars, you can always run it through an optimization algorithm that tries to find the smallest combination of jars that include all classes, but you should at least have much smaller starting set. All combinations of up to 5 elements selected from a pool of 3000 is a *lot* of combinations to try out.
Best, beth
|
|---|