<< < 59 60 61 62 63 64 65 66 67 68 69 > >>   Sort: Date

JDK 17 jdk.incubator.foreign.jmod - JDK Incubator Foreign
JDK 17 jdk.incubator.foreign.jmod is the JMOD file for JDK 17 HTTP Server module. JDK 17 Incubator Foreign module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.incubator.foreign.jmod.JDK 17 Incubator Foreign module compiled class files are also linked and stored in the \fyicent...
2023-10-04, 2886🔥, 0💬

JRE 7 jfr.jar - JFR (Java Flight Recorder)
JRE 7 jfr.jar is the JAR file for JRE 7 JFR (Java Flight Recorder), which collects diagnostic and profiles data about a running Java application. JAR File Information: Directory of C:\fyicenter\jdk-1.7.0_80\jre\ lib533,152 jfr.jar   ⇒ JRE 7 jfxrt.jar - JavaFX RunTime ⇐ JRE 7 jce.jar - JCE (Java Cry...
2019-06-01, 2886🔥, 0💬

jboss-kernel-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-kernel.jar is the Kernel module. JAR File Size and Download Location: File name: jboss-kernel-2.0.6.GA.jar File size: 598573 bytes Dat...
2014-02-27, 2884🔥, 0💬

Downloading Apache Log4j 1.x JAR Packages
Where to find answers to frequently asked questions on Downloading Apache Log4j 1.x JAR Packages. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading Apache Log4j 1.x JAR Packages: Download and Install log4j-1.2.17.zip Source Code for Apache L...
2015-11-22, 2882🔥, 0💬

FAQ for Connector/J - JDBC Driver for MySQL
Where to find answers to frequently asked questions on Connector/J - JDBC Driver for MySQL? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team Connector/J - JDBC Driver for MySQL: Downloading Connector/J - JDBC Driver for MySQL What Is Connector/J - JDBC Dr...
2016-11-27, 2881🔥, 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, 2877🔥, 0💬

What Is XJC (XML to Java Compiler)
What Is XJC (XML to Java Compiler)? What Is XJC (XML to Java Compiler) a command line tool provided in the JAXB API Reference Implementation package to help you to compile an XML schema file into Java data object classes according the JAXB specification. If you want to use XJC, you can can download ...
2018-05-19, 2873🔥, 0💬

morfologik-tools-1.8.1-standalone.jar - Morfologik
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. JAR File Size and Download Location: File name: morfologik-tools.jar, morfologik-tools-1.8.1...
2014-03-20, 2873🔥, 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, 2872🔥, 0💬

jboss-xb-2.0.1.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-xb.jar is the XML Binding module. JAR File Size and Download Location: File name: jboss-xb-2.0.1.GA.jar File size: 516720 bytes Date m...
2013-12-12, 2872🔥, 0💬

lucene-queries-4.3.1.jar - Apache Lucene Queries
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-queries.jar - Filters and Queries that add to core Lucene. JAR File Size and Download Location: File name: luce...
2013-07-25, 2872🔥, 0💬

What Is poi-3.15.jar - Part 2
What Is poi-3.15.jar - Part 2? poi-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-3.15.jar supports Apache POI components that read and write Microsoft's OLE 2 Compound document format, which is used...
2017-04-04, 2866🔥, 0💬

jaxp\DatatypeAPIUsage.java - Apache Xerves JAXP Sample
What is the jaxp\DatatypeAPIUsage.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 installed. jaxp\DatatypeAPIUsage.java provided in the Apache Xerces package demonstrates usage of the JAXP 1.3 Datatype API. Here is how to run jaxp.DatatypeAPIUsage.java, if you have Apache Xer...
2017-09-28, 2865🔥, 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, 2862🔥, 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, 2860🔥, 0💬

Test Program on java.activation.DataSource
How to write a simple test program on java.activation.DataSource? I want to try the JAF (JavaBeans Activation Framework) included in JDK. JAF (JavaBeans Activation Framework) API 1.1 has been included in JDK 6 to 8. You can use the following simple test program, ActivationTest.java, to try it: // Co...
2016-07-09, 2859🔥, 0💬

What Is mail.jar of JavaMail 1.3.3
What Is mail.jar of JavaMail 1.3.3? I got the JAR file from javamail-1_3_3_01.zip. mail.jar in javamail-1_3_3_01.zip is the JavaMail reference implementation jar file, including the JavaMail API 1.3.3 and the SMTP, IMAP, and POP3 protocol providers. JAR File Size and Download Location: JAR name: mai...
2016-07-06, 2854🔥, 0💬

jboss-reflect-2.0.2.GA.jar - JBoss Reflection
jboss-reflect.jar contains JBoss Reflection classes. JAR File Size and Download Location: File name: jboss-reflect.jar, jboss-reflect-2.0.2.GA.jar File size: 205134 bytes Date modified: 26-May-2009 Download: JBoss Reflection Manifest of the JAR: Archiver-Version: Plexus Archiver Built-By: Ales Build...
2014-03-03, 2853🔥, 0💬

What Is jms-1_1-fr-apidocs.zip
What Is jms-1_1-fr-apidocs.zip? I downloaded it from the JMS (Java Message Service) page. jms-1_1-fr-apidocs.zip is the package of Sun implementation version 1.1 of JMS (Java Message Service) 1.1 specification. It contains the jms.jar file compiled for JDK 1.1. Download File Size and Download Locati...
2016-04-04, 2850🔥, 0💬

jboss-mdr-2.0.1.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-mdr.jar is the MetaData Repository module. JAR File Size and Download Location: File name: jboss-mdr.jar, jboss-mdr-2.0.1.GA.jar File ...
2013-12-11, 2848🔥, 0💬

aesh-0.42.jar - AESH
AESH is a Java terminal API which allow the developer to write command-based programs in a terminal-independent manner. JAR File Size and Download Location: File name: aesh.jar, aesh-0.42.jar File size: 266653 bytes Date modified: 17-Oct-2013 Download: AESH Manifest of the JAR: Archiver-Version: Ple...
2014-01-14, 2846🔥, 0💬

XJC -p Option for Class Package Name
How to specify the package name for the generated Java classes with XJC (XML to Java Compiler)? I don't like the default package name "generated". I don't like the default package name "generated" of the output Java classes given by XJC (XML to Java Compiler), you can change it by using the "xjc -p"...
2018-05-08, 2839🔥, 0💬

Example of Read Excel Cell Type with jxl.jar
Where can I find an example Java code that uses jxl.jar to read cell types of an existing Excel file? You can follow these suggestions and example to read cell types of an existing Excel file with jxl.jar: If it is required to access the cell's contents as the exact type ie. as a numerical value or ...
2018-02-28, 2838🔥, 0💬

Apache ZooKeeper 3.7.0 Jute Source Code
Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. Apache ZooKeeper Jute Source Code files are provided in the source packge (apache-zookeeper-3.7.0.tar.gz ).You can download it at Apache ZooKeeper Website . You can also browse Apache ZooKeeper Jute Sou...
2022-11-16, 2836🔥, 0💬

<< < 59 60 61 62 63 64 65 66 67 68 69 > >>   Sort: Date