Skip to content
/ JPool Public
forked from RiccardoN001/JPool

8 Ball Pool video game clone

Notifications You must be signed in to change notification settings

versi379/JPool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execution Guide

For Windows users it is possible to run JPool launching batch file JPool.bat in dist/Windows repository.

For Linux and MacOS users (or if you have problems running the batch file in a Windows environment) you need to follow the execution guide below.

Prerequisites

Instructions

  1. Set JAVA_HOME environment variable to JDK installation path (https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux)
  2. Run following command in Command Prompt (Windows) or Terminal (Linux, MacOS)
java --module-path /path/to/sdk/lib --add-modules javafx.controls,javafx.fxml --enable-preview -jar /path/to/jar
  • /path/to/sdk/lib is the path to the lib folder (contained in the SDK) on your PC
  • /path/to/jar is the path to the jar file on your PC

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.1%
  • TeX 29.6%
  • CSS 2.3%