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

transactions-api-3.7.0.jar - Atomikos Transactions JTA/XA
atomikos-api-3.7.0.jar is the API package of Atomikos TransactionsEssentials - Open Source JTA/XA, which is the limited open source edition of Atomikos transaction management system offering basic support for JDBC/XA pools, JMS/XA pools and JTA/XA to enable functional testing of transaction processe...
2013-06-28, ∼3806🔥, 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, ∼3802🔥, 0💬

What Is sqljdbc_6.0.7728.100_enu.tar.gz?
What Is sqljdbc_6.0.7728.100_enu.tar.g z?sqljdbc_6.0.7728.100_enu.tar.g zis the binary package of sqljdbc Java library 6.0 in TAR and GnuZIP format. sqljdbc Java library is a JDBC Driver for SQL Server provided by Microsoft. Download File Size and Download Location: File name: sqljdbc_6.0.7728.100_e...
2017-01-14, ∼3802🔥, 0💬

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

What Is JAF (JavaBeans Activation Framework)
What Is JAF (JavaBeans Activation Framework)? JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; a...
2016-06-10, ∼3797🔥, 0💬

mahout-math-0.8.jar - Mahout
Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily in the areas of collaborative filtering, clustering and classification. Many of the implementations use the Apache Hadoop pl...
2014-07-09, ∼3797🔥, 0💬

JAR File Index Specification
What is the JAR file index specification? What tools can I use to generate the index file? The index file of a JAR file contains directory information as to which classes and resources reside in the JAR file. The index file is stored as META-INF/INDEX.LIST in the JAR file. The index file specificati...
2016-04-12, ∼3796🔥, 0💬

Run folderlist.java with Gmail SSL IMAP
How to run folderlist.java in javamail1_4_7.zip with Gmail using SSL IMAP protocol? I have a valid Gmail email account. folderlist.java in javamail1_4_7.zip can be used to retrieve mail folder information from Gmail mail server using SSL IMAP protocol. Here is an execution session of folderlist.java...
2016-01-22, ∼3789🔥, 0💬

lucene-smartcn-3.6.2.jar - Lucene Search Engine Smartcn
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. lucene-smartcn.jar - Lucene Search Engine: smartcn JAR File Size and Download Location: File name: lucene-smartcn.jar,...
2014-03-05, ∼3786🔥, 0💬

What Is commons-collections4-4.1-bin.zip
What Is commons-collections4-4.1-bin.z ip?commons-collections4-4.1-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...
2016-11-19, ∼3778🔥, 0💬

sun.tools.jps.Jps - "jps" Command
How to run "jps" command from JDK tools.jar file? "jps" command allows you to print the status of a given JVM process on your computer system. "jps" command is supported by the lib\tools.jar JAR file JDK 1, 2, 3, 4, 5, 6, 7, and 8. You can run the "jps" command using the JDK tools.jar file as descri...
2019-11-21, ∼3776🔥, 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, ∼3776🔥, 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, ∼3772🔥, 0💬

Tagger-2.3.1.jar - Apache UIMA Annotator Tagger
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. Tagger.jar - The UIMA Annotator: Tagger JAR File Size and Download Location: File name: Tagger.jar, Tagg...
2013-08-06, ∼3771🔥, 0💬

FAQ for Java Excel API jxl.jar
Where to find answers to frequently asked questions on Java Excel API jxl.jar? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Excel API jxl.jar: Download Java Excel API jxl.jar What Is Java Excel API, jxl.jar Download and Install jexcelapi_2_6_1...
2017-06-20, ∼3767🔥, 0💬

Downloading Apache MRUnit 1.0.0
Apache MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs. Download File Size and Download Location: File name: apache-mrunit-1.0.0-hadoop1-bi n.tar.gzFile size: 1,727,125 bytes Release date: 2013-04-13 Download: Apache MRUnit File list of apache-mrunit-1.0.0-hado...
2014-06-23, ∼3766🔥, 0💬

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

jetty-ajp-8.1.7.v20120910.jar - jetty AJP
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-ajp.jar, jetty-ajp-8.1.7.v20120910.jar File size: 33429 bytes Date modified: 10-Sep-2012 ...
2013-06-26, ∼3758🔥, 0💬

Downloading Simple XML 2.7.1
Solr is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handli...
2014-08-20, ∼3754🔥, 0💬

Download and Install javamail-1_3_1-upd.zip
How to download and install javamail-1_3_1-upd.zip? The JavaMail API is a set of abstract APIs that model a mail system. You can follow these steps to download and install javamail-1_3_1-upd.zip to use JavaMail API: 1. Go to the Java EE Platform Downloads . 2. Go to the "JavaMail API 1.3.1" section ...
2016-07-06, ∼3752🔥, 0💬

jakarta-regexp-1.4.jar - Apache Lucene Jakarta Regexp
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Found...
2013-07-30, ∼3747🔥, 0💬

Download FTP File with FTPClientExample.java
How to download a FTP file with examples.ftp.FTPClientExample. javaprogram? I know the file path on the anonymous server. If you know the file path on an anonymous FTP server, you can use the following command to download the file from the FTP server: java -a -A -b examples.ftp.FTPClientExample host...
2017-05-05, ∼3745🔥, 0💬

spdy-client-9.0.0.jar - Jetty Implementation of SPDY
spdy-client.jar is the client package of the Jetty implementation of the SPDY protocol. SPDY is a Google experiment with protocols for the web. Its goal is to reduce the latency of web pages. JAR File Size and Download Location: File name: spdy-client.jar, spdy-client-9.0.0.v20130308.ja rFile size: ...
2013-07-03, ∼3737🔥, 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, ∼3733🔥, 0💬

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