From 20ce05f9548e1bc69bdd2a45f3032e45288f8075 Mon Sep 17 00:00:00 2001 From: "Brant K. Kyser" Date: Mon, 14 Jan 2013 13:11:42 -0600 Subject: Update documentation regarding the use of the nspace feature in java without the -package commandline option. --- Doc/Manual/Java.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'Doc/Manual') diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index 858342c43..e8777fbe3 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -1923,19 +1923,10 @@ The default behaviour described above can be improved via the -
-example.i:16: Error: The nspace feature used on 'MyWorld::Material::Color' is not supported unless
-a package is specified
-with -package - Java does not support types declared in a named package accessing types declared
-in an unnamed package.
-
- -

If the resulting use of the nspace feature and hence packages results in a proxy class in one package deriving or using a proxy class from another package, you will need to open up the visibility for the pointer constructor and getCPtr method from the default 'protected' to 'public' with the SWIG_JAVABODY_PROXY macro. See Java code typemaps. @@ -2225,6 +2216,9 @@ The intermediary JNI class can be tailored through the use of pragmas, but is no jniclassbase Base class for the intermediary JNI class + + jniclasspackage Package in which to place the intermediary JNI class + jniclassclassmodifiers Class modifiers and class type for the intermediary JNI class -- cgit v1.2.3