Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Porblem with import

Status
Not open for further replies.

mfalomir

Technical User
Feb 6, 2003
78
MX
Im trying to import a class like

import MyClass;

and is giving me this

error../../../avaya/ct/jtapi/tools/acdcalls/acdcalls.java:9: '.' expected
import MyCallObserver;
^

Why ? Im assuming that if I want to import MyClass it has to be on the same path as my acdcalls.java , which I guess is totally wrong, right ?

Thanks in advanced!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top