<< < 50 51 52 53 54 55 56 57 58 59 60 > >>   Sort: Date

What Is fop.jar 1.1
What Is fop.jar 1.1? I got it from the fop-1.1-bin.zip fop.jar (1.1) is the JAR file for FOP 1.1, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-1.1-bin.zip file. Below is the information about the fop.jar (1.1) file: JAR...
2016-07-07, 3568🔥, 1💬

💬 2015-12-15 Narendra: Thanks

"jar -uvf" to Update a JAR with New Files
What is the "jar" command to update an existing JAR file with new or additional files? To update an existing JAR file with new or additional files, you can use the "jar -uvf jarname files" command. For example, the following session updates an existing JAR file with some additional classes: \fyicent...
2016-09-25, 3567🔥, 1💬

💬 2016-09-25 gee: the game is good

lwjgl_util.jar - Lightweight Java Game Library (LWJGL)
The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library), Ope...
2014-02-13, 3565🔥, 0💬

What Is commons-net-3.5.jar
What Is commons-net-3.5.jar? commons-net-3.5.jar is the JAR file for Apache Commons Net 3.5, which implements the client side of many basic Internet protocols. commons-net-examples-3.5.jar is distributed as part of the commons-net-3.5-bin.zip download file. JAR File Size and Download Location: JAR n...
2017-05-12, 3564🔥, 0💬

hector-core-1.0-5.jar
Hector is a high level Java client for Apache Cassandra. Apache Cassandra is a highly available column oriented database. JAR File Size and Download Location: File name: hector-core.jar, hector-core-1.0-5.jar File size: 541610 bytes Date modified: 24-Apr-2013 Download: Manifest of the JAR: Ignore-Pa...
2014-06-16, 3564🔥, 0💬

Downloading Apache XML Security 1.5.5 - Part IV
Apache XML Security for Java - This library includes a mature Digital Signature and Encryption implementation. It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard JSR 105 API or the Apache Santuario API to create and validate XML Signatures. Down...
2013-09-19, 3561🔥, 0💬

jetty-server-8.1.7.v20120910.jar - jetty Server
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-server.jar, jetty-server-8.1.7.v20120910.j arFile size: 335975 bytes Date modified: 10-Se...
2013-06-17, 3558🔥, 0💬

hibernate-commons-annotations-4.0.2.Final.jar - Hibernate 4
Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. hibernate-commons-annotations. jaris the Annotation module. JAR File Size and Download Location: File name: hibernate-commons-annotations. jar,hibernate-commons-annotatio...
2014-02-10, 3555🔥, 0💬

Downloading Joda-Time 2.3 - Part II
Joda-Time provides a library of classes to replace the Java JDK Date and Time classes including formatting. It is based around the ISO8601 datetime standard, but also provides full support for other calendar systems, such as Gregorian and Buddhist. Download File Size and Download Location: File name...
2013-09-17, 3553🔥, 0💬

FAQ for Apache Maven
Where to find answers to frequently asked questions on Apache Maven tool? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team Apache Maven tool: Downloading and Reviewing Maven JAR Files Apache Maven Tool, What Is It Apache Maven Internal Design Architecture...
2021-07-10, 3550🔥, 0💬

xmlutil-1.0.4.jar - XML Utilities
XMLUtil provides a set of easy-to-used apis to retrieve data from XML document. JAR File Size and Download Location: File name: xmlutil-1.0.4.jar File size: 20539 bytes Date modified: 09-Apr-2005 Download: XML Utilities Manifest of the JAR: Built-By: chrkoe Package: net.wangs.xmlutil Build-Jdk: 1.4....
2013-07-05, 3542🔥, 0💬

gt-imagemosaic-10.2.jar - GeoTools
GeoTools, The Open Source Java GIS Toolkit, is a Java library that provides tools for geospatial data. gt-imagemosaic.jar is the Image Mosaic module. JAR File Size and Download Location: File name: gt-imagemosaic.jar, gt-imagemosaic-10.2.jar File size: 323192 bytes Date modified: 17-Nov-2013 Downloa...
2014-01-30, 3537🔥, 0💬

