Software Archive
Read-only legacy content
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 토론

Error in creating new Project

Imayavaramban_R_
초급자
749 조회수

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 .

0 포인트
1 솔루션
PaulF_IntelCorp
749 조회수

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.

원본 게시물의 솔루션 보기

0 포인트
2 응답
PaulF_IntelCorp
750 조회수

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.

0 포인트
Imayavaramban_R_
초급자
749 조회수

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..!!!

0 포인트
응답