Difference between revisions of "Classpath"

From Free Software Directory
Jump to: navigation, search
(Added https to the Homepage (https://www.gnu.org/software/...) -- fixed by the GNU Webmasters per request)
(resources)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Classpath
 
|Name=GNU Classpath
|Short description=Free core class libraries for the Java programming language
+
|Short description=core class libraries for Java
 
|Full description='''GNU Classpath (Essential Libraries for Java) is a project to create free core class libraries for use with virtual machines, compilers and tools for the Java programming language.'''
 
|Full description='''GNU Classpath (Essential Libraries for Java) is a project to create free core class libraries for use with virtual machines, compilers and tools for the Java programming language.'''
  
Line 9: Line 9:
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/classpath.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/classpath.git
|Computer languages=C,Java
+
|Documentation note=http://www.gnu.org/software/classpath/docs/hacking.html
|Documentation note=http://www.gnu.org/software/classpath/docs/hacking.html or http://developer.classpath.org/doc/
+
http://developer.classpath.org/doc
 +
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
|IRC help=irc://irc.gnu.org/classpath
+
|Microblog=https://planet.classpath.org
|IRC development=irc://irc.gnu.org/classpath
+
|IRC general=irc://irc.gnu.org/classpath
 
|Related projects=Classpathx,IcedTea,gnu-crypto
 
|Related projects=Classpathx,IcedTea,gnu-crypto
 
|Keywords=virtual machine,compiler,Java,GNU Classpath,class libraries,core classes,gcjwebplugin,cp-tools
 
|Keywords=virtual machine,compiler,Java,GNU Classpath,class libraries,core classes,gcjwebplugin,cp-tools
Line 19: Line 20:
 
|Version date=2012/03/16
 
|Version date=2012/03/16
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/pub/gnu/classpath/classpath-0.99.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz
 +
|Test entry=No
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/19
+
|Last review date=2018/05/08
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/12
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=classpath
 
|GNU package identifier=classpath
Line 34: Line 37:
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-10
 
}}
 
{{Project license
 
|License=GPLv2orlater with exception
 
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-10
 
|License verified date=2009-02-10
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Mark Wielaard
+
|Real name=Andrew John Hughes
 
|Role=Maintainer
 
|Role=Maintainer
|Email=mark@klomp.org
+
|Email=gnu_andrew@member.fsf.org
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 56: Line 54:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/classpath.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/classpath.git
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/classpath
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-classpath
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/classpath-patches
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/classpath-testresults
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/classpath-inetlib
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Help,Support
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/classpath
|Resource URL=mailto:classpath@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
 
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=http://planet.classpath.org/
+
|Resource URL=http://planet.classpath.org
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C, java
 
|Use=library
 
|Use=library
 
}}
 
}}

Revision as of 11:01, 8 May 2018


[edit]

GNU Classpath

https://www.gnu.org/software/classpath/
Core class libraries for Java.

GNU Classpath (Essential Libraries for Java) is a project to create free core class libraries for use with virtual machines, compilers and tools for the Java programming language.

It includes all native methods and core classes necessary for a completely functional Java runtime.s





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

10 February 2009

Verified by

Kelly Hopkins

Verified on

10 February 2009




Leaders and contributors

Contact(s)Role
Andrew John Hughes Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/classpath/
Downloadhttps://ftp.gnu.org/gnu/classpath/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/classpath-testresults/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/classpath-patches/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/classpath-inetlib/
Generalhttp://developer.classpath.org/mediation/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/classpath.git/
Savannah (Ref)https://savannah.gnu.org/projects/classpath/
Downloadhttps://alpha.gnu.org/gnu/classpath/
Debian (Ref)https://tracker.debian.org/pkg/classpath
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-classpath/
Generalhttps://www.gnu.org/software/classpath/stories.html
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/classpath/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/commit-classpath/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/classpath/
Generalhttps://savannah.gnu.org/people/


Software prerequisites

KindDescription
Required to buildgconf 2.11.2 (or higher).
Required to buildXTest Extension (libXtst)
Required to useCompiler like gcc (which includes gcj) and/or one of the free runtimes (kaffe etc.).
Required to buildGTK+ 2.8.x (or higher)
Required to usejamvm
Required to usecacao
Required to buildgdk-pixbuf




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.