satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
94 stars 27 forks source link

message body writer ... was not found #81

Closed drandreaskrueger closed 8 years ago

drandreaskrueger commented 8 years ago

in Eclipse 4.5

An internal error occurred during: "Transforming: myfile.md".
com.sun.jersey.api.client.ClientHandlerException: 
A message body writer for Java type, 
class code.satyagraha.gfm.support.impl.WebServiceClientDefault$Markdown, 
and MIME media type, application/json, was not found

Thanks.

drandreaskrueger commented 8 years ago

Ah great. I could fix it myself, by using your installation process:
https://github.com/satyagraha/gfm_viewer#installation-from-update-site

Before I had been installing it via
https://marketplace.eclipse.org/content/github-flavored-markdown-viewer-plugin-eclipse

Perhaps that installs an older version? Then you might want to update that.

But for now, my problem is solved.

Thanks a lot for your great viewer! Looks superb. Before I had to commit-push so many times, just to see my README.md files layouted - now I can see them offline. Great. Thanks a lot.