can't compile.
Hi,
I was a VB developer and started to develop using java recently.
I had to do some modification in a existing java project uses tomcat as the web server. I'm using Jbuilder 9 toas my editor. what I'm doing is open files using jbuilder and do the modification. I did couple of changes in my jsp files and those changes are working fine. Recently I had to do a modification in one of .java file. So I opened the file using Jbuilder and did the modification. then when I tried to compile the file It gave a lot of errors. when i run the site without the change i did to .java file it's working perfectly.
most of the error like.
<file name>.package <path> doesnot exist at line <line number>, column<column number>
but those files exist in relavant folders reffered and i think when i'm compiling the .java file it can't refer those files.
How can I compile my .java file and make the .class file.
Thanks in advance.

