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.

Featured Replies

Posted

In my code I get an script engine reference:

this.engine = new ScriptEngineManager().getEngineByName("JavaScript");

 

When using Java 8 (1.8.0_232 by AdoptOpen),  with Forge 36.x it will fail with:

java.lang.UnsupportedClassVersionError: org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0

 

When using Java 15, it works.  I had code prior that used the Nashorn package explicitly that was present in Java 8, and that was working.  I am trying to generify so that my mod can be used with later versions of Java, and I am hoping to have a single mod release that works with 1.16.4 as well as 1.16.5 since, well, MC 1.16.5 is bug fix release and is wire compatible with 1.16.4.

 

The questions I have are:

1. Is it even possible to use Forge 36.x with Java 8 and obtain a JavaScript engine reference using a generic factory method?

2. Is there a 1.16.4 Forge release that has the Nashorn engine that I could reference to bridge this gap?  I see from the change log that there was some work in Forge 35, but I do not see the downloads available.  (I am assuming this is intentional to encourage folks to move to 1.16.5.)

3.  Am I even looking at this issue correctly?  It's possible I am working from some bad assumptions.

 


 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.