From: Alan E. <ez...@us...> - 2025-02-28 02:29:21
|
- Description has changed: Diff: ~~~~ --- old +++ new @@ -1,4 +1,4 @@ -Currently, I must use Java 11 to build jEdit or Plugins. +Currently, I must use Java < 15 to build plugins. It would be nice if more modern JDKs were supported by our build.xml scripts. Java 15 has removed Nashorn, you must provide an engine for running JavaScript yourself. GraalVM JavaScript currently is the preferred option. ~~~~ --- **[plugin-bugs:#1936] build-support.xml doesn't work with modern JDKs** **Status:** open **Group:** **Created:** Tue Feb 25, 2025 04:33 PM UTC by Alan Ezust **Last Updated:** Wed Feb 26, 2025 06:51 PM UTC **Owner:** nobody Currently, I must use Java < 15 to build plugins. It would be nice if more modern JDKs were supported by our build.xml scripts. Java 15 has removed Nashorn, you must provide an engine for running JavaScript yourself. GraalVM JavaScript currently is the preferred option. BUILD FAILED /home/ezust/workspace/jedit/plugins/FTP/build.xml:30: The following error occurred while executing this line: /home/ezust/workspace/jedit/build-support/plugin-build.xml:61: Unable to create javax script engine for javascript --- Sent from sourceforge.net because jed...@li... is subscribed to https://sourceforge.net/p/jedit/plugin-bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/jedit/admin/plugin-bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |