Closed pnrobinson closed 2 years ago
Sure, I'll look into it but you'll need to send me one of these first as I'm only using Linux on Intel... ;)
I'd suggest you check that version of Java you're running - e.g. is it 8 or 11+ and is the Java FX library included in that Mac version? For instance try running against Temurin JDK 17.
this was related to getClass() apparently not being equivalent to Classname.class Fixed now
Only on macintosh, I get an except when trying to call the HpoTextMining widget in
FenominalMainControl
line 172,an exception is thrown Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "javafx.fxml.FXMLLoader.getClassLoader()" is null
This is strange because if I run similar code from the HpoTextMining (demo) app, there is no problem. I have checked that the arguments to the builder are initialized.
any ideas? (use develop branch to see error in dialog). To reproduce the error, start the GUI, click
get started
and choose one of the options ON A MAC.