-
Notifications
You must be signed in to change notification settings - Fork 33
Building Diver
seanws edited this page Aug 13, 2012
·
9 revisions
To build Diver you must complete the following tasks:
- [Install Eclipse](Installing Eclipse)
- [Set up a Github account](Setting up Github account)
- [Install and Configure Git](Installing and Configuring Git)
- [Check out Diver](Checking out Diver)
- Import Diver into Eclipse
- In Eclipse go to File->Import.
- Go to General->Existing project into Workspace
- Select where Diver was checked out to.
- Clean projects
Diver should be able to build and runnable except for the JVMTI projects. To run Diver simple right hand click on ca.uvic.chisel.tracing.jvmti.w32 and select Run As and then Eclipse Application. Click proceed if you get a warning message.
To build the JVMTI project follow these instructions: Building JVMTI project