作者VincentABC (红糖水)
看板java
标题[问题]Communications API的libSolarisSerialParallel.so要放哪里?
时间Mon Apr 2 17:38:40 2007
我不明白 /usr/lib 所指的目录是在哪里耶
是以下两者之一吗?
C:\Program Files\Java\jdk1.6.0_01\lib
C:\Program Files\Java\jdk1.6.0_01\jre\lib
感谢回应^^
--
说明文件:
# Ensure that the library libSolarisSerialParallel.so can be loaded.
You can do this either by adding it to the environment LD_LIBRARY_PATH
or by copying it to /usr/lib.
Example: Assuming your current working directory is where you extracted the
distribution,
% setenv LD_LIBRARY_PATH `pwd`:$LD_LIBRARY_PATH
or
$ export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
or, if you have administrative privileges on your machine:
% cp libSolarisSerialParallel.so /usr/lib
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.113.151.228
※ 编辑: VincentABC 来自: 140.113.151.228 (04/02 17:39)