parent
a2803b74f4
commit
85d809d1f4
@ -1,9 +1,8 @@
|
||||
import sys
|
||||
try:
|
||||
import jni
|
||||
System = jni.cls("java/lang/System")
|
||||
except:
|
||||
print("SKIP")
|
||||
sys.exit()
|
||||
raise SystemExit
|
||||
|
||||
System.out.println("Hello, Java!")
|
||||
|
@ -1,5 +1,5 @@
|
||||
StopIteration
|
||||
Traceback (most recent call last):
|
||||
File , line 23, in test
|
||||
File , line 22, in test
|
||||
StopIteration:
|
||||
|
||||
|