2012-12-04 18:59:09 +01:00
|
|
|
config BR2_PACKAGE_CLASSPATH
|
|
|
|
bool "classpath"
|
2014-05-04 00:45:44 +02:00
|
|
|
select BR2_NEEDS_HOST_JAR
|
|
|
|
select BR2_NEEDS_HOST_JAVAC
|
2012-12-04 18:59:09 +01:00
|
|
|
depends on BR2_PACKAGE_JAMVM
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
|
|
|
http://classpath.org
|