(2022-03-17, 13:41)N. W. Perry Wrote: Hmm, this broke my copy. I replaced the old .jar file with this one, ran my usual launcher script, and got this error message in Terminal:
Code:Error: Could not find or load main class ldinsp.LDInspector in module LDInspector
Methinks I've just forgotten the correct way to install updates…
Yes, I'm sorry: the packaging has changed some time ago. The start class is now ldinsp.guifx.starter.LDIGuiStarter (so there is "guifx.starter." added and the class name is replaced and now reads "LDIGuiStarter" instead of "LDInspector"). The complete start command should be something like
Code:
java --module-path .:javafx-sdk-13.0.2/lib/ -m LDInspector/ldinsp.guifx.starter.LDIGuiStarter
I hope this brings LDInspector back!