【 使用环境 】测试环境
【 obdumper 】
【 dumper-4.3.4 】
【问题描述】
我的服务器是arm64位架构,安装的统信uos V20 1060a版本,系统已经配置了Oracle jdk1.8.0_333(不是open jdk),安装了oceanbase的数据库导出工具ob-loader-dumper-4.3.4-RELEASE,在执行导出命令后,
系统老是提示如下:
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined (Oracle JDK 1.8.0_3xx) At least one of these environment variable is needed to run this program
java -version
java version “1.8.0_333”
Java™ SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot™ 64-Bit Server VM (build 25.333-b02, mixed mode)
./obdumper -version
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined (Oracle JDK 1.8.0_3xx+)
At least one of these environment variable is needed to run this program
./obdumper -version
Error: VM option ‘UseG1GC’ is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
还是报同样的提示:
Error: VM option ‘UseG1GC’ is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.