[kaffe] Any recommended tool to analyze Java class/method dependencies
Dalibor Topic
robilad at kaffe.org
Tue Mar 28 11:29:23 PST 2006
On Tue, 2006-03-28 at 23:43 +0800, ktlam at cs.hku.hk wrote:
> Dear Dalibor and all,
>
> I am testing axis 1.1 on kaffe 1.0.6.
>
> Is there any tool that can analyze and show what classes (or methods) are
> missing in kaffe to support the application on top of it?
The simplest way to make sure nothing is missing is to build the
application with Kaffe, i.e.
export JAVA_HOME=$WHERE_KAFFE_WAS_INSTALLED
export PATH=$WHERE_KAFFE_WAS_INSTALLED/bin:$PATH
ant
Chances are that you may need additional libraries to build Axis, see
the documentation for details.
cheers,
dalibor topic
More information about the kaffe
mailing list