I need to know more about 'jlink'. I did the following experiment:
unjar 3 different jars into a temp directory, then use 'jar' to make a new jar file, A.jar jlink the same 3 jars to make a new jar file, B.jar Then, I did jar -tf A.jar | sort > /tmp/A.lst jar -tf B.jar | sort > /tmp/B.lst Then I diff'ed A.lst and B.lst. There were NUMEROUS differences, too numerous to even try to list. I would have thought the two would be the same... Am I not understanding something about what jlink is supposed to do? -ken
