-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Looks like this plug-in does not support JDK 11. The problem seems to be in WALA; it can't find java.lang.Object
. The class hierarchy is quite different in Java > 8 because of the module system. There's also significant changes to the JDK structure, e.g., rt.jar
no longer exists and has been replaced with something else.