Author | Message |
---|---|
trivedidr
Posts: 54
|
Posted 14:01 Nov 05, 2009 |
Hello, I made some changes in my onlineassignmentdao and its implementation and when I try to save it and it gives me an error that I've attached. Please tell me what I should do now? |
cysun
Posts: 2935
|
Posted 14:50 Nov 05, 2009 |
Check your JDK installation, e.g. run "javac" on command line and see if it works. Reinstall JDK if necessary. |
trivedidr
Posts: 54
|
Posted 14:54 Nov 05, 2009 |
Thank you Dr. Sun !!! It is not working. I am doing.... |
alomo
Posts: 70
|
Posted 14:58 Nov 05, 2009 |
trivedidr, By following the naming convention, your package csns.model.assignment.hibernate shall be named as csns.model.assignment.dao.hibernate |
trivedidr
Posts: 54
|
Posted 15:00 Nov 05, 2009 |
yes. |
trivedidr
Posts: 54
|
Posted 15:54 Nov 05, 2009 |
Dr. Sun !!!
I've installed eclipse. but my SVN Repository is not working. I made another work place to try it that it's working or not. but still not working. What should I do? |
cysun
Posts: 2935
|
Posted 17:01 Nov 05, 2009 |
I don't know. Check http://sun.calstatela.edu/~cysun/www/teaching/cs520/lectures/development.html and see if you missed any step. If you were using the campus wireless network, you need to set up SSH tunneling to access the repository. See http://sun.calstatela.edu/csns/forum/viewTopic.html?topicId=2097465. |