Hello,
I'm an experienced asp/php programmer with only some java experience. I need to change a line of code from a Java programmer who is not longer with our agency. I edited what I need to do in the .java file, however when I attempt to compile it, here is what happens:
I get this error:Code:C:\SUN\APPSER~1\JDK\BIN>javac C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\Qu estionMover.java
Anyone care to take a stab at what I need to do to compile this into a .class file? Do I need to post some of the contents of the .java first?Code:C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:17: cannot fi nd symbol symbol : class QuestionMoverProgressDialog location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover private QuestionMoverProgressDialog dlg; ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:48: cannot fi nd symbol symbol : class SessionFrame location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover public void execute(Connection con, SessionFrame sf ) throws Exception { ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:139: cannot f ind symbol symbol : class SimpleQuestion location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover public void getCurrentQuestions(Connection con, SimpleQuestion[] questio ns, Map questionMap) throws SQLException { ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:49: cannot fi nd symbol symbol : class SimpleQuestion location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover SimpleQuestion[] questions = sf.getSelectedQuestions(); ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:50: cannot fi nd symbol symbol : class QuestionMoveDetailDialog location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover QuestionMoveDetailDialog detailDlg = new QuestionMoveDetailDialo g( con, questions.length ); ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:50: cannot fi nd symbol symbol : class QuestionMoveDetailDialog location: class us.mn.state.mhfa.mf.ss.question.mover.QuestionMover QuestionMoveDetailDialog detailDlg = new QuestionMoveDetailDialo g( con, questions.length ); ^ C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java:56: cannot fi nd symbol symbol: class QuestionMoverProgressDialog dlg = new QuestionMoverProgressDialog(); ^ Note: C:\qm\src\us\mn\state\mhfa\mf\ss\question\mover\QuestionMover.java uses un checked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors
All help is appreciated.


Reply With Quote


Bookmarks