diff --git a/Examples/java/index.html b/Examples/java/index.html
index 547a78af9..130a5e633 100644
--- a/Examples/java/index.html
+++ b/Examples/java/index.html
@@ -25,6 +25,8 @@ certain C declarations are turned into constants.
pointer. Simple pointer handling.
template. C++ templates.
funcptr. Pointers to functions.
+callback. C++ callbacks using directors.
+extend. Polymorphism using directors.
Running the examples
@@ -52,12 +54,9 @@ The examples have been extensively tested on the following platforms:
-
-The examples have been extensively tested using Sun's JDK on:
-
-
-- Sparc Solaris 2.6.
+
- Linux
+
- Cygwin
+
- Windows
Your mileage may vary. If you experience a problem, please let us know by
diff --git a/Examples/perl5/check.list b/Examples/perl5/check.list
index abaa4e017..e8cc6fc91 100644
--- a/Examples/perl5/check.list
+++ b/Examples/perl5/check.list
@@ -4,6 +4,7 @@ constants
constants2
funcptr
import
+mpointer
multimap
pointer
reference
diff --git a/Examples/python/check.list b/Examples/python/check.list
index 20725ff2c..7a66e9023 100644
--- a/Examples/python/check.list
+++ b/Examples/python/check.list
@@ -4,6 +4,7 @@ class
constants
contract
enum
+exception
exceptshadow
extend
funcattr
@@ -11,7 +12,8 @@ funcptr
funcptr2
functor
import
-template
+import_template
+#libffi
mpointer
multimap
operator
@@ -20,6 +22,8 @@ reference
shadow
simple
smartptr
+std_vector
template
value
+varargs
variables
diff --git a/Examples/ruby/check.list b/Examples/ruby/check.list
index 2041cd5c4..cae10e53e 100644
--- a/Examples/ruby/check.list
+++ b/Examples/ruby/check.list
@@ -7,7 +7,7 @@ funcptr2
functor
hashargs
import
-template
+import_template
mpointer
multimap
operator