-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
dannalieth edited this page Dec 2, 2011
·
11 revisions
(Tested on v6.9.1)
- Open project (File->Open Project) from project root: SecurePrinting
- Set working directory (File->Project Properties) to: SecurePrinting/test
- Set main class (File->Project Properties) to: secureprinting.Controller
- Run project (F6)
(Tested on Indigo)
- Create Eclipse project
- mv SecurePrinting/src SecurePrinting/lib SecurePrinting/test [Eclipse project dir]
- Add jar files from /lib to project environment (Properties->Java Build Path->Libraries->Add JARs)
- Set Launch configurations to Controller (Properties->Run/Debug Settings)
- Set Working directory to /test, for e.g. ${workspace_loc:SecurePrinting/test} (Properties->Run/Debug Settings)
- Run project