hksdk/CH-HCNetSDKV6.1.9.47_build2.../Demo示例/2-Java开发示例/8-LinuxClientDemo
程广 4d6ee815b6 add sdk 2023-03-23 17:39:59 +08:00
..
.settings add sdk 2023-03-23 17:39:59 +08:00
src/test add sdk 2023-03-23 17:39:59 +08:00
.classpath add sdk 2023-03-23 17:39:59 +08:00
.project add sdk 2023-03-23 17:39:59 +08:00
Linux下JavaDemo使用说明.docx add sdk 2023-03-23 17:39:59 +08:00
build.xml add sdk 2023-03-23 17:39:59 +08:00
examples.jar add sdk 2023-03-23 17:39:59 +08:00
jna.jar add sdk 2023-03-23 17:39:59 +08:00
readme.txt add sdk 2023-03-23 17:39:59 +08:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Demo开发编译环境EclipseJDK1.8 64位

方法一 
在系统的/usr/lib文件中加入你Java工程所需要使用的so文件,然后将HCNetSDKCom文件夹下的组件库也copy到/usr/lib目录

方法二
修改etc目录下ld.so.conf文件中的配置。加上你自己的Java工程所需要的so文件的路径。然后调用ldconfig命令使配置生效