<< < 89 90 91 92 93 94 95 96 97 98 99 > >>   Sort: Date

Download and Install Snappy-Java Binary Package
How to download and install Snappy-Java Binary Package? Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. The binary package contains a pre-compiled version of Snappy-Java and it is ready to use. You can follow these steps to download and install sna...
2023-01-06, 1418🔥, 2💬

💬 2023-01-06 ok: ok

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, 1417🔥, 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, 1417🔥, 0💬

Downloading servlet-api.jar - Java Servlet API
Where to find answers to frequently asked questions on Downloading and installing servlet-api.jar - Java Servlet API? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and installing servlet-api.jar - Java Servlet API: What Is Java Servlet A...
2024-07-18, 1416🔥, 1💬

💬 2024-07-18 huzhongwei: 试用

JDK 10 Modules List
Where to find a full list of modules provided in JDK 10? Here is a list of all modules provided in JDK 10. The "Mod" column indicates that the module has a jmods\*.jmod file. The "Img" column indicates that the module is included in the lib\modules JImage file. The "Src" column indicates that the mo...
2020-03-14, 1416🔥, 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, 1413🔥, 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, 1411🔥, 0💬

com.sun.deploy.jardiff.JarDiff - Compare JAR Files
How to run "com.sun.deploy.jardiff.JarDif f"program from JRE deploy.jar file? "com.sun.deploy.jardiff.JarDif f"program allows you to see differences of 2 given JAR files. "com.sun.deploy.panel.ControlP anel"program is stored in the lib\deploy.jar JAR file JRE 1, 2, 3, 4, 5, 6, 7, 8, 9 , 10 and 11. Y...
2019-10-26, 1409🔥, 0💬

JDK 17 java.management.rmi.jmod - Management RMI Module
JDK 17 java.management.rmi.jmod is the JMOD file for JDK 17 Management RMI module. JDK 17 Management RMI module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\ja va.management.rmi.jmod.JDK 17 Management RMI module compiled class files are also linked and stored in the \fyicenter\jdk-...
2023-09-23, 1405🔥, 0💬

JRE 1.4 jsse.jar - JSSE (Java Secure Socket Extension)
JRE 1.4 jsse.jar is the JAR file for JRE 1.4 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...
2019-03-20, 1405🔥, 0💬

Building Your Own JavaWS and JNLP Application
Where to find answers to frequently asked questions on Building Your Own JavaWS and JNLP Application. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Building Your Own JavaWS and JNLP Application: Build Java Application as Executable JAR Create JNLP F...
2017-12-26, 1396🔥, 0💬

Draw Shape in PDF with iText
How to draw shapes in PDF using iText Java Library? Here is a tutorial for creating a PDF document with some drawing shapes using iText Java Library. 1. Create a Java file, DrawingShape.java: /** * Drawing shapes in PDF with iText */ import com.itextpdf.kernel.pdf.*; import com.itextpdf.kernel.pdf.c...
2022-04-28, 1391🔥, 1💬

jdk.jcmd/sun.tools.jinfo.JInfo - "jinfo" Command
How to run "jinfo" command from JDK lib\modules JImage file? "jinfo" command allows you to get configuration information from a running Java process or crash dump and prints the system properties or the command-line flags that were used to start the JVM. "jinfo" command is supported by the jmods\jdk...
2019-08-23, 1390🔥, 0💬

BigExample - Apache POI Excel File Example
What is BigExample example in the Apache POI package? How to run BigExample example? BigExample example in the Apache POI package is created by Glen Stampoultzis andAndrew Oliver. It demonstrates many features of the user API at once for *.xls file format. BigExample example uses the HSSF (Horrible ...
2017-03-17, 1385🔥, 0💬

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

PurchaseOrder.java - JAXB Java Example Class
What would the Java class look like, if I want to map the PurchaseOrder.xsd XML schema to Java data objects based on JAXB API? If you apply the mapping rules given in the JAXB API specification on the PurchaseOrder.xsd XML schema given in the previous tutorial, you will get a Java class similar to t...
2018-05-19, 1378🔥, 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, 1374🔥, 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, 1372🔥, 0💬

Apache Maven Internal Design Architecture
What is the internal design architecture of Apache Maven? Apache Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled ...
2020-11-11, 1371🔥, 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, 1366🔥, 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, 1360🔥, 0💬

JDK 17 jdk.unsupported.jmod - Unsupported Module
JDK 17 jdk.unsupported.jmod is the JMOD file for JDK 17 Unsupported module. JDK 17 Unsupported module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.unsupported.jmod.JDK 17 Unsupported module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modu le...
2022-11-07, 1358🔥, 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, 1358🔥, 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, 1357🔥, 0💬

<< < 89 90 91 92 93 94 95 96 97 98 99 > >>   Sort: Date