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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
