Reputation: 1215
I would like to work with haxe on intellij but it seems that is not able to recognize the haxe sdk, when i try to create a new project, intellij ask me to point the project sdk and i don't really know what to do.
i tryed to point the sdk to the haxe folder but an error message appear saying: The selected directory is not a valid home for Haxe toolkit
Intellij IDEA version: 13.1
Anyone can help?
Thanks
Upvotes: 4
Views: 1569
Reputation: 437
The configuration needs the directory the haxe binary is installed to. If running which haxe
gives you /usr/bin/haxe
you should set /usr/bin
as the haxe toolkit directory.
Upvotes: 6
Reputation: 11
I don't really know where exactly it is in linux, under which /usr/bin folder but in Windows 8 in C:\ folder, you'll see a haxetoolkit folder and in it there will be the haxe folder, which is the one it asks for!
Upvotes: 1