On Thu, Nov 07, 2002 at 09:08:14AM +0000, Greg McCarroll wrote:

> Has anyone tried out Zoe[1], it is one of those fancy e-mail
> client/organisers with whizzy bang search features and drill downs for
> your mail.

I try it every so often, but it doesn't work.  Downloaded it again today,
still can't get it to run, can't be bothered to debug java.

To run it, you're meant to just cd to its directory and do this ...

david@plough:~/Zoe$ java -jar Zoe.jar 
java.lang.NoClassDefFoundError: alt/dev/szobject/SZStore
        at java.lang.reflect.Method.invoke(Method.java:native)
        at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
        at kaffe.jar.ExecJar.main(ExecJar.java:61)

ok, so add the Library/Java path to the classpath and try again ...

david@plough:~/Zoe$ java -addclasspath Library/Java/ -jar Zoe.jar 
java.lang.NoClassDefFoundError: alt/dev/szobject/SZStore
        at java.lang.reflect.Method.invoke(Method.java:native)
        at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
        at kaffe.jar.ExecJar.main(ExecJar.java:61)

add all the jar files in there to the classpath and try again ...

david@plough:~/Zoe$ java `for i in Library/Java/*jar;do echo -addclasspath $i;done` 
-jar Zoe.jar 
(ERROR) Application.main: java.lang.NoClassDefFoundError: 
java/lang/reflect/AccessibleObject
11/07 11:50:38 (ERROR) Throwable.<init>: Application.main: 
java.lang.NoClassDefFoundError: java/lang/reflect/AccessibleObject

What am I missing here?  java.lang.* is part of the core and damned well
should be found.

-- 
David Cantrell    |    Degenerate    |    http://www.cantrell.org.uk/david

  All principles of gravity are negated by fear
                                            -- Cartoon Law V

Reply via email to