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

java null pointer error #36

Open
aswaz opened this issue Nov 26, 2019 · 0 comments
Open

java null pointer error #36

aswaz opened this issue Nov 26, 2019 · 0 comments

Comments

@aswaz
Copy link

aswaz commented Nov 26, 2019

Hello! I am struggling a bit getting up and running with lapdftext. Hope you can help!

When I try to extract full text I get the following (I'm on a Mac):

Computer:Desktop awaz$ lapdftext/extractFullText /Users/Amanda/Desktop/apple [/Users/Amanda/Desktop/apple2]

java.lang.NullPointerException
at edu.isi.bmkeg.utils.Converters.mimicDirectoryStructure(Converters.java:376)
at edu.isi.bmkeg.lapdf.bin.ReadSectionText.main(ReadSectionText.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)

Any idea how I can fix this?

Many thanks!

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

No branches or pull requests

1 participant