Help with svgexe and minim

edited January 2016 in Questions about Tools

For some reason, I can't seem to figure out how to make a jar out of a program that uses minim. I'll double click the jar, but it won't run at all.

I've tried a number of things... and there's nothing wrong with the code, I just need help using svgexe.

Tagged:

Answers

  • I believe all you have to do is include the minim library jars in the "jars" section of SvgExe.

    When you try to run the generated self-extracting jar from the command line, what error does it give you?

  • Wait, where would I get the minim jars? I was getting them from the finished application "lib" folder

  • Yep, that's where you get them. Make sure you add all of them, as there are more than one.

    What error do you see when you run from the command line?

  • Actually nothing happens... at all. I'm not sure exactly what the problem is, because I added all the jars from mimim, and I included the sound folder in the external files tab.

  • When you run it with the command line, it has to either run or give you an error. Double-clicking the jar won't give you the error.

  • Can you post a link to your jar for us to run?

Sign In or Register to comment.