jvm-profiling-tools / perf-map-agent

A java agent to generate method mappings to use with the linux `perf` tool
GNU General Public License v2.0
1.64k stars 260 forks source link

Unable to load agent sence Premain-Class manifest attribute is missing #69

Closed DhashS closed 6 years ago

DhashS commented 6 years ago

When I try to launch my jar with the agentpath set to attach-main.jar, I get

Failed to find Premain-Class manifest attribute in /perf-map/out/attach-main.jar

Any ideas?

DhashS commented 6 years ago

Nevermind, fixed. I don't need to specify agentpath