POC working on Win 11

This commit is contained in:
BoykoAlex
2022-09-29 15:19:20 -04:00
parent b91d7decaa
commit 3e5de02eb4
7 changed files with 30 additions and 52 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/ipcsocket-1.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna-5.8.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna-platform-5.8.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>