Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(New page: # Dowload Derby from [http://db.apache.org/derby/releases/release-10.5.3.0.html Derby 10.5.3.0] # Unzip the archive and run /derby-installation-folder/bin/ij.bat # Copy the content of [htt...)
 
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{ScoutPage|cat=Tutorial 3.8}}
 
# 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]
# Unzip the archive and run /derby-installation-folder/bin/ij.bat
+
# Extract the archive
# 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.
+
# Go into extracted folder and run <code>/derby-extracted-folder/bin/ij.bat</code>
 +
# Copy the content of [https://raw.github.com/BSI-Business-Systems-Integration-AG/org.eclipsescout.demo/3.8/jaxws/org.eclipse.scout.tutorial.jaxws.database/script/create_database.sql create_database.sql] into the console and press ENTER
 +
# You are done

Latest revision as of 07:01, 5 August 2013

The Scout documentation has been moved to https://eclipsescout.github.io/.

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

Back to the top