This Question is Answered

2 "helpful" answers available (2 pts)
3 Replies Last post: Apr 21, 2012 12:00 AM by Oohazard Oohazard  
Oohazard Oohazard Newbie 3 posts since
Apr 19, 2012
Currently Being Moderated

Apr 19, 2012 4:44 PM

Haxe Plugin and NME support, error = No main class for module:

Hi

 

I have just uograded to version 0.4 of the haxe plugin which come with nmml file support (nme project file)

 

in module settings I say to use the nmml file

 

When I run nme on the command line my project run fine but when I ask IntelliJ to make the module it give me the following error :

No main class for module: <Name of My module>

 

I checked the nmml fiel and it contains <app path="target" file="Test" main="com.test.example.Test" />

 

where com.test.example.Test is the entry point of the app.

 

 

Does anybody know whether there an extra step to be done ?

 

Thanks

Fedor Korotkov Newbie 61 posts since
Feb 23, 2012
Currently Being Moderated
Apr 20, 2012 5:32 PM in response to: Oohazard Oohazard
Re: Haxe Plugin and NME support, error = No main class for module:

Try to specify path to haxelib executable(see screenshot).

Attachments:

More Like This

  • Retrieving data ...