I'm using tools.jar
of JDK (more specifically Attach ) in an application, however, according to my research, tools.jar
can not run in a JRE environment "because it depends on JDK."
Is that right or is there any way to compile the application with% dependency% and run the application in a JRE environment?