<< < 47 48 49 50 51 52 53 54 55 56 57 > >>   Sort: Date

JDK 11 lib/src.zip - Source Code
What is the lib\src.zip file in JDK 11 installation directory? lib\src.zip file in JDK 11 installation directory is the JDK 11 source code file, which includes source code for Java language modules and JDK tool modules. You can unzip lib\src.zip and see the list of modules: C:&gt;dir \fyicenter\...
2020-05-29, 3803🔥, 0💬

RhinoHello.java - Rhino JavaScript Hello Example
How to write a simple "Hello World!" example with Rhino JavaScript Java library? I have Rhino 1.7R5 installed. If your have Rhino 1.7R5 installed, you can try the following example program, RhinoHello.java: // Copyright (c) 2017 FYIcenter.com import org.mozilla.javascript.Context Factory;import org....
2023-07-18, 3800🔥, 1💬

commons-jci-eclipse-1.0.jar - Apache JCI (Java Compiler Interface)
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. A...
2012-01-13, 3796🔥, 0💬

htmlunit-2.7.jar - HtmlUnit
HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. It is typically used for testing purposes or to retrieve information from web sites. JAR Fi...
2022-01-22, 3792🔥, 7💬

💬 2022-01-22 zhukov: committed Feb 19, 2020 1 parent b61a5d0 commit 0bdb3313819beca94bbeacb1e6cc14765fa0 7455

💬 2022-01-16 opera.mini: * POJO stands for Plain Ol **/ const pojo = (...props) => return function() { let obj = {}, j = props.length; for (let i = 0; i ...

Download and Install JDK 9
How to download and install JDK (Java Development Kit) 9? If you want to write Java applications, you can download and install JDK (Java Development Kit) 9 as described below: 1. Go to Oracle Java Archive Website. 2. Click "Java SE 9" linke. You see the "Java SE 9 Archive Downloads" page. 3. Accept ...
2020-03-14, 3791🔥, 0💬

FAQ for Apache POI (Poor Obfuscation Implementation)
Where to find answers to frequently asked questions on Apache POI (Poor Obfuscation Implementation) Java library, poi.jar? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team Apache POI (Poor Obfuscation Implementation) Java library, poi-*.jar for Microsoft ...
2016-11-25, 3787🔥, 0💬

hbase-common-0.96.0-hadoop1.jar - Apache HBase
Apache HBase is the Hadoop database, a distributed, scalable, big data store. JAR File Size and Download Location: File name: hbase-common-0.96.0-hadoop1.ja rFile size: 354443 bytes Date modified: 11-Oct-2013 Download: Apache HBase Manifest of the JAR: Implementation-Vendor: The Apache Software Foun...
2014-08-14, 3787🔥, 0💬

asm-debug-all-4.2.jar - ASM Debug
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. asm-debug-all.jar is the Debug module. JAR File Size and Download Location: File name: asm-debug-all-4.2.jar, asm-debug-all.jar File size: 343035 by...
2013-12-05, 3784🔥, 0💬

Downloading OWASP Enterprise Security API 2.0.1 - Part III
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2013-09-13, 3784🔥, 0💬

What Is jaf-1_0_2-upd2.zip
What Is jaf-1_0_2-upd2.zip? I downloaded it from the JAF (JavaBeans Activation Framework) page. jaf-1_0_2-upd2.zip is the binary package of Sun implementation version 1.0.2 of JAF 1.0 specification. It contains the activation.jar file compiled for JDK 1.1. Download File Size and Download Location: F...
2016-07-09, 3777🔥, 0💬

xmlsecTests-1.5.5.jar - Apache XML Security for Java Tests
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. JAR ...
2013-09-23, 3773🔥, 0💬

htmlparser-1.6.jar - HTML Parser
HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package. JAR File Size and Download Location: File name: ...
2013-11-07, 3767🔥, 0💬

jgroups-3.4.1.Final.jar - JGroups
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: ...
2014-02-06, 3765🔥, 0💬

solr-solrj-3.6.2.jar - Apache Solr
Solr is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handli...
2014-03-07, 3763🔥, 0💬

lwjgl-debug-2.9.0.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...
2013-12-03, 3762🔥, 0💬

What Is mail.jar of JavaMail 1.4.5
What Is mail.jar of JavaMail 1.4.5? I got the JAR file from javamail1_4_5.zip. mail.jar in javamail1_4_5.zip is the JavaMail reference implementation jar file, including the JavaMail API 1.4.5 and the SMTP, IMAP, and POP3 protocol providers. JAR File Size and Download Location: JAR name: mail.jar, m...
2016-01-29, 3761🔥, 0💬

commons-jelly-tags-define-1.0.jar - Apache Jelly
Jelly, Executable XML, is a tool for turning XML into executable code. So Jelly is a Java and XML based scripting and processing engine. Jelly can be used as a more flexible and powerful front end to Ant such as in the Maven project, as a testing framework such as JellyUnit, in an intergration or wo...
2012-01-19, 3758🔥, 0💬

bsf-2.4.0.jar - Bean Scripting Framework (BSF) 2.4.0
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, 3755🔥, 0💬

Downloading Apache XML Security 1.5.5 - Part III
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, 3753🔥, 0💬

hibernate-search-engine-4.4.0.Final.jar - Hibernate Search
Hibernate Search brings the power of full text search engines to the persistence domain model by combining Hibernate Core with the capabilities of the Apache Lucene search engine. hibernate-search-engine.jar is the search engine. JAR File Size and Download Location: File name: hibernate-search-engin...
2014-01-07, 3750🔥, 0💬

gt-render-10.2.jar - GeoTools
GeoTools, The Open Source Java GIS Toolkit, is a Java library that provides tools for geospatial data. gt-render.jar is the Render module. JAR File Size and Download Location: File name: gt-render.jar, gt-render-10.2.jar File size: 438797 bytes Date modified: 17-Nov-2013 Download: GeoTools Manifest ...
2020-02-25, 3748🔥, 1💬

💬 2020-02-25 bishal: good

Main Modules in Apache Log4j
What are main modules in Apache Log4j? I want to know which modules and their JAR files should I use with my Java Application. Apache Log4j is divided into a number of modules. And each component has 3 JAR files: Bytecode JAR, Source Code JAR and Java Doc JAR. They are all included in the Apache Log...
2015-11-07, 3746🔥, 0💬

Download and Install commons-collections4-4.1-bin.zip
How to download and install commons-collections4-4.1.zip? Apache Commons Collections provides additional collection handling functionalities on top of JDK library. You can follow these steps to download and install commons-collections4-4.1-bin.z ipto use Commons Collections: 1. Go to the Apache Comm...
2016-11-19, 3745🔥, 0💬

Run blockcontainer.fo Example in FOP
How to run the "blockcontainer.fo" example in FOP to generated a PDF file? FOP comes with an example XSL-FO file, blockcontainer.fo, which shows how to the fo:block-container object to create an area with a different writing mode or a different reference orientation. You can use the "fop" command to...
2016-07-02, 3743🔥, 0💬

<< < 47 48 49 50 51 52 53 54 55 56 57 > >>   Sort: Date