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

problem compiling from source #8

Open
Tim-Conrad opened this issue May 20, 2015 · 0 comments
Open

problem compiling from source #8

Tim-Conrad opened this issue May 20, 2015 · 0 comments

Comments

@Tim-Conrad
Copy link

I tried to compile the extension from your source with the libs of your BApp Store installation.
I checked twice and javax.inject.provider is loaded in netbeans.

Crawljax Thread started
java.lang.NoClassDefFoundError: javax/inject/Provider
    at malerisch.StartCrawling$ThreadCrawljax.run(StartCrawling.java:40)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: javax.inject.Provider
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 2 more

Setup:
Product Version: NetBeans IDE 7.0.1 (Build 20120219-unknown-revn)
Java: 1.7.0_79; OpenJDK 64-Bit Server VM 24.79-b02
System: Linux version 3.18.0-kali3-amd64 running on amd64; UTF-8; en_ZM (nb)

Do you have any idea how to solve this problem?

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