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

JDK 11 jdk.internal.vm.compiler.management.jmod - Internal VM Compiler Management Module
JDK 11 jdk.internal.vm.compiler.manag ement.jmodis the JMOD file for JDK 11 Internal VM Compiler Management module. JDK 11 Internal VM Compiler Management module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jd k.internal.vm.compiler.managem ent.jmod.JDK 11 Internal VM Compiler Manag...
2020-07-22, ∼7911🔥, 0💬

woden-impl-dom-1.0M8.jar - Apache Woden DOM Impl. 1.0.M8
Woden DOM Implementation, Release 1.0.M8, is a Java API class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL. JAR File Size and Download Location: File name: wo...
2009-02-01, ∼7910🔥, 0💬

derby-10.4.2.jar - Derby - Part 4
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...
2010-04-26, ∼7900🔥, 0💬

jgrapht-0.8.2-jdk1.6.jar - JGraphT
JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including: directed and undirected graphs. graphs with weighted / unweighted / labeled or any user-defined edges. various edge multiplicity options, including...
2011-12-26, ∼7891🔥, 0💬

axis2-json-1.5.jar - Axis2 JSON
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-json.jar, axis2-json-1.5.jar File size: 16894 bytes Date modified: ...
2009-08-11, ∼7884🔥, 0💬

axis2-ant-plugin-1.4.1.jar - Axis2 Ant Plugin
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 learned from Apache Axis. JAR File Size and Download Location: File name: axis2-ant-plugin.jar, axis2-ant-plugin-1.4.1.jar File size: 16736 bytes ...
2009-07-03, ∼7863🔥, 0💬

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, ∼7860🔥, 6💬

💬 2024-04-08 sunling: Thanks

geronimo-kernel-2.1.3.jar - Geronimo Kernel 2.1.3
Geronimo is a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime. JAR File Size and Download Location: F...
2009-02-08, ∼7855🔥, 0💬

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

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

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, ∼7847🔥, 1💬

💬 2021-08-03 zyc: nice

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, ∼7847🔥, 2💬

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, ∼7841🔥, 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, ∼7836🔥, 1💬

💬 2019-12-29 lin: good

"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, ∼7832🔥, 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, ∼7820🔥, 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, ∼7816🔥, 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, ∼7813🔥, 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, ∼7801🔥, 0💬

JDK 11 jdk.naming.rmi.jmod - Naming RMI Module
JDK 11 jdk.naming.rmi.jmod is the JMOD file for JDK 11 Naming RMI module. JDK 11 Naming RMI module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jd k.naming.rmi.jmod.JDK 11 Naming RMI module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modu lesJIm...
2020-04-25, ∼7777🔥, 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, ∼7771🔥, 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, ∼7761🔥, 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, ∼7759🔥, 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, ∼7751🔥, 0💬

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