----- Original Message -----
From: "Tom Tromey" <tromey@xxxxxxxxxx>
To: "Haoyang Lin" <linh@xxxxxxxx>
Cc: <classpath@xxxxxxx>
Sent: Thursday, October 19, 2006 7:04 AM
Subject: Re: gkeytool error
">" == Haoyang Lin <linh@xxxxxxxx> writes:
I did : gkeytool
errors:
java.lang.NoClassDefFoundError: gnu/classpath/tools/keytool/Main
<<No stacktrace available>>
glibj.zip and tools.zip exist in /usr/local/classpath/share/classpath/
What should I do? Please help.
First thing is, check tools.zip to see if that class is actually
contained in it. Perhaps you have an out of date install or the like.
Tom
Hi,
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?
Thank you
Haoyang