luajava icon indicating copy to clipboard operation
luajava copied to clipboard

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.

Results 14 luajava issues
Sort by recently updated
recently updated
newest added

Hello! First of all, that's a great project and docs, thanks! And I have a question regarding sandboxing. Do you have any instructions/examples about running of untested Lua code with...

enhancement

Now that jnigen supports iOS, we might consider adding iOS support (and tests). (However, I don't have an iOS device at hand, so this will have to wait.) PRs are...

**Describe the bug** This might simply be user-error on my part, however, it appears that, upon creating an instance of `Lua54`, the luajava library attempts to use the com.badlogic.gdx.utils.SharedLibraryLoader to...

bug
pending

This PR simply adds `newTable()` method(with default invocation) to Lua interface. The `newTable` seems exists on native lua code and highly used on beginner-level code instead its equivalent: `createTable(0, 0)`....

**Is your feature request related to a problem? Please describe.** Now that jnigen adds Windows ARM64 support, it should be now possible to build for Windows ARM64. **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** Inspired by #168. The current API can be rather alien to users unfamiliar with Lua C API. Moreover, using stack-based...

enhancement

Bumps [lua54/jni/lua54](https://github.com/lua/lua) from `6443185` to `c31d677`. Commits c31d677 Details 108e0bd Merge branch 'master' into nextversion b34a97a Small optimization in 'luaH_psetint' 3e9dbe1 New function 'table.create' 4a8e480 New mechanism to query GC...

dependencies
submodules

Bumps [luajit/jni/luajit](https://github.com/LuaJIT/LuaJIT) from `e826d0c` to `0d313b2`. Commits 0d313b2 Merge branch 'master' into v2.1 defe61a Rework stack overflow handling. 9cc2e42 Merge branch 'master' into v2.1 9cdd5a9 Preserve keys with dynamic values...

dependencies
submodules

Bumps com.android.tools.build:gradle from 4.2.2 to 8.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=4.2.2&new-version=8.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java