B4J Question For Non-UI application how to get paramcount and paramstring ?

basicall

Member
Licensed User
Longtime User
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
 
Top