wrappedAppClass returns null
jredfox opened this issue · comments
jredfox commented
Issue: wrappedAppClass returns null after wrapping the main method
Cause: eclipse's jar in jar loader
Solution: look into how to fix their code. it seems like it's rebooting something.....
jredfox commented
made a work around with System#setProperty
as eclipse's jar in jar loader sets a class loader which seems to wipe static fields that are pre-loaded.