Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

OpenJDKとBlancco製品の互換性に関する情報は「OpenJDKのBlancco製品との互換性」をご確認ください。

同じサーバにBlancco Management ConsoleとDrive Eraser Configuration Toolをインストールする場合にはOpenJDKのバージョンは8でなければなりません。

Uninstalling existing (Oracle) Java

既存のOracle Javaをアンインストール

  1. Stop Blancco Management Console service
  2. Uninstall any existing Java version(s) from the machine
  3. Restart the machine
  4. Check that Java was successfully uninstalled
    1. Open Command Prompt
    2. Type java -version to check the currently installed version of Java. If no Java is installed you should see below error message
      Image Removed

Installing OpenJDK

  1. Consoleサービスを停止
  2. インストールされているJavaを全部アンインストール
  3. コンピュータを再起動
  4. 念のためJavaがアンインストールされたことを確認
    1. コマンドプロンプトを起動
    2. コマンド「java -version」を実行。アンインストールされていれば次のように表示されます。
      Image Added

OpenJDKをインストール

  1. OpenJDKをダウンロードするため Download the OpenJDK from https://jdk.java.net/を開く
  2. 「Windows/x64」のzipを選んでダウンロードSelect "Windows/x64" to download the zip file
  3. Extract the zip file to a location where you want to install the OpenJDK (in this example OpenJDKのzipファイルを展開してインストールしたいフォルダに設置 (この例では C:\Program Files\Java\jdk-11 .0.1). Note that on your installation the version number of OpenJDK (in the name of the directory) may vary and you need to use the details specific to your installation.
    Image Removed

Creating "JAVA_HOME" System Variable

  1. とします)。なおダウンロードした時のOpenJDKのバージョンによってフォルダ名は変わるため、適宜読み替えが必要になります。

システム環境変数「JAVA_HOME」を定義

  1. 「コントロールパネル > システムとセキュリティ > システム」を開く
  2. 左側のパネルから「システムの詳細設定」を開く
  3. 「詳細設定」タブ内の「環境変数」を開く
    Image Added
  4. 「システム環境変数」配下の「新規」をクリック
    Image Added
  5. 環境変数名は「JAVA_HOME」、変数値はOpenJDKフォルダのパスを指定します。この例では「C
  6. Navigate to Control Panel > System and Security > System
  7. Select "Advanced System Settings" from the left panel
  8. Open Environment Variables by going to "Advanced"-tab and then click "Environment Variables"
    Image Removed
  9. Under the "System Variables select "New"
    Image Removed
  10. Name the new variable as "JAVA_HOME" (without quotation marks). Variable value should point to the directory where the OpenJDK zip file was extracted (in this example C:\Program Files\Java\jdk-11.0.1\)
    Image Removed

Updating the "Path" system variable

  1. 11」になります。
    Image Added

環境変数「Path」を更新

  1. 「環境変数」> 「システム環境変数」の中から「Path」変数を探す
  2. Path変数を選択してから「編集」をクリック
    Image Added
  3. Path変数にOpenJDKのbinフォルダを追加
    1. この例では「C
  4. Under the "Environment Variables" > "System variables" look for existing variable named as "Path"
  5. Select it and click "Edit..."
    Image Removed
  6. Add the location of the bin folder of the OpenJDK installation to the PATH variable.
    1. For example if OpenJDK was extracted to C:\Program Files\Java\jdk-11.0.1, the path entry would be C11」にOpenJDKをインストールしたのでPath変数には「C:\Program Files\Java\jdk-11.0.1\binbin」を新規追加します。
    Image Removed
  7. Click "OK" to save the changes.

Verifying the installation

After creating/updating the corresponding system variables, restart the machine and check that OpenJDK is recognized by the machine.

  1. Image Added
  2. 「OK」をクリックして保存。

インストールの確認

システム変数の設定後、コンピュータを再起動してから確認を行います。

  1. コマンドプロンプトを起動し、コマンド「java -version」を実行。
    Image Added
  2. 手順に問題がなければOpenJDKが検出され、OpenJDKのバージョン番号が表示されます。
    1. エラーが表示されてしまった場合はシステム変数の設定を今一度見直してください。
  3. Open command prompt and run "java -version"
    Image Removed
  4. You should see it pointing to the OpenJDK and also see the version information of the OpenJDK
    1. In case of any error messages, double check that the system variables have been set correctly