Menu

#22 Luajavalib Classloader Behavior Not Modifiyable

v3.0-beta1
open
nobody
None
5
2013-10-09
2013-10-09
sylvanaar
No

I believe there may be a coding errror in Luajavalib.java

It appears to be designed so you can replace the classloader it uses with whatever you want by overriding classForName.

But when the library is bound to lua it uses Luajavalib.class to bind. It seems like this.getClass() would be better so it could be determined at runtime.

Thanks for your hard work.

Discussion


Log in to post a comment.