大华Java案例
所属分类:其他
开发工具:Java
文件大小:55067KB
下载次数:5
上传日期:2019-03-27 09:58:56
上 传 者:wuqifeng
说明: 大致有三种在可能性:
1、动态库 dhplay 为32位,而javaw.exe 为64位,或者相反,总之匹配不上。
2、动态库依赖了别的库文件,而目录下没有需要的其他动态库。
3、动态库依赖了别的库文件,javaw 运行时找不到库文件,所以加载不起来。
针对上述的问题,解决方法如下:
1.先看jdk 是多少位的程序
a)C:\Program Files\Java\Jdkx.x.x\bin\javaw.exe -- 64位程序
b)C:\Program Files(x86)\Java\Jdkx.x.x\bin\javaw.exe – 32 位程序
2.再看动态库是多少位的
可以用 windows Depends 工具查看
3.配置动态库所在的路径
a右击要运行的java文件,Run As -> Run Configurat
(There are roughly three possibilities:
1. The dynamic library dhplay is 32 bits, while javaw.exe is 64 bits, or vice versa.
2. Dynamic libraries depend on other libraries, but there are no other dynamic libraries in the directory.
3. Dynamic libraries depend on other libraries and cannot be loaded because they cannot be found at javaw runtime.
In view of the above problems, the solutions are as follows:
1. First look at how many bits of JDK program
(a) C: Program Files Java Jdkx.x.x bin javaw.exe -- 64-bit program
B) C: Program Files (x86) Java Jdkx.x.x bin javaw.exe - 32-bit program
2. Look at the number of dynamic libraries
You can view it with the windows Depends tool
3. The path of configuring dynamic libraries
A Right-click the java file to run, Run As-> Run Configurat)
文件列表:[举报垃圾]
java Demo案例\General_NetSDKDemo_Chn_Java_Win64_IS_V1.00.28244.T.170801.7z, 9142891 , 2017-11-06
java Demo案例\NetSDK_Chn_Windows32.rar, 19537763 , 2017-09-30
java Demo案例\【批量下载】Test_DPSDK_Java_win64等.zip, 25889079 , 2017-12-19
java Demo案例\播放.rar, 5572121 , 2018-05-24
java Demo案例, 0 , 2018-05-24
近期下载者:
相关文件:
收藏者: