summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-22install a copy of the license agreement that nobody cares aboutMantas Mikulėnas
2022-09-22quote from "Release Notes" regarding lib/*.jarMantas Mikulėnas
> If running the Browser with JVM 1.3 you might encounter some problems > with the JNDI library. JVM 1.3 includes an older version of the JNDI > library then the version that is distributed with the Browser. 1.3 > will load the older version instead of the Browser version. To force > the Browser to load its version of the JNDI library using the 'lbe' > script pass 'fix13' as the first parameter to the script.
2022-09-22mksrcinfoMantas Mikulėnas
2022-09-22don't install lib/*.jarMantas Mikulėnas
It's a copy of JNDI which the JRE already comes with, it's not even in the classpath, and the program works without it. Based on the upstream lbe.sh and lbe.old.sh (see the "fix13" parameter), it seems that these jars were only needed for Java 1.3.
2022-09-22fix the 'Help' menu itemsMantas Mikulėnas
2022-09-22support Java 11Mantas Mikulėnas
jre11-openjdk seems to be compatible, but it's the last.
2022-09-22finally remove noextractMantas Mikulėnas
As we now install things one-by-one, noextract is no longer needed. (It's not like there will ever be a different version...)
2022-09-22link to the system-wide cacerts path, fix attributes.configMantas Mikulėnas
2022-09-22doesn't seem like the .properties file has any use... or any effectMantas Mikulėnas
2022-09-22split template configurations into /usr/shareMantas Mikulėnas
2022-09-22move from /opt to /usr/libMantas Mikulėnas
Seems like this is how most Java software is packaged (looking at openfire and dbeaver).
2022-09-22use always-present libarchive tools for extractionMantas Mikulėnas
2022-03-22update URL and descriptionMantas Mikulėnas
2019-12-27require Java 8Mantas Mikulėnas
It still worked with OpenJDK 11, but not with OpenJDK 13: Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManager
2015-08-17fix launcher scriptMantas Mikulėnas
2015-08-15extend attributes.configMantas Mikulėnas
2015-08-08initial importMantas Mikulėnas