How can i install Java runtime environment (JRE)
Hi, I have a node app which requires Java runtime environment (JRE). How can i set JRE?
thanks
9 Replies
Project ID:
N/A
N/A
https://nixpacks.com/docs/providers/java
Java is detected if apom.[xml|atom|clj|groovy|rb|scala|yaml|yml]
orgradlew
file is found.
will an empty pom.xml file will enable the java?
if you have a java project you should have one of those files already?
i have a node js project. It has a package which requires JRE
Solution
try adding a nixpacks.toml with this in it
Thanks alot , it is working now👍
awsome!