imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Improve JavaScript to support Nashorn and Rhino #46

Closed hinerm closed 9 years ago

hinerm commented 9 years ago

For Java8 compatibility we need to support Nashorn-based JavaScript. We need to do so in a way that preserves existing Rhino-based scripts.

Since we can't differentiate based on the .js extension, a few options would be:

We also need to decide if there should be two JavaScript entries on the script language menu.

See also: https://github.com/imagej/imagej/issues/105

ctrueden commented 9 years ago

Duplicate of imagej/imagej#116.