- Build distributions using maven tool:
mvn -P without-jre clean package
- Use the following archives:
target/tic-tac-toe-${project.version}-windows.zip for Windows
target/tic-tac-toe-${project.version}-unix.tar.gz for MacOS or Linux
- Download OpenJDK 18;
- Unzip the downloaded OpenJDK archive;
- Configure the
PATH environment variable:
- Add
%JDK_HOME%\bin\ directory for Windows;
- Add
$JDK_HOME/bin/ directory for MacOS and Linux;
- Re-login or restart computer;
- Unzip the Tic tac toe distribution:
- Unzip
tic-tac-toe-${project.version}-windows.zip for Windows;
- Unzip
tic-tac-toe-${project.version}-unix.tar.gz for MacOS or Linux;
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmd for Windows;
start.sh for MacOS or Linux;
- Build distributions using maven tool:
mvn -P with-jre clean package
- Use the following archives:
target/tic-tac-toe-${project.version}-windows-with-jre.zip for Windows
target/tic-tac-toe-${project.version}-macos-with-jre.tar.gz for MacOS
target/tic-tac-toe-${project.version}-linux-with-jre.tar.gz for Linux
- Unzip the Tic tac toe distribution:
- Unzip
tic-tac-toe-${project.version}-windows-with-jre.zip for Windows;
- Unzip
tic-tac-toe-${project.version}-macos-with-jre.tar.gz for MacOS;
- Unzip
tic-tac-toe-${project.version}-linux-with-jre.tar.gz for Linux;
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmd for Windows;
start.sh for MacOS or Linux;