This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package x98.batch; | |
import java.util.Properties; | |
import javax.batch.operations.JobOperator; | |
import javax.batch.runtime.BatchRuntime; | |
public class BatchRunner { | |
public static void main(String[] args) { |