Can you also share the code where you have defined the class CParameter?
Looking at your description, I think that CParameter class is defined as
package - scoped.
Thanks,
Amit
--------------------
>Thread-Topic: Java Class Protection Level
>thread-index: AcTOQ0h4tkaXDZA9R4Kpbja3+r+AJw==
>X-WBNR-Posting-Host: 12.29.183.218
>From: =?Utf-8?B?Qm9i?= <Bob@discussions.microsoft.com>
>References: <113F5BF3-7E19-493E-B0CB-50B74AFD7BD1@microsoft.com>
<UBlR6nTzEHA.2916@cpmsftngxa10.phx.gbl>
>Subject: RE: Java Class Protection Level
>Date: Fri, 19 Nov 2004 06:23:04 -0800
[quoted text clipped - 12 lines]
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.vjsharp:6660
>X-Tomcat-NG: microsoft.public.dotnet.vjsharp
[quoted text clipped - 95 lines]
>> >
>> >Thanks Bob
Bob - 22 Nov 2004 18:47 GMT
Amit,
When I place my cursor over the word CParameter it says
"Class CParameter"
I cannot give you code for CParameter because it was created with jbimp from
a Java class Library.
> Can you also share the code where you have defined the class CParameter?
> Looking at your description, I think that CParameter class is defined as
[quoted text clipped - 127 lines]
> >> >
> >> >Thanks Bob
Amit Bhagwat [MSFT] - 25 Nov 2004 09:17 GMT
The class is package scoped and hence you are getting the error
"inaccessible due to its protection level".
Otherwise in Object browser it would be displayed as "public class
CParameter" instead of "class CParameter"
>X-Tomcat-NG: microsoft.public.dotnet.vjsharp
>
[quoted text clipped - 36 lines]
>> >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>> >Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
>> 3.phx.gbl
>> >Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.vjsharp:6660
[quoted text clipped - 97 lines]
>> >> >
>> >> >Thanks Bob