I want to run a Lua script from Java GUI. Can I develop it in a Java IDE. What I want to achieve:
- I will have a button in Java that will run a Lua script.
- Then the Lua script will run and return something that I can capture in my Java code and show it in the GUI of java.