Category "javassist"

Jetty17 --add-opens option does not work, java.lang.IllegalAccessError

I use Java 17 with Jetty 11.0.9. I started Jetty with the following command java --add-opens=java.base/java.lang=ALL-UNNAMED -jar start.jar Then I am facing ex

javassist.NotFoundException: com.baeldung.javasisst.Point

I am following this tutorial to learn javassist. https://www.baeldung.com/javassist I was trying to compile the libraries code from the tutorial below https://g