<< < 85 86 87 88 89 90 91 92 93 94 95 > >>   Sort: Date

Make Client Certificate Trusted by SSL Server
How to make a self-signed client certificate trusted by the SSL server? I want to help Key Manager to send out the client certificate and accepted by the SSL server. There are several options to make a self-signed certificate trusted by the SSL Server: Send your self-signed certificate to a trusted ...
2018-06-12, 1107👍, 0💬

MySQL Service for Connector/J Test
How to run MySQLxx Service on my local computer to test Connector/J JDBC driver? If you want to test Connector/J JDBC driver and do not have any MySQL database to access, you can follow these steps to run MySQLxx Service on your local computer. 1. Download MySQL Community Server 5.7 from MySQL Websi...
2016-12-04, 1104👍, 0💬

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

Running Examples Provided in Rhino
Where to find answers to frequently asked questions on Running Examples Provided in Rhino? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Running Examples Provided in Rhino: RunScript.java - Run JavaScript as Command Option Control.java - Rhino JavaS...
2017-08-08, 1102👍, 0💬

Apache Maven Tool, What Is It
What is Apache Maven tool? Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Maven's primary goal is to allow a developer to ...
2020-11-11, 1099👍, 0💬

FOP TTFReader - Build Italic and Bold Fonts
How to build Italic, Bold and Italic-Bold fonts with FOP? To build Italic, Bold and Italic-Bold fonts with FOP, we need to find their fond files in TTF format. For example, you see "Calibri", Italic, Bold, and Italic-Bold font files located in \windows\fonts folder: 813,876 calibri.ttf &gt; for ...
2018-04-12, 1099👍, 0💬

java.xml/com.sun.org.apache.xerces.internal.impl.xpath.regex.REUtil - Regular Expression Tool
How to run "java.xml/com.sun.org.apache.x erces.internal.impl.xpath.rege x.REUtil"tool from JDK lib\modules JImage file? "java.xml/com.sun.org.apache.x erces.internal.impl.xpath.rege x.REUtil"tool allows you to perform a regular expression match on a given string. "java.xml/com.sun.org.apache.x erces.i...
2019-10-18, 1098👍, 0💬

WebSocket Opening Handshake Messages
How does the WebSocket Opening Handshake work? WebSocket Opening Handshake starts with the client sends the opening handshake request as an HTTP request message in the following format: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBs...
2018-01-27, 1098👍, 0💬

JDK 1.3 htmlconverter.jar - HTML Converter
JDK 1.3 htmlconverter.jar is the JAR file for JDK 1.3 JavaFX Doclet Tool defined in the "com\javafx\tools\doclets" package. JAR File Information: Directory of C:\fyicenter\jdk-1.3.1_28\lib 192,653 htmlconverter.jar   ⇒ JDK 1.3 tools.jar - JDK Tools ⇐ JDK 1.3 dt.jar - Java Swing Desktop ⇑ Download a...
2019-03-08, 1096👍, 0💬

What Is commons-fileupload-1.3.1.jar
What Is commons-fileupload-1.3.1.jar? commons-fileupload-1.3.1.jar is the JAR file for Apache Commons FileUpload 1.3.1, which adds robust, high-performance, file upload capability to your servlets and web applications. JAR File Size and Download Location: File name: commons-fileupload.jar, commons-f...
2020-11-22, 1094👍, 0💬

JDK/JRE 1.4 JAR Files List
Where to find a full list of JAR files provided in JDK/JRE 1.4? Here is a list of all JAR files provided in JDK/JRE 1.4. Directory of C:\fyicenter\jdk-1.4.2_19\lib 138,980 dt.jar 1,239,446 htmlconverter.jar 5,082,372 tools.jar Directory of C:\fyicenter\jdk-1.4.2_19\jre\ lib6,112,383 charsets.jar 70,...
2019-03-27, 1094👍, 0💬

SSL Handshake Message Sequence
What is the SSL handshake message sequence? I want to know how many messages are exchanged between the client and the server. When a SSL client is connecting to a SSL server, they will communicate to each other with the following sequence of messages to perform SSL handshake and exchange application...
2018-03-24, 1093👍, 0💬

Publish Application JAR File on Web Server
How to publish application JAR file on my Website? If you have your application packaged in an executable JAR file, you can follow this tutorial to publish it to your Website: 1. Upload HelloJavaWs.jar to your Website at a URL like: http://jar.fyicenter.com/JavaW S/HelloJavaWs.jar.2. Update the JNLP...
2017-07-15, 1093👍, 0💬

