First run, getting stuck in HaxeDevelop; says "application not found"

Am trying to compile the “Hello World” app. which just just puts up the stage, and i try to write some logging information to the console:

static function main() 
	{
		var stage = Lib.current.stage;
		stage.scaleMode = StageScaleMode.NO_SCALE;
		stage.align = StageAlign.TOP_LEFT;
		// Entry point
		trace("This is the voice");
					trace("the dog");

Running process: C:\Program Files (x86)\HaxeDevelop\Tools\fdbuild\fdbuild.exe “C:\dev\haxe\test1.hxproj” -ipc b41ebc84-b8c5-4334-9b75-d48faecc06d0 -version “4.0.5” -compiler “C:\HaxeToolkit\haxe” -library “C:\Program Files (x86)\HaxeDevelop\Library”
Building test1
haxe -debug -D fdb --each -cp src -swf C:/dev/haxe/bin/test1.swf -swf-header 800:600:30:FFFFFF -swf-version 12.0 -main Main
Build succeeded
Done(0)
Application not found

I don’t see what is wrong. I have flash player downloaded on this machine, but it sien’t running anything when i click TEST in the HaxeDevelop pulldown menu. Have i not installed a required. A free copy of my Discus label software (sold for $39) to whomever helps me first get going! It is something simple for sure.
[No debug Flash player connection request]