Skip to content

Files

Latest commit

 

History

History

triangle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

environment:

\
|  gluegen-rt.jar
|  jogl-all.jar
|  Hello.java
|
+-natives
    +-windows-amd64
        gluegen-rt.dll
        jogl_desktop.dll
        nativewindow_awt.dll
        nativewindow_win32.dll

compile:

javac -cp gluegen-rt.jar;jogl-all.jar;. Hello.java

run:

java -cp gluegen-rt.jar;jogl-all.jar;. Hello

Result:

+------------------------------------------+
|Hello, World!                    [_][~][X]|
+------------------------------------------+
|                                          |
|                   / \                    |
|                 /     \                  |
|               /         \                |
|             /             \              |
|           /                 \            |
|         /                     \          |
|       /                         \        |
|     /                             \      |
|    - - - - - - - - - - - - - - - - -     |
+------------------------------------------+