I have build my first NodeJS app with Express and am running it on C9 without any issues.
The app uses a Node Package (easy-pdf-merge) which requires at least Java 6.
On pushing my code up to Heroku I get an error at the point of the merge process saying I don't have Java install on this Dyno.
I have read a little about buildpacks but I'm not sure on the direction here.
Unless there is a simpler way to merge PDFs of course.
Thanks
Stu