[問題]Communications API的libSolarisSerialParallel.so要放哪裡?
我不明白 /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)