> Hey!
>
> I have some extern variables written in C-language,
> can i get them into a java-file using java? How to
> do this otherwise?
No.
>
> Can i use Native interface java? Or is that only the
> opposite way?
If you wrap that C in C++ and compile it into a .dll or .so you can use JNI.
%