Where can I edit my java action code?

0
Hi Team, I’m expecting there to be an editor for Java Actions, similar to how we can edit JavaScript Actions or SCSS directly in Studio Pro. But I can’t seem to find it, am I going crazy? 😅 Cheers,  
asked
2 answers
2

I used to edit JavaActions with Eclipse, but it seems that it is possible to do this with VSCode (I haven't tried it personally yet).

 

Mendix Custom Java Action: A Step-by-Step Guide

 

Using Eclipse

answered
1

Personally, I edit Java Actions using VS Code as I don't usually need all the features of Eclipse. 

 

You can find the actions in your application's JavaSource folder. I edit in VS Code, save, then rerun the app in Studio Pro. This will recompile the Java Actions.

 

 

answered