<< < 83 84 85 86 87 88 89 90 91 92 93 > >>   Sort: Date

XSLT Process in fop-2.7-bin.zip
How to run the XSLT process in fop-2.7-bin.zip transform XML files using XSLT templates? which can be used to perform an XSLT process to transform an XML file using XSLT template. The XSLT process reads an XML file and an XSLT file. The output is what ever the XSLT file wants to generate. See the se...
2018-04-28, 1733🔥, 0💬

MyUserObject.java - Create Object from Data Type Class
How to create data objects from data type classes generated from the JAXB XJC tool? I have the User.java generated from User.xsd. If you have the User.java class generated as in the previous tutorial, you can follow this tutorial to create User data objects in your XML application. 1. Enter the foll...
2018-05-08, 1729🔥, 0💬

What Is commons-net-2.0.jar
What Is commons-net-2.0.jar? commons-net-2.0.jar is the JAR file for Apache Commons Net 2.0, which implements the client side of many basic Internet protocols. JAR File Size and Download Location: File name: commons-net.jar, commons-net-2.0.jar File size: 197316 bytes Date modified: 19-Oct-2008 Down...
2020-05-15, 1726🔥, 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, 1725🔥, 0💬

What Is commons-io-2.4.jar
What Is commons-io-2.4.jar? commons-io-2.4.jar is the JAR file for Commons IO 2.4, which is a library of utilities to assist with developing IO functionality. JAR File Size and Download Location: File name: common-io.jar, commons-io-2.4.jar File size: 185140 bytes Date modified: 12-Jun-2012 Download...
2020-08-09, 1719🔥, 0💬

JDK 17 jdk.jartool.jmod - JAR Tool
JDK 17 jdk.jartool.jmod is the JMOD file for JDK 17 JAR tool, which can be invoked by the "jar" command. JDK 17 JAR tool compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.jartool.jmod.JDK 17 JAR tool compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\m...
2023-08-17, 1714🔥, 0💬

jdk.scripting.nashorn/jdk.nashorn.tools.Shell - JavaScript Shell Tool
How to run "jdk.scripting.nashorn/jdk.nas horn.tools.Shell"tool from JDK lib\modules JImage file? "jdk.scripting.nashorn/jdk.nas horn.tools.Shell"tool allows you to run the Nashorn JavaScript Engine interactively. "jdk.scripting.nashorn/jdk.nas horn.tools.Shell" tool is supported by the jmods\jdk.sc...
2019-05-14, 1714🔥, 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, 1713🔥, 0💬

Key Manager Not Sending Client Certificate
Why the Key Manager is not sending the client certificate to the SSL server? I have provided a keystore file with the client certificate inside. JSSE documentation does not provide any details on how the Key Manager selects a certificate and sends it the SSL server. But rxg provided a good explanati...
2018-06-12, 1712🔥, 0💬

Run ClientWithResponseHandler.java HttpComponents Client Example
How to run the ClientWithResponseHandler.java HttpComponents Client Example? I have httpcomponents-client-4.5.3-bi n.zipinstalled. If you have httpcomponents-client-4.5.3-bi n.zipinstalled, you can follow this tutorial to run the ClientWithResponseHandler.java HttpComponents Client Example: 1. Open ...
2017-11-02, 1710🔥, 0💬

wrapper.jar x86-32-3.5.25 - Java Service Wrapper
The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications. Some of the Wrapper's features are: Run a Java application as a Windows Service or Unix Daemon Java Application Reliability Automatic Crash, Freeze, and Deadlo...
2015-04-23, 1695🔥, 0💬

MyXmlToUser.java - Unmarshal XML File to Data Object to
How to unmarshal XML files to data objects using JAXB API? If you want to unmarshal xml files to data objects using JAXB API, you can follow these suggestions: 1. Create a JAXBContext instance with the package name of the data type classes generated with the JAXB XJC tool: JAXBContext c = JAXBContex...
2017-06-30, 1692🔥, 0💬

SSL Handshake Message Examples
How to get some SSL Handshake Message Examples? You can get SSL Handshake Message Examples as shown below: \fyicenter&gt;\local\jdk-1 .8.0\bin\java-Djavax.net.debug=ssl:handshak e:dataHttpsUrlReader &gt; ssl.log \fyicenter&gt;edit ssl.log *** ClientHello, TLSv1.2 [write] MD5 and SHA1 has...
2018-03-24, 1690🔥, 0💬

