Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The "siddharthsrivastava/QuickStartGuide_NewDevelopers" page has been changed by siddharthsrivastava. http://wiki.apache.org/db-derby/siddharthsrivastava/QuickStartGuide_NewDevelopers?action=diff&rev1=55&rev2=56 -------------------------------------------------- == Setting the build environment(Command Line) == - === Prerequisites for setting up the environment === + '''Prerequisites''' for setting up the environment - 1) [[http://db.apache.org/derby/dev/derby_source.html#Development+trunk|Derby Source]] + [[http://db.apache.org/derby/dev/derby_source.html#Development+trunk|Derby Source]] - 2) [[http://www.java.com/|Java]] 5 or later JDK + [[http://www.java.com/|Java]] 5 or later JDK - 3) [[http://ant.apache.org/|Ant]] 1.7.0 or higher + [[http://ant.apache.org/|Ant]] 1.7.0 or higher - 4) [[http://sourceforge.net/projects/junit/files/junit/3.8.2/|JUnit 3.8.2]] + [[http://sourceforge.net/projects/junit/files/junit/3.8.2/|JUnit 3.8.2]] - === Let's Begin === (i) Setting DERBY_HOME: Assuming that you have[[http://db.apache.org/derby/dev/derby_source.html#Development+trunk|checked out]] the trunk in C:\derby\trunk on Windows, /home//derby/trunk on Linux or /Users//derby/trunk on OSX.