add java jre to nodejs, is it possible? #290
Replies: 1 comment
-
The Java buildpack has a number of JVM vendors you can choose from, however, it's really meant to be used for building Java apps. That's the issue you're seeing here. It sees the gradle file and wants to run a grade build. We do support building Javascript based frontend software with the Java buildpack, but it's focused around having Maven or Gradle run the build and call out to Node/npm to do the build steps (it's a Java-first build). If you just need https://github.com/dmikusa/apt-buildpack You can install https://ubuntu.com/tutorials/install-jre#2-installing-openjdk-jre |
Beta Was this translation helpful? Give feedback.
-
So is it possible to add JRE without creating custom builder or runner.
I tried to create simple build.gradle file, but compilation fails:
so it fails. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions