mbstring extension must be loaded in order to run mPDF
java6oncatalina
Installing Java 6 on macOS Catalina
- Download at Apple
- Open Script Editor and enter the following
set theDMG to choose file with prompt "Please select javaforosx.dmg:" of type {"dmg"} do shell script "hdiutil mount " & quoted form of POSIX path of theDMG do shell script "pkgutil --expand /Volumes/Java\\ for\\ macOS\\ 2017-001/JavaForOSX.pkg ~/tmp" do shell script "hdiutil unmount /Volumes/Java\\ for\\ macOS\\ 2017-001/" do shell script "sed -i '' 's/return false/return true/g' ~/tmp/Distribution" do shell script "pkgutil --flatten ~/tmp ~/Desktop/ModifiedJava6Install.pkg" do shell script "rm -rf ~/tmp" display dialog "Modified ModifiedJava6Install.pkg saved on desktop" buttons {"Ok"}
- Compile and Run (hammer and playback items, respectively)
- Select the JavaForOSX.dmg
- The modified .pkg for Catalina will be placed on the Desktop.
Sources
java6oncatalina.txt · Last modified: by wolfo
