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 "TigerstripeDevEnvironment"

m
(Setting up your workspace)
Line 8: Line 8:
  
 
==Setting up your workspace==
 
==Setting up your workspace==
 +
We provide [http://www.eclipse.org/buckminster Buckminster] CQueries for easy set up. Please visit [http://www.eclipse.org/tigerstripe/queries http://www.eclipse.org/tigerstripe/queries].
  
 
==Setting up the Debug Configuration==
 
==Setting up the Debug Configuration==

Revision as of 18:07, 7 May 2008

< 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