I lied, it wasn't in the spoiler (yet) it is only in my notes:
Code:
/usr/java/bin/cvm \
-Dsun.boot.library.path=/usr/java/lib \
-Xbootclasspath/a:/usr/java/lib/arm:/usr/java/lib/ext:/usr/java/lib/arm/minimal \
-cp <your application's classpath> \
<your application> <your arguments>
Note: Even with all of that, it does not support signed jars (but neither does Amazon/Lab126).