I'm trying to deploy a nodejs app to swisscom application cloud. The app uses the node-java module. While staging the app, I get an error message:
[node-java] Error: not found: javac
is it possible to deploy apps with multiple buildpacks (e.g. nodejs and java) like on heroku (besides creating a custom buildpack)?
@UPDATE: I'm (now) aware of the (experimental) multi-buildpack for cloudfoundry. unfortunately it won't detect my app as java app (which isn't) and anyway, it would ony install the jre but not the jdk. Is there a possibility (besides a docker image or custom buildpacks) to have jdk in the app container?