imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Java 8 Javassist failures #30

Closed hinerm closed 9 years ago

hinerm commented 9 years ago

Launching Fiji with Java 8 gives the following javassist failures:

Both seem to stem from a common: java.io.IOException: invalid constant type: 18 at 168

dscho commented 9 years ago

According to this StackOverflow thread, Javassist 3.18.2 can handle Java 8 bytecode. Fiji still ships with 3.16.1.

ctrueden commented 9 years ago

@dscho Indeed, I just tested with 3.19.0-GA and it works. Thank you very much for the suggestion! See also https://github.com/scijava/pom-scijava/commit/40dc037723fbd5327c482cd0eab6f9fedf682122.

hinerm commented 9 years ago

:octopus: @dscho !!