Advertisement
simserver

37 file:/home/.bashrc

May 24th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. if [ $LD_LIBRARY_PATH ]; then
  2.     export LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/:$LD_LIBRARY_PATH
  3. else
  4.     export LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement