0

I'm trying to find a tutorial on how to use One-Jar without eclipse, with no success. Is it possible? I have my classes and commons-io.24.jar that needs to be inside, and I am compiling in command line.

Thanks!

JorgeeFG
  • 5,651
  • 12
  • 59
  • 92

1 Answers1

0

If you use Maven, this plugin can be used to invoke one-JAR during the build lifecycle.

E-Riz
  • 31,431
  • 9
  • 97
  • 134