Git Product home page Git Product logo

Comments (5)

egru avatar egru commented on June 20, 2024

I can build and import the jar file into Burp just fine. I'm building the jar file as an artifact in IntelliJ and it's been working for me. Are you building it with gradle from the command line?

from awssigner.

maik-s avatar maik-s commented on June 20, 2024

Yes i am building it with gradle from the command line.

from awssigner.

maik-s avatar maik-s commented on June 20, 2024

As far as i understood, IntelliJ defines the UI components in /src/main/java/burp/TabPanel.form and uses this file during the building process.
But gradle cannot interpret this file, hence, the components are uninitialized in BurpExtender.java

From my understanding, all you need to do is to configure IntelliJ (like shown in the stackoverflow comment) to write down the UI component definition into the java source code. By this, gradle will able to build the extension properly, after including

dependencies {
    compile 'com.intellij:forms_rt:7.0.3'
}

in the gradle.build file

from awssigner.

egru avatar egru commented on June 20, 2024

It should be building correctly now. I had to add that dependency in conjunction with converting the form files to java source instead of them being binaries.

from awssigner.

maik-s avatar maik-s commented on June 20, 2024

Now a new error occurs, after importing it into burp

java.lang.ClassNotFoundException: com.intellij.uiDesigner.core.Spacer
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at burp.mhg.a(Unknown Source)
	at burp.mhg.<init>(Unknown Source)
	at burp.spf.a(Unknown Source)
	at burp.gih.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)

from awssigner.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.