fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.1k stars 139 forks source link

Eclipse STS crashes building projects depending from jansi #289

Open rgambelli opened 1 month ago

rgambelli commented 1 month ago

Hi all,

I'm using eclipse sts with jdk 17 (Bellsoft) since many time, now I've just downloaded from github a project making use of jansi and my ide started crashing after some minutes it opens, you know that eclipse starts building projects automatically. I've tried with jdk 21 too, following crash log is with jdk 21 openjdk Temurin

hs_err_pid44316.log

Is it a known issue? Is there a workaround, something I can do to solve?

Thanks