Java/Batch
From ScientificComputing
You can submit a Java job (my_java_program.jar) in batch mode with the following command:
bsub [LSF options] "java -jar my_java_program.jar"
Here you need to replace [LSF options] with LSF parameters for the resource requirements of the job. Please find a documentation about the parameters of bsub on the wiki page about the batch system.