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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -