-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup_for_eclipse.txt
More file actions
31 lines (24 loc) · 1004 Bytes
/
Copy pathsetup_for_eclipse.txt
File metadata and controls
31 lines (24 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Setup pm4j projects for eclipse
preconditions:
* eclipse (indigo or higher)
* maven3
1. download pm4j:
git clone https://pm4j@github.com/pm4j/org.pm4j.git
this creates a directory 'org.pm4j'
2. generate eclipse project configuration files
change to directory 'org.pm4j'
call 'mvn eclipse:eclipse'
2. start eclipse
setup or use an eclipse workspace
import the pm4j projects
3. optional: setup an OS specific SWT library project
create an project 'org.eclipse.swt'
use "Project>Properties>Java Build Path>Libraries>Add external JARs) to
add the following jars to the classpath:
ECLIPSE_HOME/plugins/org.eclipse.core.commands_<your_version>.jar
ECLIPSE_HOME/plugins/org.eclipse.core.runtime_<your_version>.jar
ECLIPSE_HOME/plugins/org.eclipse.equinox.common_<your_version>.jar
ECLIPSE_HOME/plugins/org.eclipse.jface_<your_version>.jar
ECLIPSE_HOME/plugins/org.eclipse.swt.<your_os>.jar
Use "Project>Properties>Java Build Path>Order and Export" to
mark the libraries as exported