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.
4.91k
stars
874
forks
source link
integration of javaagent with jvm #426
Closed
viksharma31 closed 9 years ago
I am using hazelcast in my web project . I have added following dependencies in my pom.xml.
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.?