Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.8/webservices/Setup Derby database"

< Scout‎ | Tutorial‎ | 3.8
Line 1: Line 1:
 
# Dowload Derby from [http://db.apache.org/derby/releases/release-10.5.3.0.html Derby 10.5.3.0]
 
# Dowload Derby from [http://db.apache.org/derby/releases/release-10.5.3.0.html Derby 10.5.3.0]
# Extract the archive and go to the extracted folder
+
# Extract the archive
# Run <code>/derby-installation-folder/bin/ij.bat</code>
+
# Go to extracted folder and run <code>/derby-extracted-folder/bin/ij.bat</code>
 
# Copy the content of [https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.example/trunk/org.eclipse.scout.tutorial.jaxws.database/script/create_database.sql create_database.sql] into the console and press ENTER.
 
# Copy the content of [https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.example/trunk/org.eclipse.scout.tutorial.jaxws.database/script/create_database.sql create_database.sql] into the console and press ENTER.

Revision as of 10:23, 8 November 2011

  1. Dowload Derby from Derby 10.5.3.0
  2. Extract the archive
  3. Go to extracted folder and run /derby-extracted-folder/bin/ij.bat
  4. Copy the content of create_database.sql into the console and press ENTER.

Back to the top