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"

(New page: __TOC__ {{backlink|Tigerstripe}} ==Minimum Requirements== The current development stream requires the following: * Eclipse 3.3.x (Eclipse 3.4x is not supported yet) * Java5. ==Setting up...)
 
(Setting up your workspace)
Line 8: Line 8:
  
 
==Setting up your workspace==
 
==Setting up your workspace==
 +
 +
==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

Revision as of 18:39, 7 April 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

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