burp-csj icon indicating copy to clipboard operation
burp-csj copied to clipboard

problem compiling from source

Open Tim-Conrad opened this issue 10 years ago • 0 comments

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?

Tim-Conrad avatar May 20 '15 12:05 Tim-Conrad