hi,
i have some imports in my class file
import com.xyz.auto.common.ui.URObject;
import com.xyz.auto.common.utils.AutoScript;
in the above code, the URObject class is in a jar file called uis.jar
the AutoScript class is in a folder structure [com->xyz->auto->common->utils].
during compiling it is showing "com.xyz.auto.common.ui " package is missing.
but i have added that jar in the classpath.
Is it a package conflict since i have similar package name in both folder structure and jar file?