Re: Re: DBUML module startup issue (was Installation stalls on O
"Tom Morris" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
The prototype command line has backslashes (\) which are a DOS thing instead of forward slashes (/) as needed by Unix. The semicolons (;) will also confuse some Unix shells and need to be quoted. Try this command (all one line, spaces in the same places as before): java -cp "argouml.jar;ext/postgresql-8.2-505.jdbc2.jar;ext/dbuml.jar" org.argouml.application.Main This time I've actually tested it in a Unix shell, so it should have a better chance of working :-) Tom