Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Control.java - Rhino JavaScript Engine Example
How to run Control.java example provided in Rhino JavaScript 1.7R5?
✍: FYIcenter
You can follow this tutorial run Control.java example provided in Rhino JavaScript 1.7R5:
1. Compile the Control.java example:
>cd \fyicenter\rhino1_7R5\examples \fyicenter\rhino1_7R5\examples>\fyicenter\jdk-1.8.0\bin\javac -cp ..\js.jar Control.java
2. Run it with with JavaScript code specified in the command line:
\fyicenter\rhino1_7R5\examples>\fyicenter\jdk-1.8.0\bin\java -cp .\;..\js.jar Control obj == result obj.a == 1.0 obj.b[0] == x obj.b[1] == y {a:1, b:["x", "y"]}
⇒ SJP (Scripting for the Java Platform) API
⇐ RunScript.java - Run JavaScript as Command Option
2017-08-03, 1977🔥, 0💬
Popular Posts:
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
JDK 11 java.security.jgss.jmod is the JMOD file for JDK 11 Security JGSS (Java Generic Security Serv...
JDK 11 java.management.jmod is the JMOD file for JDK 11 Management module. JDK 11 Management module ...
JDK 17 java.management.jmod is the JMOD file for JDK 17 Management module. JDK 17 Management module ...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...