Hi Tom,
I am sure that I have build the classpath-0.92 and "make install".
I did:
./configure --disable-plugin --with-jikes --with-vm=/usr/local/bin/jamvm
make
make install
everything seems well.
Have you any suggestions?
thank you in advance.
Haoyang
----- Original Message -----
From: "linh" <linh@xxxxxxxx>
To: "linh" <linh@xxxxxxxx>
Sent: Thursday, October 19, 2006 5:59 PM
Subject: Fw: gkeytool error
----- Original Message -----
From: "Tom Tromey" <tromey@xxxxxxxxxx>
To: "linh" <linh@xxxxxxxx>
Cc: <classpath@xxxxxxx>
Sent: Thursday, October 19, 2006 5:39 PM
Subject: Re: gkeytool error
">" == Haoyang Lin <linh@xxxxxxxx> writes:
I checked the tools.zip. It contains no
gnu/classpath/tools/keytool/Main. There is Main.java in
/classpath-0.92/tools/gnu/classpath/tools/keytool/. What should I
change to make gkeytoll working well?
It is hard to say since we don't know much about how you built or
installed. I would suggest starting at the beginning; make sure you
built Classpath in the way that your VM expects, make sure you ran
'make install', etc.
Tom