On May 29, 2012, at 12:56 PM, john alexander sanabria ordonez wrote: I'm trying to run a Java class which is found in a .jar file. I don't have access to the .class file thus the following .condor definition fails For java universe, in your submit file, the executable is the name of the jar or class file. The name of the main class should be the first argument. So the first three lines of your submit file should look like this (assuming NGSTools2.jar contains net.sf.ngstools.main.SAMPairing): Universe = java Executable = NGSTools2.jar Arguments = net.sf.ngstools.main.SAMPairing -M 2000 -d 5 ID47_TGACCA_L008_007_bowtie2.sam The Condor manual has more details: Thanks and regards, Jaime Frey UW-Madison Condor Team
|