To change the version of the Java Virtual Machine that runs the application, go to
the Java command at the end of the script file and specify the full path to the Java
executable of the desired JVM version, for example:
"C:\Program Files\Java\jre1.6.0\bin\java" -Xmx256m -Dsun.java2d.noddraw=true ...
on Windows,
or
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java "-Xdock:name=SyncroSVNClient" ...
on Mac OS X.