-
Notifications
You must be signed in to change notification settings - Fork 343
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
NullPointerException in java.util.jar.JarFile.getEntry0
method
#477
Comments
java.util.zip.ZipFile.getEntry0
methodjava.util.jar.JarFile.getEntry0
method
Update: I have added some native peer methods in
|
I think the object should be returned as an instance of |
@pparizek @cyrille-artho I found a reason for this error.
in this method I am calling |
Now my question is, can we somehow get the object of the |
There are ways to get the application-level objects that correspond to the descriptors (int values) at the JPF-native level. See |
Getting
NullPointerException
injava.util.zip.ZipFile.getEntry0
methodStack trace:
There is one final field
JavaUtilZipFileAccess JUZFA
injava.util.jar.JarFile
class. This object is null and that why we are gettingNullPointerException
.The text was updated successfully, but these errors were encountered: