How do i deploy custom business logic

Hi, this is a very noob question, but I have been reading docs and trying since days but I couldn’t do it myself. I am working on a MacBook, and i want to deploy some custom business logic to my application. I created an event handler on my console and downloaded the generated code. How do i test/deploy it and make it work? i tried opening the CodeRunner files in bin directory but they don’t open.

What language do you use for your business logic? Java or JavaScript?

Hi, I used Java.

You should not open files in bin directory, just run ‘./Deploy.sh’ via command line in that directory ([your_project]/bin).

Thanks! I understood it now!

You’re welcome!

Sorry, One more question, how do I build the code?

Just like any other java project, I don’t know what instruments you are using.

Thank you! I used Eclipse, compiled it and successfully deployed it.