you are trying to make change on a object which was
compiled or made live...which basically just repeating
what your message is saying. I would have to see
your code but - one of the many way how you
can get this exception would be trying to detach
node from group and forgeting set capabilities
to ALLOW_NODE(or ..CHILD)_DETACH ....basically anywhere
you expect any change you have to set corresponding
capabilities(these are defined for almost every object)
Hope this helps
Peter.

PK wrote:

> Hi,
>    Can somebody tell me what this error means please:
>
>    Exception in thread "main" javax.media.j3d.RestrictedAccessException:
>      Cannot modify capability bits on a live or compiled object
>      |
>      |
>      |
>      |
>
> I've created a branchgroup for the viewplatform, I'm trying to move the view
> around. The code compiles OK, the above error happens when I try to run
> the program.
>
> Thanks,
>
> PK
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to