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.

java.lang.NullPointerException when I import a project into a 32bit Windows 7 machine

Folks,

I always get that java exception when importing a project into a workspace, whether a new or old workspace. 

I have CCS 6.0.1, jdk-8u45-i586, and jre-above-8u45-i586 (not sure exactly which jre version, but its newer than 8u45)

Any java heap modifications I have to do for CCS? Or am I missing any software?

This does not happen on my Windows 7 64bits machines.

  • Hello,
    That message is a bit of a generic one... the root cause could be anything. When importing projects, a common cause of that issue is that the project is dependent on some components that is missing in the CCS environment that it is being imported to. An example is missing device support (A project was created for say created for MSP432 but MSP432 components were not selected when CCS was installed). Another one is that the device support needs to be updated. The key thing to check is the differences in the CCS environments between the one where the project was originally created and the one you are trying to import to.

    If you are willing to share your project with us, I can also take a look to see if there are any other potential issues.

    Thanks
    ki