GetServerCertificate.java - Get Server Certificate
How to get the server certificate of a HTTPS Website? If you created a URL object with "new java.net.URL(...)", you can use the getServerCertificates() method on the HttpsURLConnection class to get the server certificate of a HTTPS Website: // Copyright (c) FYIcenter.com import java.net.*; import ja...
2018-03-31, 3531🔥, 0💬

slf4j-ext-1.7.5.jar - SLF4J Extensions
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time. SLF4J extensions are packaged within slf4j-ext.jar which ship...
2013-09-06, 3531🔥, 0💬

Convert Image to PDF with FOP
How to convert an image file into a PDF file with FOP? FOP allows you to convert a single image file into a PDF file without any XSL-FO format file. Here is how to do this: fyicenter&gt; cd \local\fop-2.x\fop fyicenter&gt; fop -imagein examples\fo\graphics\page.gif \temp\page.pdf ... org.apa...
2016-07-03, 3524🔥, 0💬

Connect to FreeChess.org with TelnetClientExample.java
How to connect to FreeChess.org with examples.telnet.TelnetClientEx ample.javaprogram? I want to play chess on the web for free. If you want to play chess on FreeChess.org with examples.telnet.TelnetClientEx ample.javaprogram, you can connect to www.freechess.org on port 5000 and login as a guest: C...
2023-08-02, 3521🔥, 1💬

💬 2023-08-02 NEO DUDE: Great game play!!

Log4JLogger Logger and log4j.properties File
How to use Log4JLogger Logger and log4j.properties File? The suggested way to use the Log4JLogger Logger and log4j.properties File is to do the following: 1.Create commons-logging.properties file with one entry: # commons-logging.properties org.apache.commons.logging.Log =org.apache.commons.logging.i. ..
2016-11-16, 3521🔥, 0💬

"jar -tf" Command to List Files in a JAR
What is the "jar" command to list all files in a JAR file? To list all files in a JAR file, you can use the "jar -tf" command. For example: \fyicenter>"%java_home%\bin\ja r"-tf jms.jar META-INF/ META-INF/MANIFEST.MF javax/ javax/jms/ javax/jms/BytesMessage.class javax/jms/Connection.class javax/jms/...
2015-11-07, 3518🔥, 0💬

asm-all-4.2.jar - ASM
ASM is a Java bytecode manipulation framework. It offers similar functionalities as BCEL or SERP, but is much more smaller and faster than these tools. JAR File Size and Download Location: File name: asm-all-4.2.jar, asm-all.jar File size: 215896 bytes Date modified: 12-Oct-2013 Download: Lightweigh...
2013-12-05, 3517🔥, 0💬

rome-0.9.jar - ROME
ROME: RSS and Atom Utilities for Java. JAR File Size and Download Location: File name: rome-0.9.jar File size: 208025 bytes Date modified: 11-May-2007 Download: ROME Manifest of the JAR: Built-By: dave Package: com.sun.syndication Build-Jdk: 1.4.2_09 Extension-Name: rome Specification-Title: Rss and...
2014-09-04, 3514🔥, 0💬

jetty-webapp-8.1.7.v20120910.jar - jetty Web App
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-webapp.jar, jetty-webapp-8.1.7.v20120910.j arFile size: 106967 bytes Date modified: 10-Se...
2013-06-20, 3508🔥, 0💬

opensaml-2.6.0.jar - OpenSAML2 Java - Part III
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2013-09-11, 3504🔥, 0💬

HSQLDB (HyperSQL DataBase)
HSQLDB (HyperSQL DataBase) is the leading SQL relational database engine written in Java. It offers a small, fast multithreaded and transactional database engine with in-memory and disk-based tables and supports embedded and server modes. It includes a powerful command line SQL tool and simple GUI q...
2014-01-20, 3503🔥, 0💬

Downloading GNU Trove 3.0.3
GNU Trove are high performance collections for Java with 2 objectives: 1. Provide "free" (as in "free speech" and "free beer"), fast, lightweight implementations of the java.util Collections APIl; 2. Whenever possible, provide the same collections support for primitive types. Download File Size and ...
2013-12-12, 3499🔥, 0💬

<< < 50 51 52 53 54 55 56 57 58 59 60 > >>   Sort: Date