Skip to content
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

Possible NPE while evaluating java library path #45

Closed
magreenblatt opened this issue Mar 8, 2014 · 4 comments
Closed

Possible NPE while evaluating java library path #45

magreenblatt opened this issue Mar 8, 2014 · 4 comments
Labels
bug Bug report

Comments

@magreenblatt
Copy link
Collaborator

Original report by Anonymous.


Original issue 45 created by kkl@censhare.de on 2014-03-08T07:52:32.000Z:

This issue is an bugfix for JCEF (patch 1 of 10)

What steps will reproduce the problem?

  1. Set some kind of java-library path
  2. Start jcef MainFrame app

What is the expected output? What do you see instead?
There is a possible NPE while evaluating the java library path.
In some situations "String[] found" can be null because
dir.list() returns null if the pathname does not denote a directory,
or if an I/O error occurs.

What version of the product are you using? On what operating system?
rev.31

Please provide any additional information below.
Attached you'll find a simple patch file which fixes this problem

@magreenblatt
Copy link
Collaborator Author

Comment 1. originally posted by magreenblatt on 2014-03-12T09:50:29.000Z:

@magreenblatt
Copy link
Collaborator Author

Comment 2. originally posted by magreenblatt on 2014-03-12T09:51:36.000Z:

@magreenblatt
Copy link
Collaborator Author

Comment 3. originally posted by magreenblatt on 2014-03-28T10:10:32.000Z:

Fixed in revision 32.

@magreenblatt
Copy link
Collaborator Author

  • set state to "resolved"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant