>>>>> Andreas Rueckert writes:

    Andreas> Hi!  Kari Kangas has a little JDK 1.2/RH 6/Argo related
    Andreas> problem, and I can't find the answer. That's why I
    Andreas> forward this mail now to Java-Linux and the Argo list.

    Andreas> His original posting:
    Andreas> =======================================
    >> %java -jar -debug argoUML.jar  > 
    >> gives me 
    >> 
    >> %  ...  noClassDefFoundException: sun/tools/agent/Agent 
    >> 
    >> and window dies (actually it just flashes). 


Try something like 

$ java -jar -Xdebug -Djava.compiler=NONE \
    -Xbootclasspath/a:/usr/local/jdk1.2/lib/tools.jar 
    argoUML.jar


        Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Porting Team
http://www.blackdown.org/java-linux.html


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to