-
kotlin 代码如下:
```
class Test {
var name = 1
fun testPrint(){
println("调用 Kotlin 方法")
}
}
val globals = JsePlatform.standardGlobals()
globals.set("Test", CoerceJavaT…
-
Hello. I have the following issue while running the example from latest release
Far Manager, version 3.0.5888.0 x64 …
-
Hello gudzpoz, long time no see.
I want to compile a Luajit for myself because I need to modify sources of Luajit to add some features like continue keyword, switch and case, etc.
So these days I …
-
Move from proxying to sniffing is optional here.
When encryption is requested, we may still listen to packet talk,
but not interfere with communication happening after that.
We may breach encryp…
-
When trying to run the [Hello World](https://gudzpoz.github.io/luajava/examples/hello-world.html) example on a modular Java project, I'm encountering the following error:
`The package party.iroiro.…
-
- `newInstance(className, ...)`: `java.import(className)(...)`
- `bindClass(className)`: `java.import(className)`
- `new(javaClass)`: `java.new(javaClass)`
- `createProxy(interfaceNames, luaObject)…
-
We are getting NativeLinkErrors when calling Lua54 from our Jenkins build server and can't pinpoint the cause.
- local windwos builds work
- arm android builds work
- linux jenkins doesn't work
…
-
In the orgin luajava, there is a class `LuaFunction`, and I can call it by its method `_call`.
But I did't find this in your luajava. Maybe I missed, could you please tell me how to do? Thanks!
An…
-
This is the full log of the console:
```
>>> local ActionListener= java.import("java.awt.event.ActionListener")
>>> java.proxy(ActionListener, { windowClosing = function (this, ev) end } )
Excepti…
-
Could you please make a LuaJIT example with Android Studio?
And when I ran the examples, I got an expection:
```
C:\Users\Administrator>java -jar D:\Downloads\Misc\example-all.jar
Lua Version:…