[INFO] Registering runner on: https://api.backendless.com with secretKey: 12033C
DB-C4D1-AE2E-FF4A-1ED97CFD7200
[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
This error occurs if coderunner cannot find compiled classes in required folder. By default this folder is called /classes.
Make sure that you’ve compiled your project and compiled code is in this folder. Also you can change the target directory in runner.properties file. This parameter is called “location.classes”
best regards,
Alex
Make sure the JDK’s bin directory is added to the system path before you run CodeRunner. (you should be able to run jar.exe from the command prompt window).