Your premium content subscription is a single payment that gives you:
One of hundreds of answers available with our premium content service.
A: The number of arguments that may be passed to a Java program will vary from one interpreter to another and will also be affected by the operating system's command interpreter. In a simple test, 169 arguments were passed to the Sun Java interpreter via a Windows batch script before it reported "The input line is too long". If your program requires a great number of input parameters, it would be better to pass a reference to a Java properties file on the command line and extract the input from that, as below.
… full answer hidden
Premium members click below for full answer
How many arguments can be passed on the command line?