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:
Rhino JavaScript Example - RunScript.java
How to run Rhino JavaScript Example, RunScript.java?
✍: FYIcenter.com
RunScript.java is an example program provided in the
rhino-Rhino1_7_14_Release.zip package.
It allows you to run JavaScript statements in a single command line.
Here is how to use RunScript.java, if you have rhino-runtime-1.7.14.jar installed:
fyicenter> cd rhino-Rhino1_7_14_Release rhino-Rhino1_7_14_Release> cd examples examples> java -cp ../../rhino-runtime-1.7.14.jar RunScript.java "Math.PI;" 3.141592653589793 examples> java -cp ../../rhino-runtime-1.7.14.jar RunScript.java 'function p2k(p) {return p*0.453592;} p2k(5.0);' 2.26796
⇒ Rhino Tool - JavaScript Compiler
⇐ Rhino JavaScript Example - Shell.java
2022-04-13, 454🔥, 0💬
Popular Posts:
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip .log4j-1.2.13.jar is the ...
What Is jsse.jar (JDK 6) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Ja...
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an...
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...