$ jrunscript -q Language AppleScript 2.3 implementation "AppleScriptEngine" 1.1
Language ECMAScript ECMA - 262 Edition 5.1 implementation "Oracle Nashorn" 1.8.0 I have Apples, latest Java 6 runtime as well as JDK 1.7.0_51 and JDK 1.8.0 b129 installed. Based on the "Oracel Nashorn" 1.8.0, I would guess that jrunscript is trying to use Java 8, which is the default on this system: $ java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b129) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b69, mixed mode) Scott On Fri, Feb 14, 2014 at 6:57 PM, Michael Hall <mik3h...@gmail.com> wrote: > > On Feb 14, 2014, at 5:47 PM, David DeHaven <david.deha...@oracle.com> > wrote: > > > > > What Java version are you testing? > > Command line I show... > /usr/libexec/java_home --exec java -version > java version "1.7.0_40" > Java(TM) SE Runtime Environment (build 1.7.0_40-b43) > Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode) > > Is that the jdk? Probably what jrunscript uses? > > The application is probably using the 'shared' JRE. > alias javajre="/Library/Internet\ > Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java" > > javajre -version > java version "1.7.0_51" > Java(TM) SE Runtime Environment (build 1.7.0_51-b13) > Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) > > If you do the > jrunscript -q > do you show AppleScript? > > Thanks for the reply, > > Michael Hall > > trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz > > HalfPipe Java 6/7 shell app > http://www195.pair.com/mik3hall/index.html#halfpipe > > AppConverter convert Apple jvm to openjdk apps > http://www195.pair.com/mik3hall/index.html#appconverter > > > >