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

[433 byte] By [lokesh_madana] at [2007-11-27 10:45:10]
# 1

? What language is that?

This might help:

http://java.sun.com/docs/books/tutorial/java/index.html

BigDaddyLoveHandlesa at 2007-7-28 20:11:26 > top of Java-index,Java Essentials,Java Programming...
# 2

> can anybody help me what this problem is

The problem is that the code you wrote is not java.

> and how to resolve.

Do one of the following

1. Write java

2. Get a compiler/interpreter that takes the code that you are writing and compiles/interprets it.

jschella at 2007-7-28 20:11:26 > top of Java-index,Java Essentials,Java Programming...