Hi Nicolas,

Are you executing this in the folder where your argouml.jar resides?

HTH

On 11/3/07, Nicolas Daum <[EMAIL PROTECTED]> wrote:
> 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]
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Regards,

Christian López Espínola

Reply via email to