Giter Club home page Giter Club logo

accessors's People

Contributors

arminwasicek avatar bethosyk avatar bradjc avatar chadliajerad avatar cxbrooks avatar edwardalee avatar eloipereira avatar hokeun avatar ilge avatar ilzxc avatar lhstrh avatar longle2718 avatar marcuspanje avatar matteweber avatar nebgnahz avatar neilsagarwal avatar patriciaderler avatar plazikcmu avatar ptolemyucb avatar smartfall avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

accessors's Issues

Update to use GraalVM instead of Nashorn, which is deprecated in Java 11

Nashorn is deprecated as of Java 11

InfoWorld states: Oracle: Switch now from Nashorn JavaScript engine to GraalVM:

"Oracle cited multiple advantages GraalVM has over Nashorn:"

  • "A more complete implementation of JavaScript standards, with support for the ECMAScript 2016 and ECMAScript 2017 editions and some support for ECMAScript 2018."
  • "Full support for the Node.js server-side JavaScript platform, which is compatibie with almost all Node.js modules."
  • "The ability to execute additional languages including Python, R, and Ruby."
  • "Better performance than existing JVM-based engines and ability to use the GraalVM compiler’s advanced optimizations."

"To help developers migrate from Nashorn to GraalVM, Oracle Labs has added a compatibility flag (—nashorn-compat) that removes the need for tedious rewrites to move a Nashorn application to GraalVM"

JavaFX is needed to run audio accessors in JDK11 and later. Eclipse update needed.

Recall that JavaFX is used by the audio accessors under CapeCode.

JavaFX was removed in JDK 11, see https://www.infoworld.com/article/3305073/removed-from-jdk-11-javafx-11-arrives-as-a-standalone-module.html

Configure, ant and the makefiles have been updated to use a newer version of JavaFX, which requires using the module system.

It is not completely clear how to update Eclipse to use the module system.

See https://openjfx.io/openjfx-docs/#install-javafx

For Java 12, we need to add:

--module-path $PTII/vendors/javafx/javafx-sdk-12.0.1/lib --add-modules javafx.controls,javafx.swing,javafx.media

to the compiler and java runtime commands in Eclipse.

Note that the javafx-sdk-12.0.1 would be different if we are using JDK11. Configure can determine the precise path.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.