From 0b15e43ed071b59f075e0f713391a8b1039b945a Mon Sep 17 00:00:00 2001 From: xyli Date: Fri, 3 Mar 2023 11:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95=E7=B1=BBRu?= =?UTF-8?q?nFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/JpomTestJvm.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/test/java/JpomTestJvm.java diff --git a/src/test/java/JpomTestJvm.java b/src/test/java/JpomTestJvm.java new file mode 100644 index 0000000..2c6741a --- /dev/null +++ b/src/test/java/JpomTestJvm.java @@ -0,0 +1,11 @@ +import com.sun.tools.attach.AttachNotSupportedException; +import com.sun.tools.attach.VirtualMachine; +import com.sun.tools.attach.VirtualMachineDescriptor; + +import java.io.IOException; +import java.util.List; +import java.util.Properties; + +public class JpomTestJvm { + +} -- Gitee