This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: XDCTOOLS_JAVA_HOME



Tool/software: Code Composer Studio

Hello,

I have Ubuntu 18.04.4 and Code Composer Studio 10.1.1.

Builds the project hello_CC1352R1_LAUNCHXL_tortos_gcc, I want to do this using terminal.

I've tried to set 'XDCTOOLS_JAVA_HOME' variable  (ln -s /usr/lib/jvm/java-11-openjdk-amd64 XDCTOOLS_JAVA_HOME), variable but I still have an error as follows: 

"can't find a JVM; try setting the environment variable 'XDCTOOLS_JAVA_HOME' to the absolute path of any directory containing a 64-bit Java Runtime Environment (1.8.0 or greater); e.g., '/usr/lib/jvm/java-8-openjdk-amd64'

My java "openjdk version "11.0.9.1" 2020-11-04 OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.18.04) OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.18.04, mixed mode, sharing) "

What can I do ?