Ports Search

Results 1120 of 537 for /java/.(0.003 seconds)
java/java-getopt-1.0.14 (Score: 0.50278854)
Java version of GNU getopt family functions
This is a Java port of GNU getopt, a class for parsing command line arguments passed to programs. It is based on the C getopt() functions in glibc 2.0.6 and should parse options in a 100% compatible manner.
java/cacao-1.6.1 (Score: 0.47592026)
JIT compiler for JAVA
CACAO is a Java Virtual Machine (JVM) which uses Just-In-Time (JIT) compilation to execute Java methods natively.
java/jamvm-1.5.4 (Score: 0.4591518)
Compact Java virtual machine
JamVM is an extremely small Java Virtual Machine which conforms to the JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API.
java/bouncycastle-1.45 (Score: 0.4568454)
Cleanroom build of Java Cryptography Extensions
The Bouncy Castle Crypto APIs consist of the following: . A lightweight cryptography API in Java. . A provider for the JCE and JCA. . A clean room implementation of the JCE 1.2.1. . A library for reading and writing encoded ASN.1 objects. . Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs, and PKCS12 files. . Generators for Version 2 X.509 attribute certificates. . Generators/Processors for S/MIME and CMS (PKCS7). . Generators/Processors for OCSP (RFC 2560). . Generators/Processors for TSP (RFC 3161). . Generators/Processors for OpenPGP (RFC 2440). . A signed jar version suitable for JDK 1.4/1.5 and the Sun JCE. It's distributed under a modified X license.
java/icedtea-web-1.6.2 (Score: 0.4557661)
Free Java plug-in and Java Web Start for OpenJDK
The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project.
java/openjdk-7.111.01 (Score: 0.4530713)
Java Development Kit 7
An open-source implementation of the Java Platform, Standard Edition,
java/bcel-5.2 (Score: 0.44424626)
Library for generating Java bytecode
The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. BCEL is already being used successfully in several projects such as compilers, optimizers, obsfuscators and analysis tools, the most popular probably being the Xalan XSLT processor at Apache.
java/infobus-1.2 (Score: 0.44354898)
Enables dynamic exchange of data between JavaBeans(TM)
InfoBus enables dynamic exchange of data between JavaBeans(TM) component architecture by defining a small number of interfaces between cooperating Beans and specifying the protocol for use of those interfaces. The protocols are based on a notion of an information bus. All components which implement these interfaces can plug into the bus. As a member of the bus any component can exchange data with any other component in a structured way, including arrays, tables, and database rowsets.
java/classpath-0.99 (Score: 0.44134533)
GNU project to create a free Java class library
GNU Classpath, Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the Java programming language.
devel/libvirt-java-0.5.1 (Score: 0.43804863)
Java bindings for Libvirt virtualization API
Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language.