juliomzt

COMPILADO JRE

Nov 12th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //PARA LISTAR MÓDULOS
  2. jdeps -s "[RUTA DEL JAR]"
  3.  
  4.  
  5. // PARA COMPILAR JRE
  6. jlink --add-modules "[MODULOS SEPARADOS POR COMAS SIN DEJAR ESPACIO]" --no-header-files --no-man-pages --compress=2 --strip-debug --output "[RUTA DONDE SE GUARDARÁ EL JRE]"
Add Comment
Please, Sign In to add comment