21.10-experimental
Pre-release
Pre-release
This is an experimental release of Pattypan to resolve major login and platform support issues. This package migrates Pattypan to Java 11+, OpenJFX, and mainstream Wiki.java.
This is experimental because its requirements for running and installing Pattypan is higher than what it should be.
Current Regressions:
- Will no longer check for duplicate files using hashes before an upload
- Requires separate install of OpenJFX
Fixes:
Installation
System requirements: Java 11 or later and OpenJFX.
Running
For the time being you need to manually load OpenJFX modules when you start Pattypan which you can do from the command line:
java --module-path "<path-to-your-openjfx>" --add-modules javafx.web -jar pattypan.jar
Example(Ubuntu):
java --module-path "/usr/share/openjfx/lib/" --add-modules javafx.web -jar pattypan.jar