After an upgrade from Ubuntu 16.04 to 16.04.1 where Java JRE 9 and SDK 9 were installed, AstroImageJ 3.2.0 was downloaded and installed but running it failed. The message is:
~$ astroimagej
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fdedeca2009, pid=7804, tid=7832
#
# JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195246.buildd.src)
# Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libjava.so+0x1d009] JNU_GetEnv+0x19
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /usr/local/AstroImageJ/core.7804)
#
# An error report file with more information is saved as:
# /usr/local/AstroImageJ/hs_err_pid7804.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
Previous to JRE 9 , AstroImageJ worked with JRE 8.