Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update bank client instruction for windows

...

Code Block
mvn dependency:build-classpath
Note

If you are using windows platform, you need to replace the ":" separator that separates the classpath jars with the ";" separator. Also, if you use the default maven 2 home, you need to replace "c:\documents and settings" with "c:\docume~1".

then in bank-client run

Code Block
java -cp <output from above>:target/bank-client-<version>.jar org.apache.geronimo.samples.bank.client.BankClient