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!
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!