Apnea Board Forum - CPAP | Sleep Apnea
SleepMaster AdoptopenJDK 11.0.9.1+1 problem - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: SleepMaster AdoptopenJDK 11.0.9.1+1 problem (/Thread-SleepMaster-AdoptopenJDK-11-0-9-1-1-problem)



SleepMaster AdoptopenJDK 11.0.9.1+1 problem - todivefor - 11-21-2020

I use AdoptOpenJDK LTS 11 for my JDK. I try to remain current quarterly. I upgraded from 11.0.8.8+10 to 11.0.9.1+1 on 11/18/2020. I tried downloading my data yesterday and got the attached message. Re-installed prior java JDK release and all works fine. I see this as a problem going forward with open source java and no source apps one might be running. If anyone has any ideas, I would be interested.


RE: SleepMaster AdoptopenJDK 11.0.9.1+1 problem - Crimson Nape - 11-21-2020

When I upgraded from OpenJDK-8 to version 11 on my Linux boxes, I ran into a similar problem.  I had to modify my code to run a ".jar" file to this, "java --module-path /usr/share/openjfx/lib --add-modules ALL-MODULE-PATH -jar".


RE: SleepMaster AdoptopenJDK 11.0.9.1+1 problem - todivefor - 11-21-2020

I think that is a different problem. The JDK in version 8 also included JavaFX which from 9 on was excluded and needs to be installed separately (openifx). Flasfpap uses JavaFX as its GUI interface, SleepMaster does not. This is one of the reasons I choose to use SleepMaster (no javaFX dependency, all needed parts are included in the JDK). Flashpap then has to point to JavaFX libraries. I would have thought those building the JDK and implementing JavaFX would have found an easier resolution. I need to research JavaFX more.