Hi i am using JPype The following is the code i am trying to use
from jpype import * startJVM("C:\Program Files\Java\jdk1.6.0_14\jre\bin\client\jvm.dll","-ea") java.lang.System.out.println("hai") shutdownJVM()
It is giving error in the execution of the println statement
java.lang.System.out.println("hai") File "", line 1 java.lang.System.out.println("hai") ^ SyntaxError: invalid syntax
Can any body help me please ?? thanks in advance.