Petter Reinholdtsen wrote:
>
> I am trying to visualize how Japhar is separated into modules and
> beleave this is a good sketch. Any comments, Chris?
>
> +-------------+---------------+
> | JNI Program | Java program |
> +-----------+-+---------------+
> | Java | Native methods |
> | Native | and Java base |
> | Interface | classes |
> | +------+ |
> | | |
> | +---------------+--+ |
> | | Runtime library | |
> +--+------------------+----+ |
> | Arch and compat library | |
> +--------------------------+--+
> | OS dependent stuff |
> +-----------------------------+
>
> Do you think this gives a correct image of the connections between the
> different modules? Do you have a better idea?
No, I think that's correct. It does point out the fact the JNI is
insufficient, though :)
Chris