Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MisterBrums

Members
  • Joined

  • Last visited

  1. Had the same problem. Running macOS Catalina 10.15.6. Installed Java 8 from Oracle's website, as suggested in this post. However, it's true that even after installing java 8, the "java" command still links to the built-in installed java. This can be checked by typing java -version Which outputs : java version "14.0.2" 2020-07-14 You can also see where the binary is by typing whereis java Result: /usr/bin/java After a bit of searching, the Java 8 binary, on the Mac, when installed from Oracle, is at: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java This is the correct binary, as shown by checking the version: "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/./java" -version Result: java version "1.8.0_261" Here is my working startup script: #!/bin/bash cd "$(dirname "$0")" "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/./java" -Xms4G -Xmx4G -jar forge-1.12.2-14.23.5.2854.jar Note that you need to either quote the path or escape the space. Hope it helps

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.