Hi all,

I suddenly started to get the following when trying to compile files.

[johnr@medoc ~]$ java -green -version
Warning: JIT compiler "sunwjit" not found. Will use interpreter.
java version "1.2"
Classic VM (build Linux_JDK_1.2_pre-release-v2, green threads, nojit)
[johnr@medoc ~]$ cd /usr/src/ApacheJServ-1.0/example/
[johnr@medoc example]$ javac -green MRTG_Interface_Cfg.java
Warning: JIT compiler "sunwjit" not found. Will use interpreter.
MRTG_Interface_Cfg.java:32: No variable out defined in class System.
      System.out.println("hello");
            ^

Note, that class files that I had compiled error are running ok on the
command-line.

Any ideas ?

John


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to