Possible Duplicate:
How do I set environment variables from Java?
How can I set the LD_LIBRARY_PATH from within a Java application?
Possible Duplicate:
How do I set environment variables from Java?
How can I set the LD_LIBRARY_PATH from within a Java application?
LD_LIBRARY_PATH is an environment varable, not a system properety. As tehre is no System.setEnv method I doubt you can do what you seek for. Read here: How do I set environment variables from Java?