<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   Sort: Rank

FAQ on JAR (Java ARchive) File Format
Where can I find answers to FAQ on JAR (Java ARchive) file format? I want to know the internal structure of a JAR file. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions) on JAR (Java ARchive) file format: What Is JAR (Java AR...
2016-05-07, 2349🔥, 0💬

derbyclient-10.5.3.jar - Derby Client
pache Derby is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. Derby is based on the Java, JDBC, and SQL standards. JAR File Size and Do...
2016-05-06, 20076🔥, 2💬

💬 2016-05-06 Ali: tahnk you

axis2-adb-1.4.1.jar - Axis2 ADB
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the widely used Apache Axis SOAP stack, built on the lessons learnt from Apache Axis. JAR File Size and Download Location: File name: axis2-adb.jar, axis2-adb-1.4.1.jar File size: 777530 bytes Date modified:...
2016-04-27, 16685🔥, 1💬

💬 2016-04-27 Teja: Thanks

JAR (Java ARchive) File Format Specification
What Is Specifiction of JAR (Java ARchive) File Format? JAR (Java ARchive) is a platform-independent file format that aggregates many files into one file. The specification of JAR file format is divided into several areas: 1. JAR Internal Archive Structure - When files and folders are archived into ...
2016-04-23, 2360🔥, 0💬

What Is JAR (Java ARchive) File Format
What Is JAR (Java ARchive) File Format? JAR (Java ARchive) is a platform-independent file format that aggregates many files into one file. Originally, JAR file format is designed to bundle multiple Java applets and their requisite components (.class files, images and sounds) into a single file, whic...
2016-04-23, 2106🔥, 0💬

metadata-extractor-2.6.4.jar - Metadata-Extractor
metadata-extractor is a straightforward Java library for reading metadata from image files. JAR File Size and Download Location: File name: metadata-extractor-2.6.4.jar File size: 174637 bytes Date modified: 23-Dec-2012 Download: Metadata-Extractor Manifest of the JAR: Main-Class: com.drew.imaging.I...
2016-04-22, 6063🔥, 1💬

💬 2016-04-22 navin: is metadata extracter dependent on sdk version?

Main Attributes of JAR Manifest File
What are main attributes of a JAR manifest file? Main attributes of a JAR manifest file are attributes given in the first section to provide overall information of the JAR file. Main attributes fall into the following different groups: 1. General Main Attributes: Manifest-Version: Defines the manife...
2016-04-21, 2200🔥, 0💬

JAR Manifest File Format Specification
What Is Specifiction of a JAR manifest file? If a manifest file is provided in a JAR file, it must meet the following specifications: 1. The manifest file must be locaed at META-INF/MANIFEST.MF in the JAR file. 2. The content of a manifest file can be divided into sections separated by empty lines. ...
2016-04-21, 2012🔥, 0💬

opencsv-2.3.jar - OpenCSV
A Simple CSV Parser for Java under a commercial-friendly Apache 2.0 license JAR File Size and Download Location: File name: opencsv.jar, opencsv-2.3.jar File size: 14146 bytes Date modified: 15-Apr-2011 Download: OpenCSV Manifest of the JAR: Build-Timestamp: 2011-04-14 21:00:31 Implementation-Title:...
2016-04-20, 7089🔥, 1💬

smack-3.1.0.jar - Smack XMPP Client
Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java library, it can be embedded into your applications to create anything from a full XMPP client to simple XMPP integrations such as sending notification messages and presence-enabling devices. JAR File...
2016-04-18, 21943🔥, 2💬

💬 2016-04-18 shahan danish: Thanks

💬 2015-10-17 inetryconydot: Pluto's weather is more active than we thought With each batch of images that rolls in from New Horizons, scientists learn more ...

Per-Entry Attributes of JAR Manifest File
What are per-entry attributes of a JAR manifest file? Per-entry attributes of a JAR manifest file are attributes associated to each individual entry in the JAR file. Per-entry attributes are specified in separate sections, one section per entry. Main attributes fall into the following different grou...
2016-04-15, 2141🔥, 0💬

Digital Signatures of JAR Files
What are digital signatures of JAR files? And where are they stored in the JAR file? Digital signatures are encrypted digests of entries archieved in the JAR file. Digital signature information is stored in multiple files under the META-INF path name: META-INF/MANIFEST.MF - Contains digests of JAR e...
2016-04-15, 2116🔥, 0💬

What Is HttpComponents commons-httpclient-3.1.jar
What Is HttpComponents commons-httpclient-3.1.jar? HttpComponents commons-httpclient-3.1.jar is the JAR file for Apache HttpComponents Client component 3.1. commons-httpclient-3.1.jar is distributed in commons-httpclient-3.1.zip The Apache HttpComponents™ is responsible for creating and maintaining ...
2016-04-14, 28236🔥, 1💬

💬 2016-04-14 Ravikant: Thank for provides the same..

What Is commons-collections4-4.4.jar
What Is commons-collections4-4.4.jar? commons-collections4-4.4.jar is the JAR file for Apache Commons Collections 4.2, which provides additional collection handling functionalities on top of JDK library. JAR File Size and Download Location: JAR name: commons-collections Target JDK version: 8 Depende...
2016-04-13, 51012🔥, 1💬

💬 2016-04-13 Andreea: Thank you

xmlrpc-common-3.1.3.jar - Apache XML-RPC
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Version 3 of Apache XML-RPC is still compliant to the XML-RPC specification. However, the user may enable several vendor extensions are available, that greatly extend t...
2016-04-12, 6742🔥, 1💬

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

Tools to Generate and Manage JAR Files
What tools can I use to generate and manage JAR files? There are a number tools you can use to generate and manage JAR files: 1. JDK "jar" Tool - The "jar" tool from the JDK package is probably the best tool to generate and manage JAR files. It offers many features like creating a new JAR file, upda...
2016-04-12, 2265🔥, 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, 2344🔥, 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, 2813🔥, 0💬

Download and Install jms-1_0_2b.zip
How to download and install jms-1_0_2b.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.0, you can follow these steps to download and install jms-1_0_2b.zip: 1. Go to the JMS (Java Message ...
2016-04-04, 2550🔥, 0💬

What Is jms.jar of JMS 1.0.2b
What Is jms.jar? I heard it's related to JMS (Java Message Service) 1.0.2b? The if you have an jms.jar file of 27724 bytes, it is the JAR file of the Sun implementation version 1.0.2b of the JMS (Java Message Service) 1.0 specification. JAR File Size and Download Location: JAR name: jms.jar, jms-1.0...
2016-03-31, 2715🔥, 0💬

What Is jms-1_0_2b.zip
What Is jms-1_0_2b.zip? I downloaded it from the JMS (Java Message Service) page. jms-1_0_2b.zip is the package of Sun implementation version 1.0.2b of JMS (Java Message Service) 1.0 specification. It contains the jms.jar file compiled for JDK 1.1. Download File Size and Download Location: File name...
2016-03-31, 2411🔥, 0💬

neethi-2.0.4.jar - Web Service Policy
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requiremen...
2016-03-29, 20830🔥, 2💬

💬 2016-03-29 wangxiaofei: ok

JUnit 4.13.2 Source Code Files
JUnit Source Code Files are provided in the source package file, junit-4.13.2-sources.jar. You can browse JUnit Source Code files below:   Or download all of them as a single archive file: File name: junit-4.13.2-sources.jar File size: 234540 bytes Release date: 2021-02-13 Download JUnit/junit-4.13....
2016-03-28, 10750🔥, 0💬

<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   Sort: Rank