imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

ClassLoaderPlus: sort problematic fat jars last #6

Closed ctrueden closed 10 years ago

ctrueden commented 10 years ago

We want JARs like jython, jruby and batik to be deprioritized when loading classes, because these JARs contain older and known-to-be-broken-and-incompatible classes, particularly for XML packages such as org.apache.xpath. Joda time is another example.

Concocted with excellent help from Johannes Schindelin.

dscho commented 10 years ago

Thanks for making that PR, and for working with me on this issue pair-programming-style. Was fun!