I am trying to compile code using the MSDOS shell, and I keep getting an "unresolved
symbol error" on three lines. What does this error mean, and how do I fix
it?
Printable View
I am trying to compile code using the MSDOS shell, and I keep getting an "unresolved
symbol error" on three lines. What does this error mean, and how do I fix
it?
Hi Jen,
That means the lines where you are getting those errors have something
that your compiler is not finding. CHeck your classpath and see everything
your program looking for is in path or if its servlet or some other sun's
extended API then make sure you have that package and is in your classpath.
"Jenifer" <minozzj@ccf.org> wrote:
>
>I am trying to compile code using the MSDOS shell, and I keep getting an
"unresolved
>symbol error" on three lines. What does this error mean, and how do I fix
>it?