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]> |
Hi Tom I tried this new line, with and without double quotes, and the result is: Exception in thread "main" java.lang.NoClassDefFoundError: org/argouml/application/Main [Process exited - exit code 1] I am a clueless newbie and I am surprised about the issue. I read everywhere that Java was crossplatform and you had just to program once and deploy many. Did I miss something? Nick Tom Morris wrote: > 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] > > > >