HeapFragger icon indicating copy to clipboard operation
HeapFragger copied to clipboard

Heapfragger.jar file missing

Open abhinavn opened this issue 9 years ago • 1 comments

Hi

I don't see Heapfragger.jar as listed in README, was it deliberately excluded?

Thanks

abhinavn avatar Oct 14 '15 00:10 abhinavn

@abhinavn , unfortunately the author didn't supply build/installation guide. you need to build the jar yourself.

  1. download or clone the repository to your computer
  2. install Maven 3 if you haven't already (I used Maven 3.0.5)
  3. cd into the repository and run mvn package
  4. the resulting jar file will be in target/HeapFragger.jar

nightspotlight avatar Feb 26 '20 14:02 nightspotlight