Hello,
Wasn't there a way to set the compiler to use inside a project?
I'm asking because I have some misery to get an ssd1306 oled display working that's included on a raspberry pi poe hat.
The culprit seems to be the removal of a shared secrets lib ( Caused by: java.lang.ClassNotFoundException: sun.misc.SharedSecrets ).
So I would like to try to compile this to open or oracle jdk 8.x without messing up other things.
Running it via jre8 on the pi doesn't work as it detects that it was compiled with a newer version.
Wasn't there a way to set the compiler to use inside a project?
I'm asking because I have some misery to get an ssd1306 oled display working that's included on a raspberry pi poe hat.
The culprit seems to be the removal of a shared secrets lib ( Caused by: java.lang.ClassNotFoundException: sun.misc.SharedSecrets ).
So I would like to try to compile this to open or oracle jdk 8.x without messing up other things.
Running it via jre8 on the pi doesn't work as it detects that it was compiled with a newer version.