Ett livstecken :-) Vill bara säga att jag fortfarande använder JFS fr fakturering. Dock en onlinetjänst för bokföring, blev så för att personen som en stund skötte det föredrog den lösningen. Apropå tid som går, detta program behöver nog snart flytta till modernare java. Tack för ett trevligt program! /Morgan
? your link https://github.com/leaflong/fribok-dirty give 404.
Wonderful to see a sign of life in this project :-) Me and my wife use this app for invoicing in our separate one man businesses. We are no programmers, just free/open enthusiasts. Using Linux systems.
For Mageia 9: FriBok does not work with java default 17 nor latest 18 versions. __Workaround: § Install package java-1.8.0-openjdk § Launch FriBok in the folder where you have the fribok.jar file: /usr/lib/jvm/java-1.8/jre/bin/java -jar fribok*.jar (In Mageia 8 that line had to be prepended with "JAVAOPTIONS=-Dawt.useSystemAAFontSettings=on " for FriBok to more reliably render some windows, but that seem not to be needed now.) Tested with fribok-2.2-SNAPSHOT-jar-with-dependencies.jar , downloaded...
For Mageia 9: FriBok does not work with java default 17 nor latest 18 versions. __Workaround: § Install package java-1.8.0-openjdk § Launch FriBok in the folder where you have the fribok.jar file: _JAVA_OPTIONS=-Dawt.useSystemAAFontSettings=on /usr/lib/jvm/java-1.8/jre/bin/java -jar fribok*.jar Tested with fribok-2.2-SNAPSHOT-jar-with-dependencies.jar , downloaded today, version 242
Some project status page, with links to related projects
Alternative Workaround: Use full path to java: All needed was in my start link just replace java with /usr/lib/jvm/java-1.8.0-openjdk-1.8.0*/jre/bin/java Now I could set system default back to java 11
Workaround: Mageia 8 can have both java 8 and 11, and I could set default java version by running $ sudo alternatives --config java