summaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-19 02:20:53 +0100
committerSven Gothel <[email protected]>2013-01-19 02:20:53 +0100
commit8daaa9d64a2a856a2364296255a912ab638f314e (patch)
tree6089e9d66ce9909a1ff469819667650c8271c0b2 /src/demos
parent7c736a0042550aca218b24bde2d1fc5ab845efc8 (diff)
RawGL2ES2demo: Fixed launch in document due to package demos.es2;'
Diffstat (limited to 'src/demos')
-rw-r--r--src/demos/es2/RawGL2ES2demo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es2/RawGL2ES2demo.java b/src/demos/es2/RawGL2ES2demo.java
index c16423a..71ebd08 100644
--- a/src/demos/es2/RawGL2ES2demo.java
+++ b/src/demos/es2/RawGL2ES2demo.java
@@ -63,7 +63,7 @@ import java.nio.FloatBuffer;
cd jogamp-all-platforms
wget https://raw.github.com/xranby/jogl-demos/master/src/demos/es2/RawGL2ES2demo.java
javac -cp jar/jogl-all.jar:jar/gluegen-rt.jar RawGL2ES2demo.java
- java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:. RawGL2ES2demo
+ java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:. demos.es2.RawGL2ES2demo
* </p>
*
*