To run the Veracode Java or C# API wrapper from the command line:
- Open a command prompt.
- Navigate to the directory where you downloaded the wrapper.
-
Enter one of these commands to run the API wrapper:
- Java wrapper
- java -jar VeracodeJavaAPI.jar
- C# wrapper
- VeracodeC#API.exe
You can add | more or | less to the end of the command to enable scrolling through the output, depending on which commands are available in your environment. The returned text shows the supported calls, parameters, and the wrapper version.To only return the wrapper version, include the -wrapperversion parameter.