| Author |
explain this line javac
|
ankittt agarwala
Ranch Hand
Joined: Jan 19, 2011
Posts: 42
|
|
hello
javac -classpath c:\lib\servlet-api.jar;classes;. -d classes src\com\example\web.teaselect.java
i skipped the bold part of command and error ocurred com.example.modell directory not found
does it have any connection with the directory structure,i had written import com.example.modell in coding of teaselect.java actually.....
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
Obviously some class you have a dependency on is in that classes directory
By the way, why are you mixing \ and /? You can usually get away with / instead of \ on Windows, but \ is the correct path separator.
|
 |
ankittt agarwala
Ranch Hand
Joined: Jan 19, 2011
Posts: 42
|
|
actually the above line is from third chap of headfirst servelets and jsp.........a little modified according to my directory structure
explain it in a better way...and i have corrected the structure
|
 |
 |
|
|
subject: explain this line javac
|
|
|