Add Java action doesnt create the related Java file inside an actions folder

0
I am quite new with Mendix and custom Java actions. From what I understand from the documentation, when you add a Java action inside a module, the Desktop Modeler should create the java file with the basic skeleton for your code plus the parameters you chose to include in the java action configuration wizard.  Though this doesn’t seem to happen for me, nothing is created in the folder when I add a java action. Is it supposed to be that way, or it’s maybe some kind of bug? Any help would be much appreciated.
asked
2 answers
1

You need to run your model locally before the files are created. So try that first.

Regards,

Ronald

 

answered
0

Hi Manolis,

Are you checking the javasource folder of your Mendix project?
Because it should be created in a folder <project>/javasource/<module>/actions

Grt. Arjan 

answered