Software Archive
Read-only legacy content
Announcements
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 Discussions

Error in creating new Project

Imayavaramban_R_
Beginner
745 Views

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 Kudos
1 Solution
PaulF_IntelCorp
Employee
745 Views

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.

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
746 Views

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 Kudos
Imayavaramban_R_
Beginner
745 Views

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 Kudos
Reply