0

I have two Java native agents to be used via the "-agentpath" argument and I want to share some state via global variables between these two native agents. If I export a global variable in one native agent, can it be accessed by the other native agent? Thank you!

brian
  • 265
  • 1
  • 9

1 Answers1

0

FYI, wrapping the shared global variables in another shared library (.so) file solved my problem.

brian
  • 265
  • 1
  • 9