- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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..!!!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page