I would like to see an example.
--- Marcel Ruff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a little HelloWorldAwt.C sample, which
> crashes on Linux when
> compiled and linked as C++ code (using g++).
> HelloWorldAwt.C invokes via JNI a litle Java popup.
>
> When disabling the JIT it works f
Hi,
I have a little HelloWorldAwt.C sample, which crashes on Linux when
compiled and linked as C++ code (using g++).
HelloWorldAwt.C invokes via JNI a litle Java popup.
When disabling the JIT it works fine.
But:
---
Compiled and linked as C (using cc) it runs fine (with or without JIT)
The p