作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 Heroku 版本如下:
heroku/7.0.60 darwin-x64 node-v10.2.1
当我运行时:
heroku deploy:jar ...
我得到:
› Error: deploy:jar is not a heroku command.
› Perhaps you meant destroy
› Run heroku help for a list of available commands.
这似乎与文档相矛盾:
https://devcenter.heroku.com/articles/deploying-executable-jar-files
我做错了什么?
最佳答案
我遇到了同样的错误,但文档提供了帮助。在运行部署命令之前,您必须安装 java 插件:heroku 插件:安装 java
关于heroku - 为什么我无法在 heroku 上部署 jar 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50560883/
我是一名优秀的程序员,十分优秀!