8000 GitHub - attila-s/JDI: JDI examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

attila-s/JDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

JDI

JDI examples

ShellScriptLauncherDebugger is a simple tool to allow to attach to a running JVM process, and execute a shell script if a user-specified breakpoint is hit.

mvn compile
java -classpath target/classes:${JAVA_HOME}/lib/tools.jar org.asasvari.debug.ShellScriptLauncherDebugger localhost:8008 org.apache.oozie.servlet.BaseAdminServlet.doGet "ssh example.test.com ls /tmp > 1"

Make sure tools.jar is set correctly on your platform. I tested only on Mac OSX using JDK 8.

About

JDI examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0