jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.91k stars 874 forks source link

integration of javaagent with jvm #426

Closed viksharma31 closed 9 years ago

viksharma31 commented 9 years ago

I am using hazelcast in my web project . I have added following dependencies in my pom.xml.

org.mapdb mapdb-hz-offheap 0.8

after it i am struck on second step(integration of jvm with javaagent). Can you tell the steps of integration of javaagent jar with jvm.?

jankotek commented 9 years ago

It is documented on project readme on github.