<< < … 36 37 38 39 40 41 42 43 44 45 46 … > >>   ∑:2539  Sort:Date

jgroups-2.9.0.GA.jar - JGroups - Part 2
JGroups is a toolkit for reliable multicast communication. (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other. JAR File Size and Download Location: File name: ...
2010-03-22, ∼6760🔥, 0💬

ghost4j-0.4.5.jar - Ghost4J
Ghost4J is a Java wrapper for the Ghostscript C API. It also provides an object layer to handle the full API as Java objects. JAR File Size and Download Location: File name: ghost4j.jar, ghost4j-0.4.5.jar File size: 159471 bytes Date modified: 15-Feb-2012 Download: Ghost4J Manifest of the JAR: Archi...
2012-12-10, ∼6752🔥, 0💬

jacl.jar - Tcl/Java 1.4.1
Tcl/Java consists of two pieces of software. Jacl is an implementation of a Tcl interpreter written entirely in Java. Tcl Blend is a Tcl extension that provides accessto Java from inside Tcl. One can prototype Java code using Tcl, and much more. JAR File Size and Download Location: File name: jacl.j...
2012-03-07, ∼6748🔥, 0💬

geronimo-jta_1.0.1B_spec-1.1.jar - JTA Spec API
geronimo-jta_1.0.1B_spec-1.1.j aris the Apach Geronimo implementation of JTA Spec API. geronimo-jta_1.0.1B_spec-1.1.j aris included in Apach Commons Transaction binary package. Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a d...
2012-04-05, ∼6747🔥, 0💬

tritonus_jorbis.jar - Tritonus Java Sound Implementation
tritonus_jorbis.jar is a plug-in for Tritonus Java Sound Implementation that enables decoding of Ogg Vorbis bitstreams. It is based on the pure-java decoder implementation of JCraft. The decoder runs in real-time even on old machines, as long as your Java runtime has a JIT-Compiler (most contemporar...
2011-11-01, ∼6742🔥, 0💬

util.jar - IntelliJ IDEA 10.5.2 - Utilities
IntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code. JAR File Size and Download Location: File name: uti...
2011-11-22, ∼6740🔥, 0💬

derby-10.5.3.jar - Derby
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-19, ∼6730🔥, 0💬

xmlrpc-client-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...
2011-11-17, ∼6727🔥, 0💬

openjms-0.7.7-beta-1.jar - OpenJMS Beta
OpenJMS is an open source implementation of Sun Microsystems's Java Message Service API 1.1 Specification JAR File Size and Download Location: File name: openjms.jar, openjms-0.7.7-beta-1.jar File size: 735812 bytes Date modified: 03/12/2007 Download: OpenJMS Download Manifest of the JAR: Built-By: ...
2010-03-02, ∼6727🔥, 0💬

Download and Install commons-io-2.11-bin.zip
How to download and install commons-io-2.11-bin.zip? Commons IO is a library of utilities to assist with developing IO functionality developed by Apache Software Foundation. You can follow these steps to download and install commons-io-2.11-bin.zip to use Commons IO: 1. Go to the Apache Commons IO W...
2025-05-29, ∼6722🔥, 3💬

💬 2025-05-29 danni: 感谢

💬 2022-11-22 Michael: NA

launch4j-3.0.2.jar - Launch4j
Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wra...
2011-11-07, ∼6718🔥, 0💬

derbynet-10.4.2.jar - Derby - Net
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-27, ∼6715🔥, 0💬

jaxme-js-0.3.jar - JaxMe JavaSource 0.3
The JaxMe JavaSource is a framework for generating Java sources JAR File Size and Download Location: File name: jaxme-js.jar, jaxme-js-0.3.jar File size: 296521 bytes Date modified: 05/16/2005 Download: JaxMe JavaSource 0.3 No Manifest in the JAR. List of Classes in the JAR: org/apache/ws/jaxme/js/A...
2009-02-08, ∼6715🔥, 0💬

bsf-3.1.jar - Bean Scripting Framework (BSF) 3.1
Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In ...
2011-12-30, ∼6713🔥, 0💬

rsta_spellchecker_1.5.0.jar - SpellChecker
SpellChecker is of RSyntaxTextArea, which is a syntax highlighting text component written in Swing. JAR File Size and Download Location: File name: rsta_spellchecker.jar, rsta_spellchecker_1.5.0.jar File size: 75557 bytes Date modified: 21-Feb-2011 Download: SpellChecker List of Classes in the JAR: ...
2011-06-14, ∼6711🔥, 0💬

aalto-xml-0.9.6.jar - Aalto XML processor
The Aalto XML processor is a next-generation StAX XML processor implementation. It is not directly related to other existing mature implementations (such as Woodstox or Sun Java Streaming XML Parser), although it did come about as a prototype for evaluating implementation strategies that differ from...
2012-02-26, ∼6710🔥, 0💬

commons-chain-1.2.jar - Apache Commons Chain
Commons Chain - A popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design p...
2012-03-30, ∼6705🔥, 0💬

openjms-common-0.7.7-beta-1.jar - OpenJMS Common
OpenJMS is an open source implementation of Sun Microsystems's Java Message Service API 1.1 Specification JAR File Size and Download Location: File name: openjms-common.jar, openjms-common-0.7.7-beta-1.ja rFile size: 17987 bytes Date modified: 03/12/2007 Download: OpenJMS Common Manifest of the JAR:...
2010-04-09, ∼6701🔥, 0💬

ooxml-schemas-1.0.jar - Office Open XML Schemas - Part 2
OOXML (Office Open XML) Schemas. JAR File Size and Download Location: File name: ooxml-schemas.jar, ooxml-schemas-1.0.jar File size: 14003759 bytes Date modified: 11/07/2008 Download: OOXML Schemas (part of POI) List of Classes in the JAR: &lt;&lt; Previous part org/openxmlformats/schemas/dr. ..
2009-12-08, ∼6700🔥, 0💬

derbytools-10.5.3.jar - Derby Tools
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-22, ∼6686🔥, 0💬

blast-1.8.1.jar - BioJava - BLAST
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapi...
2011-12-20, ∼6683🔥, 0💬

Trace Logging on Apache Log4j API
How to turn on trace logging inside Apache Log4j 2 API itself? I am having trouble using Log4j 2 and want to know what's going on inside the Log4j 2 API. Yes, you can turn on the trace logging inside the Apache Log4j 2 API. It will generate log messages at the "trace" level in the console showing yo...
2015-11-22, ∼6665🔥, 1💬

💬 2015-11-22 Sue: So helpful. Many thanks!

Download and Install Apache ZooKeeper Binary Package
How to download and install Apache ZooKeeper Binary Package? Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. The binary package contains a pre-compiled version of Apache ZooKeeper and it is ready to use. The binary package file is named with the vers...
2014-06-25, ∼6627🔥, 0💬

derby-10.5.3.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-21, ∼6620🔥, 0💬

<< < … 36 37 38 39 40 41 42 43 44 45 46 … > >>   ∑:2539  Sort:Date