From 3ad76f98fa8b4a9d3d95207cfb4ae4706087c964 Mon Sep 17 00:00:00 2001 From: 张世豪 <979909237@qq.com> Date: 星期四, 04 十二月 2025 19:14:15 +0800 Subject: [PATCH] 新增20251204 --- .classpath | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/.classpath b/.classpath index fb50116..5b68229 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="lib/jSerialComm-2.10.4.jar"/> + <classpathentry kind="lib" path="lib/jts-core-1.19.0.jar"/> <classpathentry kind="output" path="bin"/> </classpath> -- Gitblit v1.10.0