Advertisement
Guest User

test.sh output

a guest
Mar 16th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.11 KB | None | 0 0
  1. /opt/java/bin/java
  2. java version "1.6.0_26"
  3. Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
  4. Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
  5. LIBXCB_ALLOW_SLOPPY_LOCK:
  6. LIBGL_DRIVERS_PATH:
  7. LIBGL_DEBUG:
  8. java
  9. CLASSPATH: jar/gluegen-rt.jar:jar/jogl.all.jar
  10.  
  11. -----------------------------------------------------------------------------------------------------
  12. Platform: LINUX / Linux 3.2.1-2-ARCH (os), amd64 (arch) 2 cores
  13. MachineDescription: runtimeValidated true, littleEndian true, 32Bit false, primitive size / alignment:
  14.   int8    1 / 1, int16   2 / 2
  15.   int     4 / 4, long    8 / 8
  16.   int32   4 / 4, int64   8 / 8
  17.   float   4 / 4, double  8 / 8, ldouble 16 / 16
  18.   pointer 8 / 8, page    4096
  19. Platform: Java Version: 1.6.0_26, VM: Java HotSpot(TM) 64-Bit Server VM, Runtime: Java(TM) SE Runtime Environment
  20. Platform: Java Vendor: Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true
  21. -----------------------------------------------------------------------------------------------------
  22. -----------------------------------------------------------------------------------------------------
  23. Package: com.jogamp.common
  24. Extension Name: com.jogamp.common
  25. Specification Title: GlueGen Java Bindings Generator
  26. Specification Vendor: JogAmp Community
  27. Specification Version: 2.0
  28. Implementation Title: GlueGen Run-Time
  29. Implementation Vendor: JogAmp Community
  30. Implementation Vendor ID: com.jogamp
  31. Implementation URL: http://jogamp.org/
  32. Implementation Version: 2.0-b510-20120225
  33. Implementation Branch: master
  34. Implementation Commit: 7cd012c823e831279d7cf8f1f427846d1aad6af3
  35. -----------------------------------------------------------------------------------------------------
  36. -----------------------------------------------------------------------------------------------------
  37. Package: javax.media.opengl
  38. Extension Name: javax.media.opengl
  39. Specification Title: Java Bindings for OpenGL API Specification
  40. Specification Vendor: JogAmp Community
  41. Specification Version: 2.0
  42. Implementation Title: Java Bindings for OpenGL Runtime Environment
  43. Implementation Vendor: JogAmp Community
  44. Implementation Vendor ID: com.jogamp
  45. Implementation URL: http://jogamp.org/
  46. Implementation Version: 2.0-b688-20120227
  47. Implementation Branch: master
  48. Implementation Commit: b7407c39c0d3785f2fc21782d31c439622f0d744
  49. -----------------------------------------------------------------------------------------------------
  50. Info: XInitThreads() called for concurrent Thread support
  51. Default Profiles    
  52.     Native
  53.         GL4bc   false
  54.         GL4 false
  55.         GL3bc   false
  56.         GL3 false
  57.         GL2 false
  58.         GL2ES1  false
  59.         GLES1   false
  60.         GL2ES2  false
  61.         GLES2   false
  62.     Profiles
  63.         default n/a
  64.  
  65.  
  66. Desktop Capabilities:
  67.     none
  68.  
  69. EGL Capabilities:
  70.     none
  71.  
  72.  
  73. Exception in thread "main" javax.media.opengl.GLException: Profile GL_DEFAULT is not available on X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x0], but: []
  74.     at javax.media.opengl.GLProfile.get(GLProfile.java:769)
  75.     at javax.media.opengl.GLProfile.getDefault(GLProfile.java:553)
  76.     at javax.media.opengl.GLProfile.getDefault(GLProfile.java:564)
  77.     at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:903)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement