Hello all,
I amnot there in my program, but it will come soon. My game runtime has to
support extensions objects. In the C++ runtime under Windows, these
extension objects are DLL that we load at the beginning of the game.
How can I do that in Java? Is there some kind of extension system similar to
the DLL? Where can I find info on this?
Thanks in advance, Francois
bruno.meneguello@gmail.com - 18 May 2007 22:04 GMT
> Hello all,
>
[quoted text clipped - 6 lines]
>
> Thanks in advance, Francois
Hi,
There is a simillar approach in java using the URLClassLoader look at
the documentation.
Bye