Re: gkeytool error

2006-10-24 Thread Haoyang Lin
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

Re: gkeytool error

2006-10-20 Thread Haoyang Lin
Hi I did the same as you said. but the errors are still the same as before errors: java.lang.NoClassDefFoundError: gnu/classpath/tools/keytool/Main No stacktrace available Caused by: java.lang.ClassNotFoundException: gnu.classpath.tools.keytool.Main not found in java.lang.ClassLoader

Re: gkeytool error

2006-10-20 Thread Raif S. Naffah
On Friday 20 October 2006 19:35, Haoyang Lin wrote: ... I did the same as you said. but the errors are still the same as before errors: java.lang.NoClassDefFoundError: gnu/classpath/tools/keytool/Main No stacktrace available Caused by: java.lang.ClassNotFoundException:

Re: gkeytool error

2006-10-20 Thread 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

Re: gkeytool error

2006-10-19 Thread linh
- Original Message - From: Tom Tromey [EMAIL PROTECTED] To: Haoyang Lin [EMAIL PROTECTED] Cc: classpath@gnu.org Sent: Thursday, October 19, 2006 7:04 AM Subject: Re: gkeytool error == Haoyang Lin [EMAIL PROTECTED] writes: I did : gkeytool errors

Re: gkeytool error

2006-10-19 Thread Tom Tromey
== Haoyang Lin [EMAIL PROTECTED] 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

Re: gkeytool error

2006-10-19 Thread linh
[EMAIL PROTECTED] To: linh [EMAIL PROTECTED] Sent: Thursday, October 19, 2006 5:59 PM Subject: Fw: gkeytool error - Original Message - From: Tom Tromey [EMAIL PROTECTED] To: linh [EMAIL PROTECTED] Cc: classpath@gnu.org Sent: Thursday, October 19, 2006 5:39 PM Subject: Re: gkeytool

Re: gkeytool error

2006-10-19 Thread Mario Torre
Il giorno gio, 19/10/2006 alle 18.04 +0200, linh ha scritto: 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?

gkeytool error

2006-10-18 Thread Haoyang Lin
Hello, I did : gkeytool then: errors: java.lang.NoClassDefFoundError: gnu/classpath/tools/keytool/Main No stacktrace available Caused by: java.lang.ClassNotFoundException: gnu.classpath.tools.keytool.Main not found in java.lang.ClassLoader