javassist
javassist copied to clipboard
javaassisst not working in OpenJDK JRE11
Im trying to execute my javaassist functionality in JRE11 with latest javassist jar 3.29.2-GA. The same functionality is working in JRE8, but not working in JRE11. Any solution for it? Using below JRE11 version https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10/OpenJDK11U-jre_x64_linux_hotspot_11.0.18_10.tar.gz
Also there is no error / warning for it
@chibash