i`m new here and I have a big problem. I used more than a few days to find a solution but unfortunately without success.
I used Texlipse (plugin for eclipse) and MiKTeX.
I want to use BibTeX for formatting the references but this didn`t work.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\bibliographystyle{alpha}
\begin{document}
\section{Section 1}
plain text.\cite{test2}
\bibliography{literatur}
\end{document}
I have a literatur.bib file containing 1 entry (key: test2) in the same directory the .tex file lies. I also used the command \nocite{*} and anything else I found in the Internet.
Nothing helped me and slowly it gives me the willies.

I think BibTeX didn`t work well because the .bbl file ist empty.
The .aux file is fine and like this:
\relax
\catcode`"\active
\bibstyle{alpha}
\citation{test2}
\bibdata{literatur}
\select@language{ngerman}
\@writefile{toc}{\select@language{ngerman}}
\@writefile{lof}{\select@language{ngerman}}
\@writefile{lot}{\select@language{ngerman}}
\@writefile{toc}{\contentsline {section}{\numberline {1}Section 1}{1}}
Open the .blg file results in:
This is BibTeX, Version 0.99cThe top-level auxiliary file: document.aux
I found no \citation commands---while reading file document.aux
I found no \bibdata command---while reading file document.aux
I found no \bibstyle command---while reading file document.aux
(There were 3 error messages)
I`m very sad because I invest a lot of time to fix this but without effect.
It would be very very great if anybody has got an idea and can help me.
kind regards,
sab