I've been searching for this for hours now: I have a lua script with variables I'd like to add to a java program. Is there an other way than using luajava (which I tried to set up with no luck), or something like write to a text file than read from it with java?
What I want, is: run a lua thread and a java thread and read data from the lua thread and use it in the java thread.