Closed lacraig2 closed 2 years ago
When running with a version of Java later than version 11 the following warning is thrown in Java. This warning halts the compilation.
java.lang.IllegalStateException: warning: target release 11 conflicts with default source release 14
It seems to be caused by this specification:
https://github.com/Defense-Cyber-Crime-Center/pyhidra/blob/c487e4d39445d836e8626aacc65f206f127ab063/pyhidra/javac.py#L6
Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV, openjdk 14.0.2
Fixed.
When running with a version of Java later than version 11 the following warning is thrown in Java. This warning halts the compilation.
It seems to be caused by this specification:
https://github.com/Defense-Cyber-Crime-Center/pyhidra/blob/c487e4d39445d836e8626aacc65f206f127ab063/pyhidra/javac.py#L6
Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV, openjdk 14.0.2