java - 我尝试通过 Java 使用代理,但不断收到 "Use getHelp to get to the guidelines about reporter tool.Report"

标签 java proxy

java -Dhttp.proxyHost=" my host" -Dhttp.proxyPort=8080 -jar Reporter.jar

我是新手,所以我不知道我做错了什么。任何帮助将不胜感激

最佳答案

您的脚本不完整。之后需要添加一些额外的参数 -jar Reporter.jar。

例如:

$java -Dhttp.proxyHost=" my host" -Dhttp.proxyPort=8080 -jar Reporter.jar$
p=Reporter.properties Sales.getReport 123456, Sales, Summary, Daily, 
20171004

关于java - 我尝试通过 Java 使用代理,但不断收到 "Use getHelp to get to the guidelines about reporter tool.Report",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46574443/

相关文章:

java - 将 HTTP 响应发送/ channel 化回浏览器

java - ODBC 登录尝试使用 Windows 身份验证,即使我提供了 SQL Server 凭据

ssl - 更改 Charles Proxy 使用的证书

node.js - nginx 代理到子目录中的远程 Node.js Express 应用程序

java - 如何在 Linux 上调试 native Java 崩溃?

proxy - 如何在 vcl_recv 中检查后端是否健康

docker - 在代理后运行Docker

java - 通用类型和 HTTP 出站网关结果

在 Eclipse 中运行 Spark Word Count 时出现 Java 错误

java - c3p0 maxIdleTime 和 mysql 的 wait_timeout 一样吗?