Exemplo n.º 1
0
 def _run():
     _jpype.attachThreadToJVM()
     _jpype.startReferenceQueue(0)
Exemplo n.º 2
0
def startJava():
    _jpype.startReferenceQueue(1)
Exemplo n.º 3
0
    def _run():
        _jpype.attachThreadToJVM()
        _jpype.startReferenceQueue(0)

        threading.Thread(target=_run).start()
Exemplo n.º 4
0
    def _run():
        _jpype.attachThreadToJVM()
        _jpype.startReferenceQueue(0)

        threading.Thread(target=_run).start()
Exemplo n.º 5
0
    def _run() :
    	_jpype.attachThreadToJVM()
        _jpype.startReferenceQueue(0)
        
	thread.start_new_thread(_run, tuple())