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

Exception in thread "main" java.lang.NoClassDefFoundError: com/notnoop/apns/APNS #1

Closed
quanghoc opened this issue Sep 9, 2016 · 1 comment

Comments

@quanghoc
Copy link

quanghoc commented Sep 9, 2016

After mvn install, I got this error:

java IOSPush
Exception in thread "main" java.lang.NoClassDefFoundError: com/notnoop/apns/APNS
    at IOSPush.main(IOSPush.java:16)
Caused by: java.lang.ClassNotFoundException: com.notnoop.apns.APNS
    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

Any help?

@aggarwalankush
Copy link
Owner

Updated the instructions, you are no longer required to install maven. Just clone the project and follow instructions for iOS or Android.

Closing issue for now, please reopen if error still presists.

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

2 participants