import class
Posted: Tue Aug 28, 2001 12:55 am
Hi:
when I try to import class such as Simulation.java, I always get wrong message from compiler, such as:
C:\My Documents\Dawei\project\Simulation\Process.java:7: cannot resolve symbol
symbol: class Simulation
import Simulation;
How I can deal with it ?
Dawei
when I try to import class such as Simulation.java, I always get wrong message from compiler, such as:
C:\My Documents\Dawei\project\Simulation\Process.java:7: cannot resolve symbol
symbol: class Simulation
import Simulation;
How I can deal with it ?
Dawei