Posts by Suporte Ruplast • 1 point
1 post
-
0
votes2
answers520
viewsA: Create . jar of a multi-package project, without IDE and on the command line
jar cvfm nomedoarquivo.jar MANIFEST.MF -C pastaProjeto/ . It worked for me this way. based on the form explained by Axell-Brendow -c or --create - Creates the compressed file -v or --verbose -…