[問題]Communications API的libSolarisSerialParallel.so要放哪裡?

看板java作者 (紅糖水)時間19年前 (2007/04/02 17:38), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
我不明白 /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)
文章代碼(AID): #164CyXge (java)