怎么做类路径

时间:2011-11-02 13:35:02

标签: java linux classpath

我正在尝试在tine core(小型Linux)上安装classpath,但是当我确实让我看到这个错误时:

tc@box:/mnt/sda1/tce/optional/classPath/classpath-0.98$ make
Making all in lib
make[1]: Entering directory `/mnt/sda1/tce/optional/classPath/classpath-0.98/lib'
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
javac -Xlint:unchecked,cast,divzero,empty,finally,overrides -J-Xmx768M -source 1.5 -target  1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
make[1]: *** [compile-classes] Killed
make[1]: Leaving directory `/mnt/sda1/tce/optional/classPath/classpath-0.98/lib'
make: *** [all-recursive] Error 1

我该如何解决这个问题?

非常感谢。

1 个答案:

答案 0 :(得分:1)

尝试安装build-essential软件包。 classpath-0.98也需要

1)gtk2> = 2.8

2)libxtst

请检查您是否安装了依赖项。

修改:我找到了ready to install package。因此,您可以直接使用“installpkg”并跳过源代码编译。