diff --git a/Examples/java/variables/index.html b/Examples/java/variables/index.html index efb6f9d9b..5ffffa067 100644 --- a/Examples/java/variables/index.html +++ b/Examples/java/variables/index.html @@ -20,6 +20,8 @@ retrieves or updates the value of the underlying C variable when it is accessed. Click here to see a SWIG interface with some variable declarations in it. + +

Click here for the section on global variables in the SWIG and Java documentation.

Manipulating Variables from Java

C variables are accessed through getters and setters from Java. Unfortunately this is the only way to get current values from variables because it is not possible to overload the dot operator in Java. All global variables are accessible from the module class. For example if the module class is called 'example', the global variable