<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:2539  Sort:Date

jarjar-1.4.jar - Jar Jar Links
Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: 1. You can easily ship a single jar file with no external dependencies; 2. You can avoid problems where your library depends on a specific version of a...
2014-02-05, ∼3573🔥, 0💬

uima-examples-2.4.0.jar - Apache UIMA Examples
Unstructured Information Management applications (UIMA) are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. uima-examples.jar - Examples. JAR File Size and Download Location: File name: uima-examples.jar, uima-ex...
2013-08-05, ∼3573🔥, 0💬

msgsend Demo Program in JavaMail 1.4.7
What is the msgsend.java in javamail1_4_7.zip? msgsend.java in javamail1_4_7.zip is a demo program that sends out a simple text email message through a SMTP server. msgsend.java is located at \local\javamail-1.4.7\demo\msg send.java.Below is the usage description of msgsend.java: Description: Send a...
2016-01-25, ∼3571🔥, 0💬

jetty-websocket-8.1.7.v20120910.jar - jetty Web Socket
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-websocket.jar, jetty-websocket-8.1.7.v2012091 0.jarFile size: 125273 bytes Date modified:...
2013-06-20, ∼3570🔥, 0💬

FOP Font Missing Glyph Error for PDF
Why I am getting the "Glyph A not available in font Symbol" error with FOP? You will get the "Glyph A not available in font X" error, if character "A" is not supported in font "X". For example, font "Symbol" only support symbolic characters. It does not support alphabetic characters. So if you apply...
2018-04-21, ∼3567🔥, 0💬

-Djavax.net.debug - jsse.jar Debugging Options
How to use the -Djavax.net.debug jsse.jar debug option? If you are having trouble using jsse.jar, you can use the -Djavax.net.debug JVM property as described in this tutorial: Compile and run the example HttpsUrlReader.java provided in the previous tutorial with the -Djavax.net.debug=help property: ...
2018-03-24, ∼3565🔥, 0💬

What Is fop-0.93-bin-jdk1.4.zip
What Is fop-0.93-bin-jdk1.4.zip? I downloaded it from the Apache FOP Website. fop-0.93-bin-jdk1.4.zip is the binary package of Apache FOP 0.93 compiled for JDK 1.4 in ZIP format. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). Below is the informati...
2016-02-13, ∼3565🔥, 0💬

What Is fop.jar 2.0 - Part 3
What Is fop.jar 2.0? I got it from the fop-2.0-bin.zip. fop.jar (2.0) is the JAR file for FOP 2.0, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-2.0-bin.zip file. Below is the information about the fop.jar (2.0) file: Li...
2016-06-29, ∼3562🔥, 0💬

What Is examples.ftp.FTPClientExample.java
What is examples.ftp.FTPClientExample. java?examples.ftp.FTPClientExample. javais an example program demonstrating how to use the FTPClient class provided in the Apache Commons Net library. examples.ftp.FTPClientExample. javaprogram connects to an FTP server and retrieves the specified file. If the ...
2017-05-12, ∼3561🔥, 0💬

Downloading Morfologik 1.8.1
Morfologik is a polish morphological analyzer and Java libraries interfacing it. First completely open-source and comprehensive morphological tools and finite-state technology for Polish and other languages. Download File Size and Download Location: File name: morfologik-distribution-1.8.1. zipFile ...
2014-03-20, ∼3558🔥, 0💬

What Is SJP (Scripting for the Java Platform)
What is SJP (Scripting for the Java Platform)? SJP (Scripting for the Java Platform) is an API specification developed by JCP (Java Community Process) as JSR 223 "Java Specification Request 223 - Scripting for the JavaTM Platform". The SJP API consists of a framework that allows Java Scripting Engin...
2017-08-03, ∼3557🔥, 0💬

Downloading and Reviewing commons-fileupload.jar
Where to find answers to frequently asked questions on Downloading and Reviewing commons-fileupload.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing commons-fileupload.jar: commons-fileupload.jar, What Is It Download and ...
2016-11-17, ∼3557🔥, 0💬

