Can't load fxml on Macos
Michael Hall
mik3hall at gmail.com
Tue Oct 20 14:07:13 UTC 2020
> On Oct 20, 2020, at 8:56 AM, Davide Perini <perini.davide at dpsoftware.org> wrote:
>
> GUIManager.class.getResource
Not finding it? Not sure why that would be different OS X though.
Recently moved a (non-jfx) project to Eclipse and had to change class.getResourceAsStream to ClassLoader.getResourceAsStream. Because couldn’t figure out how to bundle the resource with the packaged class in Eclipse. Are the jars the same? If you jar -tvf is the resource where you expect to find it?
More information about the openjfx-dev
mailing list