I am getting an error with h following code:
http://www.codemiles.com/java/connecting-to-pc-from-mobile-using-bluetooth-in-java-t711.html
the error is:
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:72: cannot find symbol
symbol : class MOBILEOR_GUI
location: class sift.PCServerCOMM
MOBILEOR_GUI frame;
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:79: cannot find symbol
symbol : class MOBILEOR_GUI
location: class sift.PCServerCOMM
public PCServerCOMM(MOBILEOR_GUI frame
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:199:
cannot find symbol
symbol: class FrameImage
new FrameImage(aa, 1);
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:201:
cannot find symbol
symbol: class SIFT
SIFT sift = new SIFT(path, "scale2.jpg", "welcome");
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:201:
cannot find symbol
symbol: class SIFT
SIFT sift = new SIFT(path, "scale2.jpg", "welcome");
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:208:
cannot find symbol
symbol: variable MOBILEOR_GUI
MOBILEOR_GUI.AppendTostatus(sift.getATree().getMatchingInfo());
C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:241:
cannot find symbol
symbol : variable MOBILEOR_GUI
location: class sift.PCServerCOMM
MOBILEOR_GUI.AppendTostatus(msg + "\n");
7 errors
please help me out.i am new to java and doing project in java.