0

I am not a java expert. I have downloaded the ArgoUML and extracted it. Under ~/argouml directory I can find the main executable file 'argouml2.sh'. If I go into the directory and run, it executes fine.

Problem is if I execute the program from another directory with absolute path; then it is showing a kind of error message telling this is an experimental version.

Strange !!! :)

Eg:

cd ~
argouml/argouml2.sh

or

/home/myname/argouml/argouml2.sh

enter image description here

and in side bar..

enter image description here

Why this message comes only when I execute the program from different path other than its location?

Muneer
  • 7,384
  • 7
  • 38
  • 62

1 Answers1

0

There should be an argouml.sh file to run standard ArgoUML version. The argouml2.sh file is, as its name implies, to run the experimental (and incomplete) UML 2.x version. I'm not sure what's going on with the difference in behavior based on the default directory, but the basic problem is you're running the wrong version.

Tom Morris
  • 10,490
  • 32
  • 53