-1

I am facing with a software made in Java. This program is a group of jar called in a flow after the first startup.jar

There is a way or method to follow executing and know which class is currently running without inject a log class inside all class files?

Thanks

itseeder
  • 319
  • 2
  • 6
  • 13

1 Answers1

0

Your best bet is probably JavaSnoop:

JavaSnoop

Source code and binaries available from here.

Presentation and demo video available here.

Jason Geffner
  • 20,681
  • 1
  • 36
  • 75