First, I did get Argo to run by extracting both it and swing from their
respective jar files into the local directory and running it from
there. For disk space and other reasons, however, I'd like them to stay
in their respective .jar files.
The Argo page specifically says to use Swing v1.0.3, which I am. I have
also set classpath to
.:/usr/local/jdk117_v3/swing-1.0.3/swing.jar:/usr/local/java_apps/argouml.jar.
The error I'm getting when I run Argo is:
java.lang.NoClassDefFoundError: com/sun/java/swing/plaf/metal/MetalTheme
at uci.uml.Main.main(Main.java:74)
so I know it's running uci.uml.Main (which I had to extract from the
.jar file and put it the local directory to get it to find). I have
also checked swing.jar and .../MetalTheme.class is there.
I think it's just ignoring my CLASSPATH. Is there a way to turn on
debugging info that will tell me exactly where it's looking for classes?
--
Adam Carheden
[EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]