On Mon, 27 Apr 2020 15:49:31 GMT, John Neffenger <github.com+1413266+jgn...@openjdk.org> wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Search javafx.platform.properties in jfx-runtime/lib directory > > Thanks, Alexander! I just tested your pull request again, and JavaFX is now > picking up the properties file along with > the correct native screen DPI on my Monocle ARM platform. > > @AlexanderScherbatiy Did you move the _javafx.platform.properties_ file to > > its parent directory manually, as I just did? > > I used the full version of jdk 14.0.1 on Raspberry Pi where JavaFX is > included in jdk so the file > _javafx.platform.properties_ is already in jdk-14.0.1-full/lib directory. > To debug the JavaFX on Raspberry Pi I built armv6hf-sdk and just copied the > file _javafx.platform.properties_ from the > full jdk version with JavaFX to jdk-14.0.1/lib directory of jdk without > JavaFX which I used to run my java application > with JavaFX modules from armv6hf-sdk/lib. I'm confused by this, what is the full version of JDK 14.0.1? JavaFX is not part of the JDK anymore, therefore I don't expect a javafx.platform.properties in the JDK. Iif this is the case, it seems a serious bug to me. ------------- PR: https://git.openjdk.java.net/jfx/pull/193