<< < 27 28 29 30 31 32 33 34 35 36 37 > >>   ∑:2539  Sort:Date

commons-digester-3.1.3.jar - Apache Digester
Many projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to provide a common implementation that can be used in many different projects. Basically, the Digester packag...
2016-11-28, ∼7807🔥, 2💬

JRE 8 jfr.jar - JFR (Java Flight Recorder)
JRE 8 jfr.jar is the JAR file for JRE 8 JFR (Java Flight Recorder), which collects diagnostic and profiles data about a running Java application. JAR File Information: Directory of C:\fyicenter\jdk-1.8.0_191\jre \lib560,713 jfr.jar   ⇒ JRE 8 jfxswt.jar - JavaFX with SWT ⇐ JRE 8 jce.jar - JCE (Java ...
2021-08-03, ∼7801🔥, 1💬

💬 2021-08-03 zyc: nice

ANTLR TestRig Graphical Output
How to generate Graphical Output from parser using TestRig? ANTLR TestRig can generate graphical output instead of text tree, if you use the "-gui" option instead of "-tree": \fyicenter&gt;java -cp .;antlr-4.10.1-complete.jar org.antlr.v4.gui.TestRig Hello r -gui hello you ^Z The above test sess...
2021-01-09, ∼7798🔥, 0💬

avro-1.7.5.jar - Apache Avro
Apache Avro is a data serialization system. JAR File Size and Download Location: File name: avro.jar, avro-1.7.5.jar File size: 400680 bytes Date modified: 19-Aug-2013 Download: Apache Avro Manifest of the JAR: Archiver-Version: Plexus Archiver Built-By: cutting Build-Jdk: 1.7.0_09 Specification-Tit...
2019-12-29, ∼7792🔥, 1💬

💬 2019-12-29 lin: good

JRE 8 jce.jar - JCE (Java Cryptography Extension)
JRE 8 jce.jar is the JAR file for JRE 8 JCE (Java Cryptography Extension), which provides a framework and implementation for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. JAR File Information: Directory of C:\fyicenter\jdk-1.8.0_191\jre \lib115,646 j...
2024-07-17, ∼7788🔥, 6💬

💬 2024-04-08 sunling: Thanks

tritonus_gsm.jar - Tritonus Java Sound Implementation
tritonus_gsm.jar is a plug-in for Tritonus Java Sound Implementation as a GSM 06.10 Codec (coder-decoder). JAR File Size and Download Location: File name: tritonus_gsm.jar File size: 39667 bytes Date modified: 11-Oct-2011 Download: GSM 06.10 Codec Manifest of the JAR: List of Classes in the JAR: org...
2011-11-03, ∼7784🔥, 0💬

bsh-2.0b4.jar - BeanShell - Lightweight Scripting for Java
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and Jav...
2012-03-12, ∼7776🔥, 0💬

Download and Review ANTLR Parser Generator
Where to find answers to frequently asked questions on Downloading and Reviewing ANTLR Parser Generator. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing ANTLR Parser Generator: What Is ANTLR Parser Generator ANTLR Runtime Sou...
2018-10-20, ∼7768🔥, 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, ∼7766🔥, 1💬

ANTLR "Arithmetic" Grammar - Graphical Output
Where to get a graphical output example of the "Arithmetic" grammar with ANTLR? You can run the following ANTLR TestRig command to generate a graphical output from the "Arithmetic" lexer and parser: \fyicenter&gt;java -cp .;antlr-4.10.1-complete.jar \ org.antlr.v4.gui.TestRig arithmetic equation...
2021-01-09, ∼7764🔥, 0💬

Donwload xercesImpl-2.5.0.jar
How to download and install xercesImpl-2.5.0.jar? If you want to try Apache Xerces Java XML Parser, you can follow this tutorial to download and install xercesImpl-2.5.0.jar: Apache Xerces Java XML Parser contains codes for parsing, validating and manipulating XML documents.. 1. Go to Apache Xerces-...
2009-10-05, ∼7746🔥, 0💬

jacl-1.4.1.jar - Jacl - Tcl interpreter
Jacl is a self-contained implementation of a Tcl interpreter, written entirely in Java. Jacl also includes features that facilitate communication between a Java interpreter and a Tcl interpreter. JAR File Size and Download Location: File name: jacl.jar, jacl-1.4.1.jar File size: 875042 bytes Date mo...
2009-11-06, ∼7740🔥, 0💬

"jar -uvf" to Update a JAR with Replacement Folder
What is the "jar" command to replace some class files in a JAR? I have recompiled classes in a folder ready to replace those same classes in a JAR file. To replace existing class files in an existing JAR file, you can use the "jar -uvf jarname foldername" command. For example, the following session ...
2015-11-07, ∼7739🔥, 0💬

ws-commons-util.jar - Apache WS Common Utilities
ws-commons-util.jar is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced. JAR Fi...
2011-11-18, ∼7717🔥, 0💬

bcmail-jdk16-145.jar - Bouncy Castle Crypto Mail
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was developed by the Legion of the Bouncy Castle - with a little help! bcmail-jdk16-145.jar - The Mail extension. JAR File Size and Download Location: File name: bcmail-jdk16-145.jar File size: 236604 bytes Dat...
2011-03-01, ∼7704🔥, 0💬

List of Java API for XML Processing (JAXP) Implementations
What is Java API for XML Processing (JAXP)? How many types of standard JAXP interfaces exist today? What are popular implementations of each standard JAXP interfaces? What is Java API for XML Processing (JAXP)? Java API for XML Processing (JAXP) are API (Application Progamming Interfaces) interfaces...
2012-03-01, ∼7688🔥, 0💬

axis2-mtompolicy-1.5.jar - Axis2 MTOM Policy
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-mtompolicy.jar, axis2-mtompolicy-1.5.jar File size: 13521 bytes Dat...
2009-08-18, ∼7681🔥, 0💬

woodstox-asl-4.0.0.jar - Woodstox ASL 4.0.0
What Is wstx-asl-4.0.0.jar? wstx-asl-4.0.0.jar is JAR file for the ASL component of Woodstox 4.0.0. You can download the JAR fie for Woodstox ASL 4.0.0 by clicking the download button below: File name: wstx-asl-4.0.0.jar File size: 481262 bytes Release date: 2009-01-01 Download https://repo1.maven.o...
2009-02-01, ∼7678🔥, 0💬

jsr250-api-1.0.jar - JSR 250 - Common Annotations for the Java Platform
JSR 250: Common Annotations for the Java Platform defines annotations for common semantic concepts in the J2SE and J2EE platforms that apply across a variety of individual technologies. With the addition of JSR 175 (A Metadata Facility for the Java Programming Language) in the Java platform we envis...
2012-03-05, ∼7675🔥, 0💬

commons-logging-1.1.3.jar, How To Download?
The Logging package is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a number of popular logging implementations, and writing adapters for othe...
2021-09-07, ∼7674🔥, 1💬

💬 2021-09-07 santhos: nice

saxon-6-5-5.jar - Saxon
Saxon is an open source product available under the Mozilla Public License. It provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C. JAR File Size and Download Location: File name: saxon.jar, saxon-6-5-5.jar File size: 572551 bytes Date mod...
2010-04-19, ∼7664🔥, 0💬

classworlds-1.1.jar - ClassLoader Management Framework
classworlds is a framework for container developers who require complex manipulation of Java's ClassLoaders. Java's native ClassLoader mechanism and classes can cause much headache and confusion for certain types of application developers. Projects which involve dynamic loading of components or othe...
2010-02-23, ∼7661🔥, 0💬

What Is junit-4.7.jar
What Is junit-4.7.jar? junit-4.7.jar is the version 4.7 of JUnit JAR library file. JUnit is a simple framework to write repeatable tests for Java applications. JAR File Size and Download Location: JAR name: junit.jar, junit-4.7.jar JAR version: junit-4.7.jar Target JDK version: 1.5 Dependency: None ...
2015-11-14, ∼7657🔥, 0💬

Downloading SoapUI 3.6.1
SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests. In a single test environment, ...
2016-01-07, ∼7656🔥, 1💬

💬 2016-01-07 Winter: it will be very useful

<< < 27 28 29 30 31 32 33 34 35 36 37 > >>   ∑:2539  Sort:Date