If you still need to specify the ld library path, you can create an entry that will apply system-wide. That way, you won't have to use a custom script to launch the game.
As root:
echo /usr/lib/jvm/java-7-oracle/jre/lib/amd64/ > /etc/ld.so.conf.d/java.conf
Make sure your ld path is appropriate...