Holla,
Manuel Martin schrieb:
>
> Quiero usar ddd para depurar codigo java.Tengo instalada jdk1.2.2.Y cuando me
> dispongo a ejecutar una aplicacion en ddd me dice q no puede ejecutar la vm
> por el siguiente error:
>
> "Can't load "libjdwp.so", because libjdwp.so: cannot open shared object fil
Hello List,
i am writing a rendering software based on
OpenGL and now i'm trying to do the GUI
components with Java. The rendering software
is written in C.
I started to create just a simple Canvas3D,
then i do some native C calls which render
into the current OpenGL context created
by Java).