Hello,
I am trying to run a Java program using birdbath. The job is running but I do not see any log or output that I am expecting.
I am using the following code:
File[] files = { new File("C:\\Users\\HelloWorld.class") };
ClassAdStructAttr[] extraAttributes = {
new ClassAdStructAttr("Out", ClassAdAttrType.value3,"bb1.out"), new ClassAdStructAttr("err",ClassAdAttrType.value3,"err1.txt"), };
|