Quote:
Originally Posted by yokos
Q: Ok, how did the refreshment of screen work with any "not prepared for iLiad" jar?
|
Basically it won't

I just used it with my own prepared-for-iLiad jars...
In the best case, when you've got the source, you can insert the refresh calls (irex.jar api) at the correct places.
Otherwise you can try using the hacked X11 libraries. That would be inserting something like:
Code:
os.environ['LD_LIBRARY_PATH']='/path/to/hacked/libX11.so:' + os.environ['LD_LIBRARY_PATH']
into startjar.py. But I'm not sure if that will work. See also the threads about that hacked lib.