@dreieck Thank you for your suggestions. I will create -bin
package with suggested changes and request merging.
@sinbud2004 I still think that env JAVA_HOME=... freemind
is better approach. No need to sudo, no system-wide changes (other programs are unaffected).
@butla The same problem and the same solution. Use java-11, not java-17. I think, I will change the package to use Java 11 explicitly.
Pinned Comments
Andrei_Korshikov commented on 2022-12-07 15:06 (UTC) (edited on 2024-09-26 19:31 (UTC) by Andrei_Korshikov)
FreeMind runs on Java 8 and 11, and does not run on Java 17 and above. To run
freemind
with non-default Java version you can use simple command like so:env JAVA_HOME=/usr/lib/jvm/java-11-openjdk freemind
The package repository is mirrored to Codeberg and GitHub.