<< < 40 41 42 43 44 45 46 47 48 49 50 > >>   Sort: Rank

Control.java - Rhino JavaScript Engine Example
How to run Control.java example provided in Rhino JavaScript 1.7R5? You can follow this tutorial run Control.java example provided in Rhino JavaScript 1.7R5: 1. Compile the Control.java example: &gt;cd \fyicenter\rhino1_7R5\examples \fyicenter\rhino1_7R5\examples &gt;\fyicenter\jdk-1.8.0\b in\...
2017-08-03, 1933🔥, 0💬

RunScript.java - Run JavaScript as Command Option
How to use RunScript.java example to run JavaScript code as a command option? I have Rhino 1.7R5 installed. If you want to use RunScript.java example to run JavaScript code as a command option, you can follow this tutorial: 1. Compile the RunScript.java example: &gt;cd \fyicenter\rhino1_7R5\exam...
2017-08-03, 1869🔥, 0💬

JavaScriptHello - SJP API Hello Example
How to use the SJP (Scripting for the Java Platform) API to write a simple "Hello World!" example? You can follow this tutorial to use the SJP (Scripting for the Java Platform) API to write a simple "Hello World!" example: 1. Create a JavaScript ScriptEngine object with an instance of ScriptEngineMa...
2017-08-03, 1289🔥, 0💬

xstream-1.3.1.jar - XStream 1.3.1
XStream is a simple library to serialize objects to XML and back again. JAR File Size and Download Location: File name: xstream.jar, xstream-1.3.1.jar File size: 431406 bytes Date modified: 12/06/2008 Download: XStream 1.3.1 Manifest of the JAR: Built-By: joehni Build-Jdk: 1.5.0_16 List of Classes i...
2017-07-31, 17706🔥, 1💬

💬 2017-07-31 weizz: qweqwe

jaxp\SourceValidator.java - Apache Xerves JAXP Sample
What is the jaxp\SourceValidator.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 installed. jaxp\SourceValidator.java provided in the Apache Xerces package demonstrates how to use the JAXP 1.4 Validation API to create a validator and use the validator to validate input from S...
2017-07-30, 23543🔥, 0💬

Performance of XML Parsers with jaxp\SourceValidator.java
How to compare performances of various XML parsers with the jaxp\SourceValidator.java provided in the Apache Xerces package? If you have XML file with an XML schema, you can use the jaxp\SourceValidator.java provided in the Apache Xerces package to compare performances of various XML parsers. Compil...
2017-07-30, 14604🔥, 0💬

jaxp\TypeInfoWriter.java - Apache Xerves JAXP Sample
What is the jaxp\TypeInfoWriter.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 installed. jaxp\TypeInfoWriter.java provided in the Apache Xerces package provides a trace of the schema type information for elements and attributes in an XML document. This demonstrates usage of...
2017-07-30, 12789🔥, 0💬

Using Apache Xerces JAXP Sample Programs
Where to find answers to frequently asked questions on Using Apache Xerces JAXP Sample Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using Apache Xerces JAXP Sample Programs: jaxp\SourceValidator.java - Apache Xerves JAXP Sample Performanc...
2017-07-30, 1213🔥, 0💬

Parsing Flow of XML Document with DTD Declarations
How to show the parsing flow of XML documents with DTD declarations? You can show the parsing flow of XML documents with DTD declarations with the sax\DocumentTracer.java program provided in the Apache Xerces package as shown below. Compile and run sax\DocumentTracer.java program on the sample XML f...
2017-07-30, 1127🔥, 0💬

What Is poi-ooxml-schemas-3.15.jar?
What Is poi-ooxml-schemas-3.15.jar? poi-ooxml-schemas-3.15.jar is one of the JAR files for Apache POI 3.15, which provides an API for Microsoft document files of Word, Excel, PowerPoint, and Visio. poi-ooxml-3.15.jar supports Apache POI components that read and write Microsoft's Open Office XML docu...
2017-07-26, 4153🔥, 1💬

💬 2017-07-26 dragon: hope can help me

What Is SJP Reference Implementation sjp-1_0-fr-ri.zip
What Is SJP Reference Implementation sjp-1_0-fr-ri.zip file? SJP Reference Implementation sjp-1_0-fr-ri.zip file is the distribution package ZIP file for SJP (Scripting for the Java Platform) API Reference Implementation. Download File Size and Download Location: File name: sjp-1_0-fr-ri.zip File si...
2017-07-25, 2024🔥, 0💬

Download SJP Reference Implementation sjp-1_0-fr-ri.zip
How to download and install SJP Reference Implementation sjp-1_0-fr-ri.zip? If you want to try the reference implementation of SJP (Scripting for the Java Platform), you can follow this tutorial to download and install sjp-1_0-fr-ri.zip: 1. Go to JSR 223: Scripting for the Java Platform Website. 2. ...
2017-07-25, 1890🔥, 0💬

