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.
Tool/software: Code Composer Studio
Hi,
I'm trying to install CCS7 but I'm getting error message says "Installer failed to install JRE correctly".
I tried to use the offline installer but I'm getting the same error!
Thanks in advance
You may be running into a known issue with the CCS installer when there are spaces in the Windows temporary folder name. During the install we extract files into your temp directory. However this will fail if the temporary directory has spaces in the name.
There are a couple ways to work around this issue. The easiest way is to tell the installer to use a different folder that does not have spaces in the name for the temporary folder. You can do this by running the installer with a --temp option, for example,
ccs_setup_7.2.0.00013.exe --temp C:\ccsinstalltemp
Let us know if this helps.