Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
package excel;
public class Talend {
public static void main(String[] args) {
Talend t = new Talend();
t.test();
}
public void test() {
String[] args = { "--context_param filePath=d:/text.txt" };
test2.test3_0_1.test3.main(args);
}
}