AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
43 stars 2 forks source link

Tests are failing under java 11 #34

Open prabhu opened 1 year ago

prabhu commented 1 year ago

Temporarily removed java 11 from tests pending investigation.

prabhu commented 1 year ago

It turns out eclipse cdt used by c2cpg is forcing a min jdk version > 11

java.lang.UnsupportedClassVersionError: org/eclipse/core/runtime/Plugin has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)