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.9/webservices/Setup Derby database"

< Scout‎ | Tutorial‎ | 3.9‎ | webservices
(Update url)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
# Extract the archive
 
# Extract the archive
 
# Go into extracted folder and run <code>/derby-extracted-folder/bin/ij.bat</code>
 
# 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/master/jaxws/org.eclipse.scout.tutorial.jaxws.database/script/create_database.sql create_database.sql] into the console and press ENTER
+
# Copy the content of [https://raw.github.com/BSI-Business-Systems-Integration-AG/org.eclipsescout.demo/3.9/jaxws/org.eclipse.scout.tutorial.jaxws.database/script/create_database.sql create_database.sql] into the console and press ENTER
 
# You are done
 
# You are done

Latest revision as of 12:39, 20 April 2014

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