This is the PlayOnLinux and PlayOnMac 5 repository.
- maven
- openjdk-8-jdk
- openjfx
- sudo apt-get update
- sudo apt-get install maven openjdk-8-jdk openjfx
Run the maven goal clean alone at least one to install these jars in your Maven Repository. Otherwise, your build will fail
- mvn clean
The build instructions can be found on our wiki: http://wiki.playonlinux.com/index.php/Building_PlayOnLinux_5
To keep code easier to maintain, please import the project specifics format and cleanup settings into your IDE
Project > Properties > Java Code Style > Clean Up
- Check Enable project specific settings
- import POL_CleanUp_Settings.xml located in the settings folder
Project > Properties > Java Code Style > Formatter
- Check Enable project specific settings
- import POL_Formatter_Settings.xml located in the settings folder
You can have eclipse format files for you every time you save.
Window > Preferences > Java > Editor > Save Action
- Check Perform the selected action on save
- Check Format source code