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

TigerstripeDevEnvironment

Revision as of 18:07, 7 May 2008 by Unnamed Poltroon (Talk) (Setting up your workspace)

< To: Tigerstripe

Minimum Requirements

The current development stream requires the following:

  • Eclipse 3.3.x (Eclipse 3.4x is not supported yet)
  • Java5.

Setting up your workspace

We provide Buckminster CQueries for easy set up. Please visit http://www.eclipse.org/tigerstripe/queries.

Setting up the Debug Configuration

  • Create a new Debug Configuration, using all the default settings.
  • On the "Arguments" tab, set the VM arguments to read
-Xmx256m -XX:MaxPermSize=128m

Back to the top