mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Update basic configuration for Eclipse 3.3 from 2.x
This commit is contained in:
parent
3572ed98fc
commit
2de5b5d5f3
@ -2,8 +2,8 @@
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="test"/>
|
||||
<classpathentry sourcepath="JRE_142_SRC" kind="var" path="JRE_LIB"/>
|
||||
<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
|
||||
<classpathentry kind="con" path="SWT_CONTAINER/PLATFORM"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
||||
<classpathentry kind="var" path="SWT_JAR"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
@ -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:
|
||||
<ECLIPSE_HOME>/plugins/org.eclipse.swt.win32_2.0.2/ws/win32/swt.jar
|
||||
<ECLIPSE_HOME>/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.
|
||||
|
Loading…
Reference in New Issue
Block a user