1921 shaares
10 private links
10 private links
7 results
tagged
class
My code runs inside a JAR file, say foo.jar, and I need to know, in the code, in which folder the running foo.jar is. So, if foo.jar is in C:\FOO\, I want to get that path no matter what my current
I want to package my project in a single executable JAR for distribution. How can I make a Maven project package all dependency JARs into my output JAR?