Re: Re: DBUML module startup issue (was Installation stalls on O
Nicolas Daum <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
Christian López Espínola wrote: > Hi Nicolas, > > On your first mail, I suspected that you have executed the command > without args, probably because you have copy&pasted from the mail: > > [mne69-4-82-227-115-8:~] nickdaum% java -cp > argouml.jar;ext\postgresql-8.2-505.jdbc2.jar;ext\dbuml.jar > Right. > [...] > [mne69-4-82-227-115-8:~] nickdaum% org.argouml.application.Main; exit > tcsh: org.argouml.application.Main: Command not found. > > But in this second mail I assume that you are typing right the > command, and I don't know what should be the problem. > > If you have copypasted the command, try again by typing it: > > java[SPACE]-cp[SPACE]argouml.jar;ext\postgresql-8.2-505.jdbc2.jar;ext\dbuml.jar[SPACE]org.argouml.application.Main > > If the error still occurs, the only solution that I have is executing > the same command with the -verbose flag, save the result in a text > file and send us it. > that was my first attempt. I did it again and got that: Exception in thread "main" java.lang.NoClassDefFoundError: org/argouml/application/Main [Process exited - exit code 1] Cheers Nick