B basicall Member Licensed User Longtime User Feb 1, 2016 #1 Hi. For example, I build my b4j application with name test.jar, and I run it with two parameters: java -jar test.jar parameter1 parameter2 In test.b4j project how could we get the following information ? 1, parameter counts 2, parameter string
Hi. For example, I build my b4j application with name test.jar, and I run it with two parameters: java -jar test.jar parameter1 parameter2 In test.b4j project how could we get the following information ? 1, parameter counts 2, parameter string
B basicall Member Licensed User Longtime User Feb 1, 2016 #2 Sorry for the silly question. All could be got easily from Args(). Upvote 0