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

Trying Out Maya

Revision as of 12:22, 8 May 2007 by Devaughn.cisco.com (Talk | contribs) (Next Steps)

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. Add this newly created plugin to the launch config for Maya server (Win)
  7. Add the apache derby nature to the org.eclipse.maya.server.example.db project
    • right click choose add nature
  8. Start derby
    • right click and choose start Derby Network server…
  9. Run maya.sql
    • Right click choose run with interactive ij ….
  10. 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
  11. Build update site
    • Open the site.xml click build site
  12. Start server
    • Run the server using the launch config
  13. Run AllTests as junitTest Plugin (Depending on bandwidth this could take a while)
    • Right click select run as JUnit Plugin Test
  14. Run launcher
    • tun the JavaStrap launch config

Back to the top