2010/1/19 Charles Moulliard <[email protected]>: > Interesting example that I'm testing. > > There is a missing dependency in pom of assembly project : > > > <dependency> > <groupId>org.apache.derby</groupId> > <artifactId>derbytools</artifactId> > <version>10.5.3.0_1</version> > </dependency> > > Otherwise, the following command does not work in > >> - cd ariestrader-sample/assemblies/ >> >> ariestrader-jdbc-equinox/target >> > >> > - java org.apache.derby.tools.ij tradeDB.sql
FWIW, it did work for me after setting up my environment as described in here: http://db.apache.org/derby/papers/DerbyTut/install_software.html#derby David
