gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
141 stars 17 forks source link

Support iOS #90

Open gudzpoz opened 1 year ago

gudzpoz commented 1 year ago

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 welcome!

qq1053831109 commented 1 year ago

how can use java in ios?

gudzpoz commented 1 year ago

@qq1053831109 I think Google has the answer(s). Should Google fail you... there are just multiple ways to use Java in iOS, https://stackoverflow.com/questions/42192170/how-to-deploy-libgdx-game-to-ios for example.

orange451 commented 9 months ago

There is also this project which I have tested and does work on ios: https://github.com/digitalgust/miniJVM

dayo05 commented 3 months ago

Apple prohibits JIT powered application, not AOT powered one.

features might limited and may some performance issues occur but its able because iPhone is just a computer