From 2de5b5d5f3e52a4b998d2d0cb58d0d2375ea26dc Mon Sep 17 00:00:00 2001 From: Date: Fri, 6 Jun 2008 16:57:42 +0000 Subject: [PATCH] Update basic configuration for Eclipse 3.3 from 2.x --- .classpath | 6 +++--- ECLIPSE-CONFIG | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index f144afa..6eb3216 100644 --- a/.classpath +++ b/.classpath @@ -2,8 +2,8 @@ - - - + + + diff --git a/ECLIPSE-CONFIG b/ECLIPSE-CONFIG index 799f729..cd0f05b 100644 --- a/ECLIPSE-CONFIG +++ b/ECLIPSE-CONFIG @@ -1,6 +1,6 @@ This document describes how to setup Eclipse with AppleCommander. Essentially, these are the general SWT-related setup tasks that need to be done. This file -is specifically written for Windows running Eclipse 2.0.2. Configuring for other +is specifically written for Windows running Eclipse 3.3. Configuring for other environments should be similar. @@ -11,7 +11,7 @@ has been configured to expect an SWT_JAR environment variable. To set this up, go to Window->Preferences->Java->Classpath Variables. Click on New button and enter SWT_JAR for the variable name. Choose the File button to set the path and locate the swt.jar. It will be located at: - /plugins/org.eclipse.swt.win32_2.0.2/ws/win32/swt.jar + /plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3346.jar (Or something similar - obviously, the version numbers will change.) Click OK and close out of each dialog. Answer YES to the prompt regarding recompiling your entire workspace.