If my installation calls for:
export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/i386:$JAVA_HOME/jre/lib/i386/client
For unix machines… what is the equivalant for Mac machines?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without knowing which libraries you need, it’s a bit hard to say. Some of the libraries are stored in
/usr/lib/java(at least on Snow Leopard). For the variable to use, you should check outman dyld. For basicdylibloading, useDYLD_LIBRARY_PATH.