Lua and JAVA interaction

Question: how do I execute a Lua script in a java web application?

It is necessary to execute various lua scripts from the web interface in java by pressing the buttons, I just don't even know where to look and where to look, and I need to complete the task, I am grateful in advance.

Author: Chubatiy, 2016-11-16

1 answers

I recommend looking towards The Java Scripting API. You can use it to work with Groovy scripts and even with JavaScript. If there is a solution for LUA, then it must be explicitly written using it.

 2
Author: Victor Khovanskiy, 2016-11-16 09:32:47