pattypan-21-10-experimental-3
Pre-release
Pre-release
Abbe98
released this
23 Jan 12:45
·
12 commits
to java-11
since this release
This is an experimental release of Pattypan to resolve major login and platform support issues. This release 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.
This is the third experimental release focusing on yarl#144.
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