Which java are you running, Bob? I'm running 17, it looks like David is running 11. This error is not a bug in the code, but due to a change in Java policy. Java 7 may have broken projectLibre and Java 9 and greater should definitely break it. ChatGPT said: It looks like you're trying to instantiate a class from Groovy code and are encountering an issue with ** the use of newInstance(), which is deprecated.** In Java (and Groovy), you should use groovyClass.getDeclaredConstructor().newInstance()...
Right click doesn't works with ProjectLibre 1.9.3
YES! Just got right click and the task bar menu (Indent, Outdent, InsertTask, Delete, Copy, Cut, Paste, Expand, Collapse) working on projectlibre_1.9.3-1.deb running JRE17 on my Debian 12 system! I am not a real programmer*, so this may not be right, but it works for me and hopefully someone who knows what they are doing can correctly modify the code. After a fresh install of the latest Debian release, all my attempts to install projectLibre resulted in the same error the OP reported: NullPointerException:...