Configuring JVM Arguments in IntelliJ IDEA for Kinesis Video Stream
When working with Kinesis Video Stream, it's essential to set specific JVM arguments as instructed:
-Daws.accessKeyId={YourAwsAccessKey} -Daws.secretKey={YourAwsSecretKey} -Djava.library.path={NativeLibraryPath}
IntelliJ IDEA provides options for setting both VM options and program arguments.
VM Options
Program Arguments
Setting JVM Arguments in IntelliJ IDEA
Under VM Options, enter the desired system properties, each on a separate line.
-Daws.accessKeyId={YourAwsAccessKey} -Daws.secretKey={YourAwsSecretKey}
Under Program Arguments, enter any additional values that need to be passed to the program.
-Djava.library.path={NativeLibraryPath}
By following these steps, you can effectively set the necessary JVM arguments in IntelliJ IDEA for your Kinesis Video Stream project.
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3