c# - Get parameter list from compiled Java binary -


we have compiled java binary i.e. file.jar , jar takes command parameter such file1.jar command1 , in addition each command takes command parameters such file1.jar command1 -p1=value -p2=value

we want list of parameters each command , use in codebase.

is there way list of commands , parameters compiled java binary programmatically bit how reflection done in .net?

thanks in advance.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -