[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] a question about Java application arguments setting



Hi Yuhong,
pass input file name to print.class as an argument.

> Executable = print.class
> Universe = Java
> input = print.in
> output = print.out
> error = print.error
> Log = print.log
> Arguments = print $(input)

Michal


----- Original Message ----- 
> Dear Condor-users,
>
> I am new to Condor. I am writing a condor submit file
> as follows:
>
> Executable = print.class
> Universe = Java
> Arguments = print
> input = print.in
> output = print.out
> error = print.error
> Log = print.log
>
> Queue
>
> how to get the input  file name in print.java, currently I hard-coded the
> input file name in print.java. I want to reuse the
> print.class for multiple job with diffent input file
> name.
>
> Your suggestion and valued time are highly
> appreciated,
>
> Best regards,
> sincerely
> yuhong


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>