Access CS5220 Code ExamplesThe code examples discussed during the lectures are available in Git repositories hosted on GitHub.
Notes1. To import the project into Eclipse, first clone the project into a local Git repository, then in Eclipse, use File -> Import ... -> Maven -> Existing Maven Projects to import the project into Eclipse.2. Contain three separate examples, and require GNU Make, Ant, and Maven, respectively, to run each example. 3. Import the project into Eclipse as described in [1]. Copy build.properties.sample to build.properties, and modify the values in build.properties to match your local setup. Run src/main/scripts/csns-create.sqlto create the database, then src/main/scripts/csns-test-insert.sql to insert some test data. You can check out this video to see how to run CSNS2 using Eclipse. |
This page has been viewed 62718 times.