Add new Mac jnilibs.

This commit is contained in:
John B. Matthews 2008-06-08 15:15:04 +00:00
parent 77ffc781c5
commit d88fc632bf
7 changed files with 7 additions and 20 deletions

View File

@ -1,8 +1,8 @@
Configuring Eclipse
===================
This document describes how to setup Eclipse with AppleCommander.
It describes configurations for Windows with Eclipse 3.3 or Mac with
Eclipse 3.2. Configurations for other environments should be similar.
It describes configurations for Windows or Mac with Eclipse 3.3.x.
Configurations for other environments should be similar.
SWT_JAR Classpath Variable
==========================
@ -17,7 +17,7 @@ file will be located at:
On Mac, go to Eclipse -> Preferences -> Java -> Classpath Variables to
add a new variable. The corresponding library will look like this:
<ECLIPSE_HOME>/plugins/plugins/org.eclipse.swt_3.2.2.v3236b.jar
<ECLIPSE_HOME>//plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar
Click OK and close out of each dialog. Answer YES to the prompt
regarding recompiling your entire workspace.
@ -34,30 +34,17 @@ as a Classpath Variable (e.g. MAC_JAR, below):
Java Build Path
===============
The Java path build path may be edited by selecting Project ->
The project's Java build path may be edited by selecting Project ->
Properties -> Java Build Path. Also, look at the Java Build Path help
page. A typical .classpath might look like this:
On Windows:
On either Windows or Mac:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
</classpath>
On Mac:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="var" path="MAC_JAR"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
</classpath>

View File

@ -6,8 +6,8 @@
# support files for local builds.
#
swtJarPathWin=C:/Program Files/Eclipse 2.1.x/plugins/org.eclipse.swt.win32_2.1.3/ws/win32/swt.jar
swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.2.2.v3236.jar
swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar
junitPathWin=C:/Java/lib/junit3.8.1/junit.jar
junitPathMac=/Users/Shared/junit/junit.jar
junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.jar
keyconf=${user.home}/.secret
alias=name