Skip to content

Building Diver

seanws edited this page Aug 13, 2012 · 9 revisions

To build Diver you must complete the following tasks:

  1. [Install Eclipse](Installing Eclipse)
  2. [Set up a Github account](Setting up Github account)
  3. [Install and Configure Git](Installing and Configuring Git)
  4. [Check out Diver](Checking out Diver)
  5. Import Diver into Eclipse
  6. In Eclipse go to File->Import.
  7. Go to General->Existing project into Workspace
  8. Select where Diver was checked out to.
  9. 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

Clone this wiki locally