Hi-
I just installed XEmacs & J2SDK1.4.2_03 on my WindowsXP Home Edition.
I decided to test it out using some working java programs I had written before using XEmacs on Unix...but when I try to run them in WindowsXP I am getting loads of errors because Java is not recognizing the package and also not recognizing importing a local folder.
Here's my package and import statements:
package viewController;
import model.*;
The compiler is not recognizing either.
viewController is the directory(folder) that I'm working in and compiling from and model is in viewController.
So the complete path is this:
C:\prog\Minesweeper\viewController
C:\prog\Minesweeper\viewController\model
Anyone know what's going wrong? I'm sure it's a simple problem, but i've been looking online for a couple hours with no luck...so any help would be appreciated!!
thanks
jason
I just installed XEmacs & J2SDK1.4.2_03 on my WindowsXP Home Edition.
I decided to test it out using some working java programs I had written before using XEmacs on Unix...but when I try to run them in WindowsXP I am getting loads of errors because Java is not recognizing the package and also not recognizing importing a local folder.
Here's my package and import statements:
package viewController;
import model.*;
The compiler is not recognizing either.
viewController is the directory(folder) that I'm working in and compiling from and model is in viewController.
So the complete path is this:
C:\prog\Minesweeper\viewController
C:\prog\Minesweeper\viewController\model
Anyone know what's going wrong? I'm sure it's a simple problem, but i've been looking online for a couple hours with no luck...so any help would be appreciated!!
thanks
jason