プログラミングの備忘録
旧メモを移植の予定
ライブラリパスを指定する際.例えば /lib/rJava/jri 下に libjri.so があるばあい. java -Djava.library.path=.:/lib/rJava/jri rtest のようにカレントをしっかりセットすること.
import innerCorp.PreTokenizer;のようにして実行する
作成したプログラムに引数として与えるファイル類はプロジェクト直下のディレクトリに置く. すなわち src や bin の上.
java -classpath /home/ishida/source/postgres/pg72jdbc2.jar: ./ HelloWorldJDBCPostgreSQL
"__declspec(dllimport)" and "extern __declspec(dllexport)" both imply a declaration, but that "__declspec(dllimport)" causes the linker to look for the __imp symbol in an import library, while "extern __declspec(dllexport)" declares a function that must be defined in the program's source (no __imp prefix).
設定されている環境変数を表示するには、printenvコマンドを