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
and in side bar..
Why this message comes only when I execute the program from different path other than its location?