Can someone please help me?
I am trying to compile the Java Applet SDK in NetBeans 5.5.1 using JDK 1.6. I created a separate folder, named the package according to what was provided - com.griaule.fingerprintsdk.appletsample and successfully added the grfinger.java reference file.
I can compile the project, although there is a warning generated
Util.java:448: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.List
database.add(template);
Nevertheless, the build is successful. However, when I try to run the project by right clicking FormMain.java and Run File, the applet does not initialize with this error
java.lang.ClassNotFoundException: FormMain.class
load: class FormMain.class not found.
.....
Caused by: java.io.FileNotFoundException: FormMain\class.class (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
Can anyone please help? I need to get this working for my university's final year/honors project.
Thanks.
Regards,
Wilson Loo