When attempting to run the S3-sample.bat file (using a Windows EC2 instance), the following error occurs:
The input line is too long. The syntax of the command is incorrect.
I know which line of code it's failing on, but I don't know how to fix it.
It has to do with the "set CLASSPATH=" variable assignment, the string specified is 8,429 characters long. Is there a way to get this command to work on a Windows EC2 machine?
When attempting to run the S3-sample.bat file (using a Windows EC2 instance), the following error occurs:
The input line is too long. The syntax of the command is incorrect.
I know which line of code it's failing on, but I don't know how to fix it.
It has to do with the "set CLASSPATH=" variable assignment, the string specified is 8,429 characters long. Is there a way to get this command to work on a Windows EC2 machine?