0

I have downloaded the latest (free) FDT and when I try to create new Haxe project I am asked to specify the Haxe SDK installation path but this is nowhere to find.

enter image description here

It is not in the FDT5 content folder as this post suggests, there is simply no HAXE folder inside FDT.

I am not sure if the SDK is FDT specific so I have also installed the OSX Haxe installer but again there is no path or anything.

enter image description here

Community
  • 1
  • 1
daniel.sedlacek
  • 8,129
  • 9
  • 46
  • 77

3 Answers3

0

Maybe you should just point it to the place where you installed haxe? (And this place is not in FDT plugins folder, since haxe isn't FDT plugin.)

stroncium
  • 1,430
  • 9
  • 8
  • the problem was that haxe was installed under usr/ folder that is by default hidden on Mac and can not be located by browsing the disk and command line has zero discoverability and unnecessary learning curve. – daniel.sedlacek Aug 14 '14 at 16:16
0

On OSX you should probably simply use /usr/lib/haxe in your Haxe SDK path field

the_yellow_logo
  • 675
  • 5
  • 13
0

the problem was that haxe was installed under usr/ folder that is by default hidden on Mac and can not be located by browsing the disk and command line has zero discoverability and unnecessary learning curve.

daniel.sedlacek
  • 8,129
  • 9
  • 46
  • 77