Default Java library path?

前端 未结 3 542
不知归路
不知归路 2020-12-08 19:22

I understand that you can set the Java library path with an option (-Djava.library.path=/path/to/libs) before executing the program, but is there a place on the

3条回答
  •  情深已故
    2020-12-08 20:08

    However, Matt Ball is not totally correct.

    On my Linux box, my Java library path is

    /usr/lib64/icedtea6/jre/lib/amd64/server:/usr/lib64/icedtea6/jre/lib/amd6ib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    

    While my LD_LIBRARY_PATH is /usr/local/lib64.

提交回复
热议问题