maven - Build Shaded Java (jar) into a Win32 executable with Embedded JRE? -


so far i've tried launch4j did not have success making work. getting java.lang.noclassdeffounderror:

is there way build shaded jar win32 executable (console app) embedded jre maven. user not have install java?

you may use maven-shaded-plugin in combination launch4j-maven-plugin

here example of this


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -