GNU Classpath 0.97.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU Classpath 0.97.2 (Default branch)
# 1  
Old 06-06-2008
GNU Classpath 0.97.2 (Default branch)

ImageGNU Classpath (essential libraries for Java) is a project to create free core class libraries for use with virtual machines and compilers for the Java programming language. It includes all native methods and core classes necessary for a completely functional execution environment. License: GNU General Public License (GPL)Changes:
Native-only builds are allowed. Typographicalerrors in the documentation were fixed. A memoryleak in native/jni/classpath/jcl.c was fixed. Webpage updates were made. Fixes were made to passthe JSR166 TCK. awk is used to construct theclasslist on building. A deadlock in Logger wasfixed. A regression in java.lang.String was fixed.Classpath tools are allowed to handle @fileoptions. parseInt is allowed to handle a "+"prefix correctly. The use of 1.5 languageconstructs was removed in the VM layer.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
BUILD-CLASSPATH(1)						Java Packages Tools						BUILD-CLASSPATH(1)

NAME
build-classpath - build a Java CLASSPATH SYNOPSIS
build-classpath JAR|artifact-coordinates [JAR|artifact-coordinates ...] DESCRIPTION
Small utility to build a Java CLASSPATH with the named JARs or Maven artifact coordinates. Artifact coordinates specify Maven artifact and are in format groupId:artifactId[:extension[:classifier]]:version. If extension is omitted then "jar" is used. If classifier is omitted then empty classifier is used. For more information see XMvn Configuration Reference. The CLASSPATH is returned to standard output. EXAMPLES
build-classpath junit xerces-j2 wsdl4j - this will return a string to standard out that is a valid CLASSPATH containing junit, xerces-j2, and wsdl4j JARs. build-classpath log4j:log4j org.apache.commons:commons-io - this will return a string to standard out that is a valid CLASSPATH containing log4j and commons-io JARs. build-classpath com.google.inject:guice::no_aop: - this will return a string to standard out that is a valid CLASSPATH containing google-guice JAR with classifier no_aop. AUTHOR
Originally written by David Walluck. REPORTING BUGS
Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/. SEE ALSO
build-jar-repository(1), rebuild-jar-repository(1), JAVAPACKAGES
06/10/2014 BUILD-CLASSPATH(1)