Skip to content

Set up Eclipse

witnessmenow edited this page Mar 29, 2012 · 3 revisions
  1. Download and extract Eclipse
  2. Navigate to where you extracted eclipse and open the eclipse.ini file
  3. Above the line with "-vmargs " insert a path to your jdk's bin folder (including the -vm line, example shown below):

-vm

C:/Java/jdk1.6.0_31/bin

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms40m

-Xmx512m

Clone this wiki locally