Skip to content
Advertisement

Tag: xorg

_XReply() terminates app with _XIOError()

We’re developing some complexed application which consists of linux binary integrated with java jni calls (from JVM created in linux binary) from our custom made .jar file. All gui work is implemented and done by java part. Each time some gui property has to be changed or gui has to be repainted, it is done by jni call to JVM.

Advertisement