My references aren't listed in my PDF file and all cites have a '?' symbol instead a number even in Texmaker my cites are selectable.
Here my tex file:
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\begin{document}
...
efficient inference in universal model classes \cite{PPWIKI}. On the other hand,
...
\bibliographystyle{style}
\bibliography{literature}
\end{document}
My bibtex file:
@online{PPWIKI,
author = {PROBABILISTIC-PROGRAMMING.org},
title = {The probabilistic programming approach},
year = {2014},
url = {http://probabilistic-programming.org/wiki/Home},
}
I following "Quickbuild" in Texmaker (texmaker v4.2 + miktex v2.9.5 on Windows 8):
PdfLaTex + Bib(la)tex + PdfLaTex (x2) + View Pdf
Any idea?

styleis not a valid bibliography style as far as I know. See Where can I find collections of bibliography styles? for many valid possibilities. – Paul Gessler Jul 08 '14 at 21:57\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – cfr Jul 09 '14 at 03:01