Test to Modify Excel File with jxl.jar
How to run the test to modify an existing Excel file with jxl.jar? The following steps shows you how to run the test to modify an existing Excel file with jxl.jar: 1. Open command line window to verify jxl.jar installation. "jxl.jar" file and "jxlrwtest" file are needed: C:\cd \fyicenter\jexcelapi C...
2018-02-21, 1689🔥, 0💬

MyUserToXml.java - Marshal Data Object to XML File
How to marshal data objects to XML files using JAXB API? If you want to marshal data objects to XML files using JAXB API, you can follow these suggestions: 1. Create a JAXBContext instance with the package name of the data type classes generated with the JAXB XJC tool: JAXBContext c = JAXBContext.ne...
2017-06-30, 1689🔥, 0💬

jdk.rmic/sun.rmi.rmic.Main - "rmic" Command
How to run "rmic" command from JDK lib\modules JImage file? "rmic" command allows you to run the RMI (Remote Method Invocation) compiler. "rmic" command is supported by the jmods\jdk.rmic.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11. You can run the "r...
2020-01-21, 1688🔥, 0💬

Backup JDK 8 Installation Directory
How to backup up JDK 8 installation directory? If you want to backup your JDK 8 installation directory, so that you can restore it later when you need it, you can follow these steps: 1. Compress the entire JDK 8 installation directory into a ZIP file. Here is how you can do this using the WinRAR com...
2019-07-09, 1684🔥, 0💬

Test to Read Excel File as XML with jxl.jar
How to run the test to read an existing Excel file as XML output with jxl.jar? The following steps shows you how to run the test to read an existing Excel file as XML output with jxl.jar: 1. Open command line window to verify jxl.jar installation. "jxl.jar" file and "jxlrwtest" file are needed: C:\c...
2018-04-07, 1684🔥, 0💬

EasyPoXmlParser.java - Parse XML to Java Objects
How to write Java program to parse XML document to Java data type objects using XMLBeans? I have the XML Schema compiled as Java data types. If you have your XML schema compiled as Java data types, you can following these suggestions to write a Java program to parse an XML document into Java data ob...
2017-07-07, 1683🔥, 0💬

JDK 11 Installed Directories and Files
What are JDK 11 installed directories and files? All JDK 11 installed directories and files are located at the "Installed to" directory. For example: C:\fyicenter\jdk-11.0.1: C:\fyicenter\jdk-11.0.1\... Folder bin 19256 bin\api-ms-win-core-console-l1 -1-0.dll25960 bin\attach.dll 1546088 bin\awt.dll ...
2020-06-08, 1682🔥, 0💬

SimpleTable - Apache POI Word Document Example
What is SimpleTable example in the Apache POI package? How to run SimpleTable example? SimpleTable example in the Apache POI package is created by Gisella Bronzetti and Gregg Morris. It creates Word documents with tables in *.docx format using POI XWPF API SimpleTable example uses the OpenXML Word P...
2017-02-22, 1679🔥, 0💬

JRE 7 jsse.jar - JSSE (Java Secure Socket Extension)
JRE 7 jsse.jar is the JAR file for JRE 7 JSSE (Java Secure Socket Extension), which enables secure Internet communications. It provides a framework and an implementation for a Java version of the SSL and TLS protocols and includes functionality for data encryption, server authentication, message int...
2019-05-01, 1675🔥, 0💬

jdk.jshell/jdk.internal.jshell.tool.JShellToolProvider - "jshell" Command
How to run "jshell" command from JDK lib\modules JImage file? "jshell" command allows you to run JShell interactively. "jshell" command is supported by the jmods\jdk.jshell.jmod module file, which is also linked into the lib\modules JImage file. You can run the "jshell" command using the lib\modules...
2019-05-14, 1674🔥, 0💬

SaxXmlParser.java - SAX XML Parser Example
How to parse an XML file with SAX (Simple API for XML) API? If you want to parse an XML file with SAX (Simple API for XML), you can these suggestions privded below: 1. Use the factory class to create SAXParser object: SAXParserFactory f = SAXParserFactory.newInstance() ;SAXParser p = f.newSAXParser(...
2017-12-09, 1674🔥, 0💬

<< < 83 84 85 86 87 88 89 90 91 92 93 > >>   Sort: Date