From: Jiba <a1...@So...> - 2001-04-07 15:29:53
|
Sven Goethel wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Regarding new product development, > Version 2.7.0 supports some new features > and simplifications: > - usage of only one native library > - one for each jvm: 1.1, 1.2, >=1.3 > > - complete dynamic managment of gl/glu libraries > - you can specify the gl/glu lib by > passing arguments, or just by setting up > environment variables .. > > - debugged x11 fall back mechanism > > - modularised opengl/glu, glx and wgl tools > - dispatching dynamic gl/glu library linkage > - handling of OS depended glx, wgl, .. > - tested within gl4java and xmame.xgl > > please test I've tried it with Arkanae : - Under Linux it's OK, - Under windows, there is still the same problem : the GL4JavaJauGljJNI13 lib refuse to load, because another lib is missing... I wonder if the problem may come from JAWT : under window, i've tried to load (with System.loadLibrary()) the following lib : GL4JavaJauGljJNI13 => crash (another lib is missing) GL4JavaJauGljJNI, GL4JavaJauGljJNI12 => OK jawt => crash (another lib is missing) other lib in .\jdk1.3\jre\lib (java, hpi, ...) => OK jawt.DLL exists in the right dir and is found by java, but a lib that jawt require cannot be found... What is exactly JAWT ? If I remember, it doesn't exist in JDK 1.1 or 1.2 => this can explain why GL4JavaJauGljJNI and GL4JavaJauGljJNI12 can be loaded (i suppose those lib are for the corresponding JDK ?). > well, you may want to test xmame.xgl > (http://www.jausoft.com/glmame.html) also, .. just a sec ;-) > > cheers, sven > - -- > mailto:sgo...@ja... > www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ > voice : +49-521-2399440; fax: +49-521-2399442; icq-uin: 108264795 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.4 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE6zdCBHdOA30NoFAARAmyUAJ9nKJW8lAgnZncKFqR1p7nTqgfT0QCfVjvb > 8DW2kmWjyz9H/sYGhx88qk8= > =VRPr > -----END PGP SIGNATURE----- > > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > http://lists.sourceforge.net/lists/listinfo/gl4java-usergroup A11W |