figtree icon indicating copy to clipboard operation
figtree copied to clipboard

Fails to build with OpenJDK 11

Open kloetzl opened this issue 5 years ago • 2 comments

Hi,

Thanks for releasing 1.4.4. Currently I am trying to package the new version for Debian. Unfortunately, Debian recently switched to OpenJDK 11 as its default java version. This prevents figtree from building, as javax.activation is no longer available. I fear, there may be more issues.

Any help would be appreciated.

Best, Fabian

Debian bug tracker

kloetzl avatar Nov 26 '18 12:11 kloetzl

The fix is simple, just include libactivation-java as a new dependency. You might want to add that to the classpath.

kloetzl avatar Dec 05 '18 09:12 kloetzl

Thanks. I will do that as soon as I am back.

Andrew

rambaut avatar Dec 05 '18 10:12 rambaut