jdk.jlink/jdk.tools.jlink.internal.Main - "jlink" Command
How to run "jlink" command from JDK lib\modules JImage file? "jlink" command allows you to assemble a set of modules and their dependencies into a custom lib\modules JImage file. "jlink" command is supported by the jmods\jdk.jlink.jmod module file, which is also linked into the lib\modules JImage fi...
2020-01-29, 1079👍, 0💬

Client Certificate Authentication Example
How to write a SSL client program that use a client certificate? The SSL is asking for client certificate authentication. When an SSL server program is asking for client certificate authentication, it is usually coded as the following: serverSocket.setNeedClientAuth (true);In the SSL client program,...
2018-06-12, 1068👍, 0💬

Unmarshaller with No Default Data Validation
Why the Unmarshaller is not generating error on invalid data given in the XML file? In the Reference Implementation and JRE 8 implementation of JAXB, the Unmarshaller does not have any default data validation. If the input XML has any invalid data, the Unmarshaller will will throw data parsing excep...
2017-06-30, 1066👍, 0💬

jdkjdk.hotspot.agent/sun.jvm.hotspot.tools.HeapDumper - JVM Heap Dumper
How to run "jdk.hotspot.agent/sun.jvm.hot spot.tools.HeapDumper"tool from JDK lib\modules JImage file? "jdk.hotspot.agent/sun.jvm.hot spot.tools.HeapDumper"tool allows you to print out heap summary of a given JVM process. "jdk.hotspot.agent/sun.jvm.hot spot.tools.HeapDumper"tool is supported by the ...
2019-09-27, 1065👍, 0💬

JDK/JRE 5 JAR Files List
Where to find a full list of JAR files provided in JDK/JRE 5? Here is a list of all JAR files provided in JDK/JRE 5. Directory of C:\fyicenter\jdk-1.5.0_22\lib 142,477 dt.jar 278,020 htmlconverter.jar 232,634 jconsole.jar 7,060,373 tools.jar Directory of C:\fyicenter\jdk-1.5.0_22\jre\ lib8,898,567 c...
2019-04-03, 1062👍, 0💬

JDK 1.3 dt.jar - Java Swing Desktop
JDK 1.3 dt.jar is the JAR file for JDK 1.3 Java Swing Desktop defined in the "javax\swing" package. JAR File Information: Directory of C:\fyicenter\jdk-1.3.1_28\lib 130,166 dt.jar   ⇒ JDK 1.3 htmlconverter.jar - HTML Converter ⇐ JDK/JRE 1.3 JAR Files List ⇑ Download and Review JDK 1.3 ⇑⇑ FAQ for J...
2019-02-05, 1060👍, 0💬

What Is WebSocket API
What is WebSocket API? The WebSocket API is a programming interface specification to support WebSocket protocol, which enables Web pages to use the WebSocket protocol for two-way communication with the Website. The current version the WebSocket API specification is provided by W3C: The WebSocket API...
2018-01-24, 1055👍, 0💬

Test to Read Excel File as XML with Format Properties
How to run the test to read an existing Excel file as XML output with cell format properties with jxl.jar? The following steps shows you how to run the test to read an existing Excel file as XML output with cell format properties with jxl.jar: 1. Open command line window to verify jxl.jar installati...
2018-04-07, 1052👍, 0💬

Remove Applications from JavaWS Cache
How to remove applications from JavaWS cache? I don't want to use the application any more. There are two ways to remove Java applications from the JavaWS cache: 1. Using Java Control Panel: Run "Control Panel\Programs\Java". You see the Java Control Panel showing up. Click "General" tab and click "...
2018-01-06, 1052👍, 0💬

JRE 1.4 ldapsec.jar - LDAP Security
JRE 1.4 ldapsec.jar is the JAR file for JRE 1.4 LDAP Security. JAR File Information: Directory of C:\fyicenter\jdk-1.4.2_19\jre\ lib\ext53,248 ldapsec.jar   ⇒ JRE 1.4 localedata.jar - Locale Data ⇐ JRE 1.4 dnsns.jar - DNS Name Service ⇑ Download and Review JDK 1.4 ⇑⇑ FAQ for JDK (Java Development ...
2019-03-20, 1044👍, 0💬

What Is WebSocket Protocol
What is WebSocket Protocol? The WebSocket Protocol is networking communication specification that enables Web pages to use the WebSocket protocol for two-way communication with the Website. WebSocket protocol is designed to be implemented in web browsers and web servers, but it can be used by any cl...
2018-01-27, 1041👍, 0💬

<< < 85 86 87 88 89 90 91 92 93 94 95 > >>   Sort: Date