java - Bluemix not able to find included JAR in project -


i programming web application right on bluemix using java , eclipse. liberty java app. have downloaded starter code , connected eclipse git destination. seems fine when making changes , uploading git, build/deploying git works.

my issue seems when including .jar file. if run application on eclipse tomcat server, application runs fine. however, when push code git destination, , try build/deploy, says .jar (sendgrid jar reference) not able found. can find jar in git.

any suggestions why getting error? have sent project co-worker, , ran fine on machine (without making changes location of jar file).

thanks help.

you should place jar file in web-inf/lib directory.

confirm war file being deployed bluemix latest checking files:

cf files <yourapp> app/wlp/usr/servers/defaultserver/apps/myapp.war/web-inf/lib

you can view files using bluemix ui


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -