A fat jar just includes all the dependant classes in the jar file.
I need the fat jar because I'm deploying the application as an exe via Launch4J.
When I move the exe to a different directory then it won't without the dependant classes being present.
My problem is I'm a bit of a dinosaur when it comes to
java in that I don't use
IDE's etc.
The commands I use to build my game and run it are:
How do I change this so the jar becomes a fat jar?
Many thanks
Mike