HeapFragger
HeapFragger copied to clipboard
Heapfragger.jar file missing
Hi
I don't see Heapfragger.jar as listed in README, was it deliberately excluded?
Thanks
@abhinavn , unfortunately the author didn't supply build/installation guide. you need to build the jar yourself.
- download or clone the repository to your computer
- install Maven 3 if you haven't already (I used Maven 3.0.5)
- cd into the repository and run
mvn package
- the resulting jar file will be in target/HeapFragger.jar