negativetwelve / heroku-buildpack-subdir

Deploy apps from subdirectories to Heroku
77 stars 61 forks source link

Issues using with Java #4

Closed drusellers closed 6 years ago

drusellers commented 6 years ago

On the off chance you have a quick fix, I'm trying to use with JAVA build pack but can't for the life of me find the java executable.

depot-ui=https://github.com/heroku/heroku-buildpack-nodejs.git
depot-service=https://github.com/heroku/heroku-buildpack-java.git

Its finding the node/webpack stuff that I'm using just fine Its finding the maven stuff just fine during compile

But, then in the time to run the application I can't find JAVA to save my life. I also don't see the $JAVA_OPTS

Is there something that I need to do to get the java exe working?

image

Is it the lack of java here?

drusellers commented 6 years ago

Yes, yes it was. :)

Photonios commented 6 years ago

I think this issue can be closed @negativetwelve