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

Apache error #8

Open
ghost opened this issue Feb 9, 2016 · 1 comment
Open

Apache error #8

ghost opened this issue Feb 9, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 9, 2016

I've used this before, but now it seems to fail. I've tried on 3 different computers, but they all give the same error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/HttpEntity
at com.android.checkin.Main.main(Main.java:17)
Caused by: java.lang.ClassNotFoundException: org.apache.http.HttpEntity
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more

@youxiafuture
Copy link

@Zekario try to add lib directory like this: java -Djava.ext.dirs=./lib ...

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