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

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

jboss-aop-mc-int-2.0.6.GA.jar - JBoss Microcontainer
The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server. jboss-aop-mc-int.jar is the AOP MC INT module. JAR File Size and Download Location: File name: jboss-aop-mc-int.jar, jboss-aop-mc-int-2.0.6....
2014-02-27, ∼3492🔥, 0💬

Install jarscan
jarscan is a command line tool and library for scanning JAR archives. This how-to tutorial shows you how to properly install jarscan as a system command. After unzip the download jarscan distribution package, follow these steps to install it: Make sure you have installed Java 5 or higher Unzip the d...
2015-05-27, ∼3487🔥, 0💬

What Is poi-ooxml-schemas-3.15.jar - Part 3?
What Is poi-ooxml-schemas-3.15.jar - Part 3? poi-ooxml-schemas-3.15.jar is one of the JAR files for Apache POI 3.15, which provides an API for Microsoft document files of Word, Excel, PowerPoint, and Visio. poi-ooxml-3.15.jar supports Apache POI components that read and write Microsoft's Open Office...
2017-04-01, ∼3486🔥, 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, ∼3484🔥, 0💬

Example of Creating Excel File with jxl.jar
Where can I find an example Java code that uses jxl.jar to create a new Excel file? You can follow these suggestions and example to create a new Excel file with jxl.jar: 1. Create a writable workbook file using the factory method on the Workbook class: WritableWorkbook workbook = Workbook.createWork...
2018-02-21, ∼3482🔥, 0💬

org.apache.commons.codec.digest.DigestUtils Example
What is org.apache.commons.codec.diges t.DigestUtilsclass? How to use org.apache.commons.codec.diges t.DigestUtilsclass? org.apache.commons.codec.diges t.DigestUtilsclass is a Java class offered in commons-codec.jar that provides operations to simplify common MessageDigest tasks. Two commonly used s...
2017-04-22, ∼3482🔥, 0💬

Update JAR "jar -u" Command Syntax
What are syntax rules of the "jar -u" command for updating a JAR file? I am confused on how to specify different options, like v and f. The "jar -u" command allows you to update an existing JAR file. It has the follow syntax: jar -u[vfme0] [jar-file] [manifest-file] [entry-point] [list] "v" option f...
2016-05-15, ∼3479🔥, 0💬

FAQ for Hamcrest - Library of Matchers
What Is junit-3.8.1.jar?Where can I find answers to FAQ on Hamcrest, the library of matchers? I want to know how to download, install and use Hamcrest for my Java application. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions)...
2016-03-28, ∼3477🔥, 0💬

JRE 6 deploy.jar - Java Deploy Control Panel
JRE 6 deploy.jar is the JAR file for JRE 6 Java Control Panel and other deploy tools. JRE (Java Runtime) 6 is the runtime environment included in JDK 6. JRE 6 deploy.jar contains Java classes to support different JRE tool commands: com.oracle.deploy.update.Updat er- Keeps JRE updated. com.sun.deploy...
2019-01-26, ∼3475🔥, 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, ∼3474🔥, 0💬

hibernate-envers-4.2.7.Final.jar - Hibernate 4
Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. hibernate-envers.jar is the Envers module. JAR File Size and Download Location: File name: hibernate-envers.jar, hibernate-envers-4.2.7.Final.j arFile size: 413743 bytes ...
2014-02-11, ∼3471🔥, 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, ∼3471🔥, 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, ∼3470🔥, 0💬

Run msgsend.java with Gmail SMTP Server
How to run msgsend.java in javamail1_4_7.zip with Gmail using SSL SMTP protocol? I have a valid Gmail email account. msgsend.java in javamail1_4_7.zip can be used to send out a simple text mail message through Gmail server using SSL SMTP protocol. Here is an execution session of folderlist.java: fyi...
2016-01-27, ∼3468🔥, 0💬

org.apache.commons.codec.binary.Base64 Example
What is org.apache.commons.codec.binar y.Base64class? How to use org.apache.commons.codec.binar y.Base64class? org.apache.commons.codec.binar y.Base64class is a Java class offered in commons-codec.jar that provides Base64 encoding and decoding as defined by RFC 2045. Two commonly used static methods...
2017-04-08, ∼3466🔥, 0💬

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

Examples for ojdbc.jar - JDBC Driver for Oracle
Where to find answers to frequently asked questions on Java Examples for ojdbc.jar - JDBC Driver for Oracle. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Examples for ojdbc.jar - JDBC Driver for Oracle. ojdbc.jar in Java Database Connection Ar...
2018-03-13, ∼3463🔥, 0💬

JDK 17 jdk.management.jfr.jmod - Management JFR Module
JDK 17 jdk.management.jfr.jmod is the JMOD file for JDK 17 Management Jfr module. JDK 17 Management JFR module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.management.jfr.jmod.JDK 17 Management JFR module compiled class files are also linked and stored in the \fyicenter\jdk-17...
2023-07-29, ∼3450🔥, 0💬

jboss-common-core-2.2.20.GA.jar - JBoss Common Classes
jboss-common-core.jar contains JBoss common classes. JAR File Size and Download Location: File name: jboss-common-core.jar, jboss-common-core-2.2.20.GA.ja rFile size: 572481 bytes Date modified: 04-Aug-2012 Download: JBoss Common Classes Manifest of the JAR: Archiver-Version: Plexus Archiver Built-B...
2014-02-28, ∼3448🔥, 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, ∼3445🔥, 0💬

JDK 7 ant-javafx.jar - JavaFX Ant Task Tool
JDK 7 ant-javafx.jar is the JAR file for JDK 7 JavaFX Ant Task Tool defined in the "com.sun.javafx.tools.ant" package. JAR File Information: Directory of C:\fyicenter\jdk-1.7.0_80\lib 1,500,586 ant-javafx.jar   ⇒ JDK 7 dt.jar - Java Swing Desktop ⇐ JDK/JRE 7 JAR Files List ⇑ Download and Use JDK 7...
2019-06-29, ∼3444🔥, 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, ∼3440🔥, 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, ∼3439🔥, 0💬

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