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/CC3200: xs: error: can't create session manager: can't find a JVM

Part Number: CC3200

Tool/software: Code Composer Studio

Hello,

I've done the installation CCS v6.2.0 on Win7 and I am testing my XDC installation by the use of command line.

Did I have to fulfil the installation JRE previously? But there is no any word about this both in XDC_Getting_Started_Guide and in XDC_Consume_User's_Guide_spruex4...

h

  • Hi Vlad,

    The XDCtools that is bundled with CCS does not include a JRE (to reduce install size since CCS already has it). You have two options
    1. Define XDCTOOLS_JAVA_HOME to point to a JRE (as the error message says). For example "C:\ti\ccs6_2_0\ccsv6\eclipse\jre"
    2. Delete that XDCtools you have and install the XDCtools with the JRE from here: software-dl.ti.com/.../

    I personally think option two is easier in the long-run.

    Todd
  • Thank you very much, Todd.

    Went on the second path. Slightly embarrassed that the archives do not contain installers.

    Vlad.