jredfox / OpenTerminal

do you have a java command prompt program? then this program is for you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrappedAppClass returns null

jredfox opened this issue · comments

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.....

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.