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

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

Commons CLI API - Option.Builder Class
How to use org.apache.commons.cli.Option. Builderclass to define options? Commons CLI API offers 3 ways to define options: 1. Define and add an option in a single addOption() call - For example: import org.apache.commons.cli.Options ;options.addOption("i", "input", true, "Input string"); 2. Define a...
2020-05-15, 1337🔥, 0💬

Using Apache XMLBeans in Java Programs
Where to find answers to frequently asked questions on Using Apache XMLBeans in Java Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using Apache XMLBeans in Java Programs: xpretty - Print XML in Pretty Format easypo.xsd - Purchase Order Tes...
2018-01-13, 1336🔥, 0💬

jdk.jartool/sun.tools.jar.Main - "jar" Command
How to run "jar" command from JDK lib\modules JImage file? "jar" is the JAR (Java ARchive) file management command. "jar" command is supported by the jmods\jdk.jartool.jmod module file, which is also linked into the lib\modules JImage file in. You can run the "jar" command using the lib\modules JIma...
2020-02-07, 1334🔥, 0💬

JDK 9 Modules List
Where to find a full list of modules provided in JDK 9? Here is a list of all modules provided in JDK 9. 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 modu...
2020-02-20, 1333🔥, 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, 1319🔥, 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, 1315🔥, 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, 1314🔥, 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, 1313🔥, 0💬

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

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

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

What Is Apache BCEL
What Is Apache BCEL (Byte Code Engineering Library)? The Byte Code Engineering Library (Apache Commons BCEL™) is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the s...
2021-07-10, 1303🔥, 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, 1300🔥, 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, 1298🔥, 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, 1285🔥, 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, 1284🔥, 0💬

jetty-policy-8.1.7.v20120910.jar - Jetty Policy
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-policy.jar, jetty-policy-8.1.7.v20120910.j arFile size: 33354 bytes Date modified: 10-Sep...
2015-04-27, 1284🔥, 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, 1278🔥, 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, 1263🔥, 0💬

WorkingWithFonts - Apache POI Excel File Example
What is WorkingWithFonts example in the Apache POI package? How to run WorkingWithFonts example? WorkingWithFonts example in the Apache POI package is created by Glen Stampoultzis. It demonstrates how to create and use fonts in *.xls file format. WorkingWithFonts example uses the HSSF (Horrible Spre...
2017-03-17, 1263🔥, 0💬

Commons FileUpload Example with JSP Pages
Where to find a good working example on using Commons FileUpload library with JSP pages? If you are looking a good working example on Commons FileUpload library with JSP pages, you can read the Apache Commons FileUpload Example with Servlet and JSP Web page. Here is the Java source code of the Servl...
2020-11-22, 1262🔥, 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, 1261🔥, 0💬

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