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 "Trying Out Maya"

(Things you will need)
(Comming Soon)
Line 1: Line 1:
== Comming Soon ==
+
== Things you'll need ==
 +
 
 +
*  [http://db.apache.org/derby/integrate/plugin_howto.html Apache  Derby Core and UI plugins]
 +
*  [http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=127784&release_id=498399 Hibernate 3.2.3]
 +
*  1.6 JRE
 +
*  Team Project Set
 +
*  Eclipse 3.3 M6 (at least M6)
 +
 
 +
Note:
 +
The Derby ui plugin is not required but makes it easier to use Derby in eclipse.  Also the steps that are outlined here will be using the ui plugin.
 +
 
 +
 
 +
== Next Steps ==
 +
(More to come - Just an outline)
 +
 
 +
#  add the derby core and ui plugins to your plugins directory
 +
#  install the JRE
 +
#  Start eclipse
 +
#  Import team project set
 +
#  Create a plugin that contains the hibernate and supporting jars
 +
#*  Export every package
 +
#*  Add to classpath
 +
#*  Add to binary build
 +
#  Start derby
 +
#*  right click and choose start Derby Network server…
 +
#  Run maya.sql
 +
#*  Right click choose run with interactive ij ….
 +
#  Zip 1.6.0 JRE and place in JRE folder
 +
#*  navigate to the directory where there is folders like bin, lib and some other files add create a zip file just containing those files
 +
#*  Place that in the JRE folder for your os in the org.eclipse.maya.server.example.db plugin
 +
#  Build update site
 +
#*  Open the site.xml click build site
 +
#  Start server
 +
#*  Run the server using the launch config
 +
#  Run AllTests as junitTest Plugin (Depending on bandwidth this could take a while)
 +
#*  Right click select run as JUnit Plugin Test
 +
#  Run launcher
 +
#*  tun the JavaStrap launch config

Revision as of 00:06, 8 May 2007

Things you'll need

Note: The Derby ui plugin is not required but makes it easier to use Derby in eclipse. Also the steps that are outlined here will be using the ui plugin.


Next Steps

(More to come - Just an outline)

  1. add the derby core and ui plugins to your plugins directory
  2. install the JRE
  3. Start eclipse
  4. Import team project set
  5. Create a plugin that contains the hibernate and supporting jars
    • Export every package
    • Add to classpath
    • Add to binary build
  6. Start derby
    • right click and choose start Derby Network server…
  7. Run maya.sql
    • Right click choose run with interactive ij ….
  8. Zip 1.6.0 JRE and place in JRE folder
    • navigate to the directory where there is folders like bin, lib and some other files add create a zip file just containing those files
    • Place that in the JRE folder for your os in the org.eclipse.maya.server.example.db plugin
  9. Build update site
    • Open the site.xml click build site
  10. Start server
    • Run the server using the launch config
  11. Run AllTests as junitTest Plugin (Depending on bandwidth this could take a while)
    • Right click select run as JUnit Plugin Test
  12. Run launcher
    • tun the JavaStrap launch config

Back to the top