Replies: 1 comment
-
Lua::setExternalLoader is intended for this and should be able to address your needs. There is also a built-in ExternalLoader implementation, ClassPathLoader, that loads Lua modules from Java classpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a luaj project, and a file that's being read by Lua#load(), however that lua file has a require on the top that requires another lua file in the same project directory, I cannot seem to access it from my luaj loaded lua file. Is there a way around this, im not sure how to approach it
Beta Was this translation helpful? Give feedback.
All reactions