Skip to content

zvirdaniel/Random-Picture-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Picture Viewer

Releasing

  • Use gradle jar command to create an executable JAR file which will contain all the necessary JavaFX dependencies
  • Use Packr to create standalone self-contained applications for windows, macOS and linux

Example Packr usage

java -jar packr-all-3.0.0.jar \
     --platform windows64 \
     --jdk openJDK-11-win64.zip \
     --executable RandomPictureViewer \
     --classpath RPV-1.0.jar \
     --mainclass cz.zvir.rpv.Launcher \
     --vmargs Xmx1G \
     --output random-picture-viewer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages