Hi,
now only gkeytool fails. I have used the classes of glib.zip. These
Classes are working well.
I did : jamvm -version
java version "1.4.2"
JamVM version 1.4.3
Copyright (C) 2003-2006 Robert Lougher <[EMAIL PROTECTED]>
I did : which jamvm
/usr/local/bin/jamvm
the last lines of
gkeytool(/classpaht-0.92/gnu/classpath/tools/keytool/gkeytool
and /usr/local/classpath/bin):
prefix=/usr/local/classpath
tools_dir=${prefix}/share/classpath
tools_cp=${tools_dir}/tools.zip
exec /usr/local/bin/jamvm -Xbootclasspath/p:"${tools_cp}"
gnu.classpath.tools.keytool.Main "$@"
regards
haoyang
Am Freitag, den 20.10.2006, 14:39 +0200 schrieb Mario Torre:
> Il giorno ven, 20/10/2006 alle 11.35 +0200, Haoyang Lin ha scritto:
> > Hi
> >
> > I did the same as you said. but the errors are still the same as before
>
> Hi!
>
> Works for me :)
>
> compiled with ./configure --disable-plugin --with-jikes
> --with-vm=/home/neugens/work_space/Eclipse/classpath/install/bin/jamvm
>
> Interesting...
>
> I know it is a stupid question, this is the only program that fails? I
> mean, have you tried to run
>
> $ jamvm --version
>
> it works?
>
> and the output of
>
> $ which jamvm
>
> Like Raif said, it would be nice to have the last lines of gkeytool.
>
> Ciao,
> Mario