On Jun 18, 2008, at 6:39 AM, Yaroslav Kavenchuk wrote: > Is it possible to use dynamic library (*.so *.dll) from bytecode? > If "yes" - how? You can. Probably the easiest way is to link the .so to the application that will be creating, loading and then running the bytecode. -eric