The ghidra client for shared projects works only with JREs up to JRE 11.
So if the firmware utils should be used for collaborative projects, one has to make sure to build it with the same JRE, that ghidra runs on (by setting JAVA_HOME environment variable for gradle).
The ghidra client for shared projects works only with JREs up to JRE 11.
So if the firmware utils should be used for collaborative projects, one has to make sure to build it with the same JRE, that ghidra runs on (by setting JAVA_HOME environment variable for gradle).
Maybe this should be mentioned in the readme