-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchFieldError: org.jline.nativ.Kernel32.INVALID_HANDLE_VALUE #1154
Comments
Kind of good news. This "bug" has nothing to do with ARM CPU. |
Just to clarify: The issue also happens when we run our application with regular JVM on the console. So it is not related to the fact that we ship our software with GraalVM that has limited reflection capabilities. The "error" also occurs without GraalVM being involved at all. <dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.10.1</version>
</dependency> |
This is probably caused by 0de32ab. |
Thanks for the response. Makes sense. So I will try to create an issue in the progressbar lib and users need to know that they need to update both libs if they use it in combination. |
If I run jline on Windows on ARM powered CPU (Snapdragon X1P-42-100), I get flooded with this exception for every progress bar powered by jline:
I used GraalVM native image but will also continue giving feedback about this error in JVM mode, etc.
To me it seems the problem is not related to the GraalVM native image but to the JNI invocation driven by jline.
The text was updated successfully, but these errors were encountered: