Testing DataMalt 2.3 using JDK 12 Early-Access Builds
|
12-13-2018, 10:47 AM
(This post was last modified: 12-14-2018 02:48 AM by jworkorg.)
Post: #1
|
|||
|
|||
Testing DataMalt 2.3 using JDK 12 Early-Access Builds
Results of DataMelt 2.3 using JDK 12 Early-Access Builds (Dec 2018)
JDK 12 Early-Access Builds information: Code: Look & Feel: com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel Results of the tests: Warnings running DatMelt in the GUI mode: Code: Error loading L&F: java.lang.ClassNotFoundException: com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel Detected problem: NimbusLookAndFeel not available. Results of the tests: Tests of 667 examples of DataMelt on the JDK platform have passed successfully. All examples can be found in https://jwork.org/dmelt/code/index.php. DataMelt team |
|||
12-13-2018, 11:01 PM
(This post was last modified: 12-13-2018 11:11 PM by admin.)
Post: #2
|
|||
|
|||
RE: Testing DataMalt 2.3 using JDK 12 Early-Access Builds
Hi,
Indeed, it works with all these warnings. But I remind that some Jython web scripts require adjustment of the "import" statements, since Jython 2.7 cannot use wild cards (i.e. "*") for importing Java packages starting (starting from the JDK version 9). For example, this script with the explicit import statement works OK for all Java versions: Code: from jhplot import HPlot3D,H2D,F2D But the Jython code shown below fails (due to the regular expression in the import statement "java.util import *"): Code: from jhplot import HPlot3D,H2D,F2D The output of the code above[/quote][/code]: Quote:Traceback (most recent call last): , File test.py, line 16, in <module> , The Jython package inside DataMelt should be updated when Jython will be certified for JDK9-JDK12. As far as I know, this works on Jython is ongoing. Tania |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)