bonjour ,
j'essaye d'utiliser jogl avec eclipse donc j'importe les jar qu'il faut importer :
jogl-all.jar
jogl-all-natives-windows-amd64.jar
gluegen-rt.jar
et
gluegen-rt-natives-windows-amd64.jar
j'écris mon programme je n'ai aucun problème pour trouver les fonctions etc ...
et quand je veux lancer mon prog j'ai un message qui apparait en rouge :
-----------------------------------------------------------------------------------------------------
Platform: WINDOWS / Windows 7 6.1 (os), amd64 (arch), GENERIC_ABI, 8 cores
MachineDescription: runtimeValidated true, littleEndian true, 32Bit false, primitive size / alignment:
int8 1 / 1, int16 2 / 2
int 4 / 4, long 4 / 4
int32 4 / 4, int64 8 / 8
float 4 / 4, double 8 / 8, ldouble 16 / 16
pointer 8 / 8, page 4096
Platform: Java Version: 1.7.0_03, VM: Java HotSpot(TM) 64-Bit Server VM, Runtime: Java(TM) SE Runtime Environment
Platform: Java Vendor: Oracle Corporation, http://java.oracle.com/, is JavaSE: true, AWT enabled: true
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
Package: com.jogamp.common
Extension Name: com.jogamp.common
Specification Title: GlueGen Java Bindings Generator
Specification Vendor: JogAmp Community
Specification Version: 2.0
Implementation Title: GlueGen Run-Time
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL: http://jogamp.org/
Implementation Version: 2.0-b601-20121016
Implementation Branch: master
Implementation Commit: 33ffe6769081401741813507ab01faa5ede80eae
-----------------------------------------------------------------------------------------------------
je ne sais pas ce que ça veut dire .... les lib que j'importe sont pour des pc 64bits le mien en est un donc je ne comprends pas pourquoi ça ne marche pas
Partager