B
Boris Ozegovic
Hi!
I am trying to incorporate some third party application in my project, and
have problem with class resolving. I have this line:
Scriptable scope = context.initStandardObjects(null);
Errors are:
Context cannot be resolved
Scriptable cannot be resolved to a type
When hitting ctrl+shift+o in Eclipse I have only
javax.naming.Context
org.omg.CORBA.Context
and they both don't have initStandardObjects().
How can I find out what is desired class?
I am trying to incorporate some third party application in my project, and
have problem with class resolving. I have this line:
Scriptable scope = context.initStandardObjects(null);
Errors are:
Context cannot be resolved
Scriptable cannot be resolved to a type
When hitting ctrl+shift+o in Eclipse I have only
javax.naming.Context
org.omg.CORBA.Context
and they both don't have initStandardObjects().
How can I find out what is desired class?