Skip to content

pattypan-21-10-experimental-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Abbe98 Abbe98 released this 29 Jan 14:36
· 10 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 fourth experimental release focusing on yarl#145.

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, this works on all major platforms:

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