VISHAL BHASIN wrote:
> 
> hi there
> i have a query.i will be thankful if answered.
> 
>        i was working on java 1.1 on linux since last
>   few months.
>        i downloaded jdk1.2 v1,from sun's site.
>        i work on redhat linux 5.2.
>        followed all documentation instructions
>          -set PATH.
>          -set LD_PRELOAD.
>       now even if i run the sample programs provided
>       in kit it shows the error(the file is attached)
>       there is no problem in compilation as such.
>       please let me know what to do.
>       thanking you.
>                                     vishal.
> 
>   ------------------------------------------------------------------------
>           Name: err
>    err    Type: Plain Text (TEXT/PLAIN)
>       Encoding: BASE64

Try turning off the JIT compiler using java -Djava.compiler=none ...

This worked for me with Redhat 5.1 kernal 2.2 p133 (overclocked to 150)
32Mb.

The JIT compiler seems to crash with any awt code (but seems OK with
none awt stuff).

You might also try java -green ... - the JIT may work with green threads
- I haven't tried this yet.

Good Luck
Stuart.


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

Reply via email to