From: Sven G. <sgo...@ja...> - 2001-04-06 14:20:46
|
-----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 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----- |
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 |
From: Steven H. <hu...@fa...> - 2001-04-08 00:55:11
|
> > 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 ?). I think JAWT is java.awt.* native libraries moved to a DLL, so that they don't penalize programs that don't use AWT. This is a Good Thing, except that it breaks GL4Java... JAWT is not in the path in JDK 1.3, but it is in JRE 1.3. I copied JAWT.DLL to my jdk1.3/bin directory and crossed my fingers, it seemed to work. Make sure there are no old gl4java dll's in your path. |
From: Jiba <a1...@So...> - 2001-04-08 16:42:30
|
Steven Hugg wrote: > > > > > 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 ?). > > I think JAWT is java.awt.* native libraries moved to a DLL, so that they > don't penalize programs that don't use AWT. This is a Good Thing, > except that it breaks GL4Java... > > JAWT is not in the path in JDK 1.3, but it is in JRE 1.3. I copied > JAWT.DLL to my jdk1.3/bin directory and crossed my fingers, it seemed to > work. Make sure there are no old gl4java dll's in your path. You're true, JRE works well !!!!!! It must be a strange bug in the jDK ? Thanks a lot ! > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > http://lists.sourceforge.net/lists/listinfo/gl4java-usergroup A11W |
From: Sven G. <sgo...@ja...> - 2001-04-10 17:47:28
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 08 April 2001 18:40, Jiba wrote: > Steven Hugg wrote: > > > 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 ?). > > > > I think JAWT is java.awt.* native libraries moved to a DLL, so that they > > don't penalize programs that don't use AWT. This is a Good Thing, > > except that it breaks GL4Java... > > > > JAWT is not in the path in JDK 1.3, but it is in JRE 1.3. I copied > > JAWT.DLL to my jdk1.3/bin directory and crossed my fingers, it seemed to > > work. Make sure there are no old gl4java dll's in your path. > > You're true, JRE works well !!!!!! It must be a strange bug in the jDK ? > > Thanks a lot ! > Well, this information (and others regarding the new GL4Java), is described allready within: README-Version-2-5-2.txt cheers, sven > > A11W - -- 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 iD8DBQE600btHdOA30NoFAARArw8AJ91yf/bJr4J/ne0tm3q1xjenZUwgACdE3/h gEKi/dlOWVNPWHs2o4dkkYU= =y+Ud -----END PGP SIGNATURE----- |