I have a problem when adding references in my latex file.
I created my bib file using JabRef in the same folder as my latex document. I used
\bibliographystyle{plain}
\bibliography{library/references.bib}
When i compile into DVI or PDF my references appear as ?. When i open the bbl file i find that it is empty (only has begin and end nothing in the middle). Not sure where im going wrong
