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"

(Setting up your workspace)
m
Line 13: Line 13:
 
* On the "Arguments" tab, set the VM arguments to read
 
* On the "Arguments" tab, set the VM arguments to read
 
  -Xmx256m -XX:MaxPermSize=128m
 
  -Xmx256m -XX:MaxPermSize=128m
 +
 +
[[Category:Tigerstripe]]

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