Background: I am writing an External Authoring Interface using Java. This
applet is intended to get and set values in a VR world through the VRML
'Script Node'. The applet and the VR world are then embedded in an HTML
page for the final presentation.
I am using EAI Java API, Netscape 4.0x, CosmoPlayer2.0(beta).
Problem: I have used the 'Browser class' and 'Node class' to create Browser
object instance and the Node instance. When uploaded in an HTML page, java
throws an exception.
' Java reported the foll. error on startup:
java.lang.SecurityException : system classes were not signed. '
I understand, I need to get the classes signed.
- My problem is how and where do I get the classes signed ?
- Is there any other bypass to getting the classes signed at all?
FYI, I am a graduate student, this is part of my thesis project, the
project has a deadline!
I have fairly good knowledge of Java and good knowledge of VR.
Please advice ASAP.