在 IntelliJ IDEA 中为 Kinesis Video Stream 配置 JVM 参数
使用 Kinesis Video Stream 时,必须按照说明设置特定 JVM 参数:
-Daws.accessKeyId={YourAwsAccessKey} -Daws.secretKey={YourAwsSecretKey} -Djava.library.path={NativeLibraryPath}
IntelliJ IDEA 提供了用于设置 VM 选项和程序参数的选项。
VM 选项
程序参数
在 IntelliJ IDEA 中设置 JVM 参数
编辑配置。
-Daws.accessKeyId={YourAwsAccessKey} -Daws.secretKey={YourAwsSecretKey}
下,输入所需的系统属性,每个属性各占一行。
-Djava.library.path={NativeLibraryPath}
或
确定保存配置。通过执行以下步骤,您可以在 IntelliJ IDEA 中为您的 Kinesis Video Stream 项目有效设置必要的 JVM 参数。以上是如何在 IntelliJ IDEA 中配置 Kinesis Video Stream 的 JVM 参数?的详细内容。更多信息请关注PHP中文网其他相关文章!