hi
  i'm not asking a question here. it's just something i'm interested in and 
some of you may be. if you know this information plz ignore it. it's about 
sending a java job to condor through gram with the "class" file not with 
"java.exe" file.
  if you compiled a java file named a.java to a.class. write the rsl file as 
follows:-
  <executable>a.class</executable>
  a.class is the compiled class file, previous attempts were to use the 
"java.exe" file instead, but this may result in sending the "java.exe" to 
condor machine that has no idea about java
  <argument>a</argument>
  a is the name of the main class in the class file
  <argument>first argument to the class file</argument>
  <extensions>
  <condorsubmit name="universe">java</condorsubmit>
  to specifiy that java universe is going to be used in executing job
  <condorsubmit name="jar_files">xx.jar</condorsubmit>
  used instead of -classpath where xx.jar contains required files for a.class
  </extensions>
  by the way, i had to write the extensions tags as shown to be interpreted.
  i hope this be useful

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

Reply via email to