- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I can't able to create New Project in Intel XDK 2611 . On Creating New Project , after giving the Project Name , it's showing this error . I tried a lot to solve this error but I can't find any solution for this . Please Help me to solve this error .
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
There's something wrong with your TEMP and/or TMP environment variables. It looks to me like a Java installation went bad. That Java directory at the end of the list is causing the problem. The TEMP and TMP variables are only allowed to contain a single path. You can fix this by opening a cmd.exe window and typing the following:
> setx TEMP "%LocalAppData%\Temp" > setx TMP "%LocalAppData%\Temp"
at the command prompt.
You'll have to exit and restart the XDK in order for it to see this change.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
There's something wrong with your TEMP and/or TMP environment variables. It looks to me like a Java installation went bad. That Java directory at the end of the list is causing the problem. The TEMP and TMP variables are only allowed to contain a single path. You can fix this by opening a cmd.exe window and typing the following:
> setx TEMP "%LocalAppData%\Temp" > setx TMP "%LocalAppData%\Temp"
at the command prompt.
You'll have to exit and restart the XDK in order for it to see this change.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
amazing...Thank You soo much for your reply Paul Sir...It's perfectly working...Thanks a lot for your valuable solution....Thank You soo much..!!!
