I read the Java Migration Notes at
http://www.vrml.org/WorkingGroups/vrml-eai/impl/migration.html

Then I was suprised at the following paragraph:

1. Change import statements

The old import statements had
  import vrml.external.*;
  import vrml.external.field.*;
  import vrml.external.exception.*;

Change these to
  import vrml.eai.*;
  import vrml.eai.field.*;
  import vrml.eai.event.*;

My all EAI Java sources use old style!!
And all APIs I used are Deprecated APIs!!
Could you tell me the web site where I can get new EAI Package?

Thanks

Sorry for Bad English.......

Reply via email to