> 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?
Java does a pretty good job of hiding cross platform differences, but unfortunately you are having to deal with the operating system command shell, so you are not yet at the point where Java is executing. Additional complicating factors are the fact that you want to use a brand new extension (dbuml) and you're using an operating system that none of the other developers use (Mac). If Christian's suggestion of making sure that you have changed to the correct directory first doesn't help, I'm out of ideas. cd /path/to/argouml (perhaps /Application/ArgoUML based on your earlier message) java -cp "argouml.jar;ext/postgresql-8.2-505.jdbc2.jar;ext/dbuml.jar" org.argouml.application.Main Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
