Age | Commit message (Collapse) | Author |
|
|
|
> 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.
|
|
|
|
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.
|
|
|
|
jre11-openjdk seems to be compatible, but it's the last.
|
|
As we now install things one-by-one, noextract is no longer needed.
(It's not like there will ever be a different version...)
|
|
|
|
|
|
|
|
Seems like this is how most Java software is packaged (looking at
openfire and dbeaver).
|
|
|
|
|
|
It still worked with OpenJDK 11, but not with OpenJDK 13:
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManager
|
|
|
|
|
|
|