Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | install a copy of the license agreement that nobody cares about | Mantas Mikulėnas | |
2022-09-22 | don't install lib/*.jar | Mantas 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-22 | fix the 'Help' menu items | Mantas Mikulėnas | |
2022-09-22 | support Java 11 | Mantas Mikulėnas | |
jre11-openjdk seems to be compatible, but it's the last. | |||
2022-09-22 | finally remove noextract | Mantas 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-22 | link to the system-wide cacerts path, fix attributes.config | Mantas Mikulėnas | |
2022-09-22 | doesn't seem like the .properties file has any use... or any effect | Mantas Mikulėnas | |
2022-09-22 | split template configurations into /usr/share | Mantas Mikulėnas | |
2022-09-22 | move from /opt to /usr/lib | Mantas Mikulėnas | |
Seems like this is how most Java software is packaged (looking at openfire and dbeaver). | |||
2022-09-22 | use always-present libarchive tools for extraction | Mantas Mikulėnas | |
2022-03-22 | update URL and description | Mantas Mikulėnas | |
2019-12-27 | require Java 8 | Mantas 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-17 | fix launcher script | Mantas Mikulėnas | |
2015-08-15 | extend attributes.config | Mantas Mikulėnas | |
2015-08-08 | initial import | Mantas Mikulėnas | |