Files
i2p.plugins.firefox/OSX.md
idk 430c657dfa update index.html
Former-commit-id: e4a42c8a4e
Former-commit-id: 2b38700c1c5552001756f71fe2db71bccfe9ecda
2022-10-23 20:12:53 -04:00

546 B

Using this on OSX

This code will launch an I2P-Configured Browser on OSX, but at this time there are no packages for it because it's not possible for me to sign OSX packages. You can use the .jar file with any Java greater than Java 8.

Building a jpackage

In order to build a jpackage, install at least Java 17.

brew install openjdk@17 
sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
export JAVA_HOME=`/usr/libexec/java_home -v 17`