uima-cpe-2.4.0.jar - Apache UIMA Collection Processing Engine
Unstructured Information Management applications (UIMA) are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. uima-cpe.jar - The Collection Processing Engine. JAR File Size and Download Location: File name: uima-cp...
2013-08-01, ∼3555🔥, 0💬

Download and Install junit-4.5.jar
How to download and install junit-4.5.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-4.5.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. Clic...
2016-03-07, ∼3554🔥, 0💬

XSLT Process in fop-2.0-bin.zip
How to run the XSLT process in fop-2.0-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...
2016-07-05, ∼3553🔥, 0💬

JRE 7 plugin.jar - Java Deploy Control Panel Plugin
JRE 7 plugin.jar is the JAR file for JRE 7 Java Control Panel Plugin interface and tools. JRE (Java Runtime) 7 is the runtime environment included in JDK 7. JRE 7 plugin.jar contains Java classes to support different JRE tool commands: sun.plugin.security.Broken11Cl assFixersun.plugin2.applet.viewer...
2019-05-01, ∼3545🔥, 0💬

jetty-jndi-8.1.7.v20120910.jar - jetty JNDI
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-jndi.jar, jetty-jndi-8.1.7.v20120910.jar File size: 39862 bytes Date modified: 10-Sep-201...
2013-06-25, ∼3543🔥, 0💬

gt-coverage-api-10.2.jar - GeoTools
GeoTools, The Open Source Java GIS Toolkit, is a Java library that provides tools for geospatial data. gt-coverage.jar is the Coverage module. JAR File Size and Download Location: File name: gt-coverage.jar, gt-coverage-api-10.2.jar File size: 104037 bytes Date modified: 17-Nov-2013 Download: GeoToo...
2014-02-03, ∼3538🔥, 0💬

JDK 1.4 tools.jar - JDK Tools
JDK 1.4 tools.jar is the JAR file for JDK 1.4 tools. It contains Java classes to support different JDK tool commands: sun.applet.Main - Supports the "appletviewer" command. sun.rmi.rmic.Main - Supports the "rmic" command. sun.security.tools.jarsigner.M ain- Supports the "jarsigner" command. sun.tool...
2019-03-20, ∼3537🔥, 0💬

What Is commons-collections4-4.4-bin.zip
What Is commons-collections4-4.4-bin.z ip?commons-collections4-4.4-bin.z ipis the binary package of Apache Commons Collections 4.1 in ZIP format. Apache Commons Collections provides additional collection handling functionalities on top of JDK library. Download File Size and Download Location: File n...
2020-11-22, ∼3534🔥, 0💬

What Is JarAnalyzer
What Is JarAnalyzer? JarAnalyzer is a dependency management utility for JAR files developed by Kirk Knoernschild. It's primary purpose is to traverse through a directory, parse each of the JAR files in that directory, and identify the dependencies between the JAR files. The output is an XML file rep...
2015-06-10, ∼3533🔥, 0💬

Download and Install jms-1_1-fr-apidocs.zip
How to download and install jms-1_1-fr-apidocs.zip? I want to use the jms.jar file to support Java Message Service. If you want to use jms.jar which is the Sun implementation of JMS (Java Message Service) 1.1, you can follow these steps to download and install jms-1_1-fr-apidocs.zip: 1. Go to the JM...
2016-04-06, ∼3532🔥, 0💬

Example code to Test rhino-runtime-1.7.14.jar
How to test rhino-runtime-1.7.14.jar? You can write a simple Java program, RhinoRuntimeTest.java, to test rhino-runtime-1.7.14.jar: // Copyright (c) FYIcenter.com import org.mozilla.javascript.Context ;import org.mozilla.javascript.Scripta ble;public class RhinoRuntimeTest { public static void main(...
2023-02-21, ∼3529🔥, 6💬

JUnit 3.8.1 Example Program for Hamcrest 1.3
Where can I find an example program to use JUnit 3.8.1 with Hamcrest 1.3? Hamcrest is a framework for writing matcher objects allowing 'match' rules to be defined declaratively. The hamcrest-generator-1.3.zip contains a some examples on how to use Hamcrest with JUnit 3.x and JUnit 4.x in the "hamcre...
2016-03-25, ∼3524🔥, 0💬

<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:2539  Sort:Date