-
Notifications
You must be signed in to change notification settings - Fork 2
Home
André L. Santos edited this page Nov 16, 2022
·
4 revisions
- Eclipse for Committers
- GEF Classic Zest SDK
- Menu: Help > Install new software
- Work with "Eclipse simultaneous release"
- type "Zest" in the search box
- Clone this repo
- Use a new Eclipse workspace
- Import projects
- Menu: File > Import > General > Existing Projects into Workspace
- Select the root folder of the repo and include all projects
- Project pt.iscte.pandionj.launcher requires an additional setup
- Add a folder named lib
- Copy javassist.jar into it
- Run the script genjar.jardesc, which will output agent.jar
- this JAR is used to instrument the launching of programs with the injection of a main method
- it should be rebuilt every time the agent code changes (otherwise, no changes are reflected)
On project pt.iscte.pandionj, Run As > Eclipse Application