Hi!
I am trying to programme some java native interface but I'm still in the
process of research.
I've seen examples such as this one
but I don't understand the third and fourth line of the code of the above
example:
static {
System.loadLibr ary("Hello"); }
I understand it is calling the library ... what I don't get is the structure
static { }.
I'd be grateful if you could explain what this structure is ...
Thank you
Maria
I am trying to programme some java native interface but I'm still in the
process of research.
I've seen examples such as this one
but I don't understand the third and fourth line of the code of the above
example:
static {
System.loadLibr ary("Hello"); }
I understand it is calling the library ... what I don't get is the structure
static { }.
I'd be grateful if you could explain what this structure is ...
Thank you
Maria
Comment