hi iam getting compiler error as
C:\Java\Test7.java:2
ackage other does not exist
import other.*;
C:\Java\Test7.java: 8 : cannot resolve symbol
symbol : class other
location: package testPackage
System.out.print((testPackage.Other.hello)+"")
C:\Java\Test7.java: 9 : cannot resolve symbol
symbol : class other
location: package other
System.out.print((other.Other.hello == hello)+"")
3 errors