From d04ee580f3dbc4f9c6c7cd4ba2ab7cec5b38a452 Mon Sep 17 00:00:00 2001 From: Xerxes RÄnby Date: Thu, 26 Nov 2015 12:19:07 +0100 Subject: Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/** --- doc/manual/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/manual/index.html') diff --git a/doc/manual/index.html b/doc/manual/index.html index d89f626..15f1482 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -363,7 +363,7 @@
-
CharScanner; panic: ClassNotFoundException: com.sun.gluegen.cgram.CToken
+
CharScanner; panic: ClassNotFoundException: com.jogamp.gluegen.cgram.CToken
This occurs because ANTLR was dropped into the Extensions directory of the JRE/JDK. On Windows and Linux, delete any ANTLR jars from jre/lib/ext, and on Mac OS X, delete them from @@ -397,9 +397,9 @@ emitterClassName as the fully-qualified name of the emitter class which will be used by GlueGen to generate the glue code. The emitter class must implement the - com.sun.gluegen.GlueEmitter interface. If this + com.jogamp.gluegen.GlueEmitter interface. If this option is not specified, a - com.sun.gluegen.JavaEmitter will be used by default. + com.jogamp.gluegen.JavaEmitter will be used by default.
  • -CcfgFile adds cfgFile to the list of configuration files used to set up the chosen emitter. This is @@ -435,7 +435,7 @@
     <taskdef name="gluegen"
    -    classname="com.sun.gluegen.ant.GlueGenTask"
    +    classname="com.jogamp.gluegen.ant.GlueGenTask"
         classpathref="gluegen.classpath" />
                         
    @@ -445,7 +445,7 @@ <gluegen src="[header to parse]" config="[configuration file]" includeRefid="[dirset for include path]" - emitter="com.sun.gluegen.JavaEmitter"> + emitter="com.jogamp.gluegen.JavaEmitter"> <classpath refid="gluegen.classpath" /> </gluegen> @@ -1679,8 +1679,8 @@

    -    java -cp gluegen.jar:antlr.jar com.sun.gluegen.GlueGen \
    -        -I. -Ecom.sun.gluegen.JavaEmitter -Cfunction.cfg function.h
    +    java -cp gluegen.jar:antlr.jar com.jogamp.gluegen.GlueGen \
    +        -I. -Ecom.jogamp.gluegen.JavaEmitter -Cfunction.cfg function.h
                         

    The resulting Java and native code needs to be compiled, and the -- cgit v1.2.3