error JVM INSTR ret 12
hi,
in my code i am using :
JVM INSTR ret 12;
and during the compilation i am getting the error
SshConnector.java:174: ';' expected
JVM INSTR ret 12;
^
SshConnector.java:174: not a statement
JVM INSTR ret 12;
^
SshConnector.java:174: ';' expected
JVM INSTR ret 12;
can anybody help me what this problem is and how to resolve.
Thanks in advance

