Download Argo/UML Compiled Code


  Final Step: Get Started with Argo/UML
 


To Run Argo/UML with JDK 1.1.x:

  • Unzip argouml.zip to get argouml.jar, and unzip XML4J.zip to get xml4j.jar. Do not unarchive these *.jar files.
  • If you downloaded swing111b1.zip then you will have to unzip it to get swing-1.1.1-beta1/swing.jar
  • Start a new command line window.
  • Set your CLASSPATH to include the following in the given order:
    • classes.zip from your JDK distribution
    • argouml070.jar
    • swing-1.1.1-beta2/swing.jar
    • xml4j.jar
  • Type the command:
        java uci.uml.Main
    or on some Windows Java implementations type:
        java -classpath %CLASSPATH% uci.uml.Main

To Run Argo/UML with JDK 1.2:

  • Unzip argouml.zip to get argouml.jar, and unzip XML4J.zip to get xml4j.jar. Do not unarchive these *.jar files.
  • Make sure argouml.jar and xml4j.jar are in the same directory.
  • Start a new command line window and type:
    • java -jar argouml070.jar

To Learn to Use Argo/UML:

Return to the User Documentation for this release.


Keep in Mind:

Argo/UML is a research prototype for exploring the impact of cognitive support features in CASE tools. It will evolve into a full featured CASE tool in the future, but it is not comparable to commercial CASE tools yet. If you believe in the importance of an open-source CASE tool, please help in the development of Argo/UML.


Back