Deploy error: "no code, which can be deployed to Backendless"

Hello, I’m trying to deploy the server code from my pc (Windows) and I followed all the instructions here. I created the EventHandler from the Backendless platform, downloaded the code, opened it on IntelliJ, modified the function of the EventHandler and, using the prompt tried to deployed the code. However once I run the deployment I get:



...
[INFO] Runner successfully registered
[INFO] Parsing event model...
[INFO] Build successfully: 0 handlers, 0 timers
[ERROR] There is no code, which can be deployed to Backendless.
[INFO] Debugging Utility disconnected successfully
[INFO] Thank you for using Backendless

and the function that I changed in the EventHandler does not appear on the online platform.

What am I missing?

Thank you very much,

Gabriele

Hi Gabriel,

You need to compile the code first (build the project), so that the new .class files appear.

Yes, I missed it. Thank you very much!