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_
Начинающий
739Просмотр.

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
Сотрудник
739Просмотр.

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.

Просмотреть решение в исходном сообщении

2 Ответы
PaulF_IntelCorp
Сотрудник
740Просмотр.

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.

Imayavaramban_R_
Начинающий
739Просмотр.

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

Ответить