JavaScriptEngineInfo.java - JavaScript Engine Details
How to get JavaScript Engine detailed information from the SJP API? If you want to verify the JavaScript Engine detailed information, you can try the following example program: // Copyright (c) 2017 FYIcenter.com import javax.script.ScriptEngineManag er;import javax.script.ScriptEngine; import javax...
2017-07-25, 1695🔥, 0💬

JavaScript Engine Changed in Java SE 8
What is the default JavaScript Engine in Java SE 8? The default JavaScript engine has been changed in Java SE 8: Java SE 8 - jdk.nashorn.api.scripting.Nash ornScriptEngineJava SE 7 - com.sun.script.javascript.Rhin oScriptEngineYou can run the sample Java program, JavaScriptEngineInfo.java, in Java S...
2017-07-25, 1267🔥, 0💬

What Is rhino-js-engine-1.7.7.1.jar
What Is rhino-js-engine-1.7.7.1.jar? rhino-js-engine-1.7.7.1.jar is a Wrapper Java library that wraps the Rhino JavaScript engine to the SJP (Scripting for the Java Platform) API. JAR File Size and Download Location: JAR file name: rhino-js-engine-1.7.7.1.jar File size: 40771 bytes Release date: 25-...
2017-07-21, 2545🔥, 0💬

Download Rhino to SJP Wrapper rhino-js-engine-1.7.7.1.jar
How to download and install the Rhino to SJP Wrapper library rhino-js-engine-1.7.7.1.jar? If you want to use the Rhino !.7R5 Java library with the SJP API, you need to download and install the Rhino to SJP Wrapper library, rhino-js-engine-1.7.7.1.jar: 1. Go to Rhino Js Engine archive Website. 2. Cli...
2017-07-21, 1860🔥, 0💬

What Is js.jar in SJP RI sjp-1_0-fr-ri.zip
What Is js.jar in SJP RI sjp-1_0-fr-ri.zip? js.jar in SJP RI sjp-1_0-fr-ri.zip is the JAR file for SJP (Scripting for the Java Platform) API Reference Implementation. JAR File Size and Download Location: JAR file name: js.jar File size: 701049 bytes Release date: 19-Sep-2005 Target JDK version: 1.4 ...
2017-07-21, 1720🔥, 0💬

JavaScriptRhinoEngine.java - Select SJP RI Engine: Rhino
How to select the SJP Reference Implementation Script Engine, Mozilla Rhino, to run my JavaScript code? I don't want to use the default JavaScript engine. If you have the SJP Reference Implementation Script Engine, sjp-1_0-fr-ri.zip, installed, you select it to run your JavaScript code instead of us...
2017-07-21, 1703🔥, 0💬

JavaScriptEngineList.java - Load SJP Reference Implementation
How to load the the SJP Reference Implementation Script Engine? To load the SJP Reference Implementation Script Engine, you just need to add "sjp-1_0-fr-ri\script-js.jar" to the "-cp" JVM option. Take the following example program, JavaScriptEngineList.java, to verify how many script engines are loa...
2017-07-21, 1677🔥, 0💬

JBrowser Source Code Files
JBrowser Source Code Files are provided in the source package file. You can download JBrowser source package as described in the previous tutorial and go to the "src" sub-folder to view Source Code files. You can also browse JBrowser Source Code files below: Or download all of them as a single archi...
2017-07-17, 9147🔥, 1💬

💬 2017-05-10 lss: 谢谢

Run Rhino 1.7R5 JavaScript Engine under SJP API
How to run Rhino 1.7R5 JavaScript Engine under SJP (Scripting for the Java Platform) API? I have Rhino 1.7R5 and rhino-js-engine-1.7.7.1.jar installed. run Rhino 1.7R5 JavaScript Engine under SJP (Scripting for the Java Platform) API, you need to install: 1. Rhino 1.7R5 Java library - Take the js.ja...
2017-07-17, 2028🔥, 0💬

What Is javaws.jar in JRE 6
What Is javaws.jar in JRE (Java Runtime Environment) 6? javaws.jar in JRE (Java Runtime Environment) 6 contains the JNLP (Java Network Launching Protocol) API and its reference implementation. javaws.jar in JRE 6 is located in the %JRE%\lib folder. You can download Java SE 8 JDK to get the JRE 6. JA...
2017-07-15, 2433🔥, 0💬

Add Security Exception for JavaWS to Run Application
How to modify security settings to allow JavaWS to run applications from my Website? My Website does not have server certificate. If your Website does not have server certificate, you can add an exception in the security setting for JavaWS to run your application as shown in this tutorial: 1. Go to ...
2017-07-15, 2132🔥, 0💬

HelloJavaWs.html - Run Application from Web Page
How to run my Java application from the Web page? I have HelloJavaWs.html, HelloJavaWs.jnlp, and and HelloJavaWs.jar published on my Website. To run my Java application from the Web page, you should follow these steps: 1. On the server machine, make sure you have published the following files on you...
2017-07-15, 1895🔥, 0💬

<< < 40 41 42 43 44 45 46 47 48 49 50 > >>   Sort: Rank