diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index a0c27ff..8fe51c0 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -984,11 +984,11 @@ C APIs have corresponding Java classes emitted. <dt><strong><a name="GlueGenRuntimePackage">GlueGenRuntimePackage</a></strong> -<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.sun.gluegen.runtime]</code> <br> +<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.jogamp.gluegen.runtime]</code> <br> (optional) Changes the package in which the generated glue code expects to find its run-time helper classes (like BufferFactory, CPU, -StructAccessor). Defaults to <CODE>com.sun.gluegen.runtime</CODE> (no +StructAccessor). Defaults to <CODE>com.jogamp.gluegen.runtime</CODE> (no quotes). This is useful if you want to bundle the runtime classes in your application without the possibility of interfering with other versions elsewhere in the system. |