Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个从实现 runbase 批处理的类调用的表单,因此我在表单上有一个批处理选项卡。
当我包含批处理作业时,它不使用当前的批处理参数,我错过了什么吗?
您错过了super(), 或 方法中getFromDialog的pack调用unpack。
super()
getFromDialog
pack
unpack
在 main 方法中写一行,如下所述
If(batchjobClassName.prompt()) { call your run method here }
希望能帮助到你。