I had no issues when I put the path directly where the picture name belongs, for example:
\begin{figure}[t]
%\epsfig{figure=RTS.eps,height=5.5cm}
\includegraphics[height=5.5cm]{imgs/RTS}
\caption{The run-time system intercepts calls that cross protection domains, allocating
new stacks, updating memory permissions and tracking old stack and credential values
for use once the callee returns.}
\label{fig:rts}
\end{figure}
In the above "imgs" is the immediate (local) directory and RTS is the file minus the extension. I have "RTS.pdf" and "RTS.eps" files in that directory containing my image.
pslatex or pdflatex will use the correct file for their respective needs.
EDIT: And yes, if I place the full path (/home/username/..., the Linux equal of C:\Documents and Settings\...)instead of just a relative path (the immediate sub-directory of imgs) then it also works fine.
If you're still having trouble then perhaps you need to escape the spaces in your path: C:\Documents\ and\ Settings\...
{image}field. Works for me. – TomMD Apr 09 '11 at 15:49.jpg). Also, JPG is only ok if you're using pdflatex and not pslatex. See the [wikibooks article(http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics#Supported_image_formats)]. – TomMD Apr 09 '11 at 16:10{C:\Documents\ and\ Settings\Nina\asdd}– MostlyHarmless Apr 09 '11 at 16:11