HI,
I am from CHINA. I need to add wechat pay (WXpay) sdk to our vending machine. I got the SDK source code from wechat, and use the SimpleLibraryCompiler 1.03.
The SDK import org.apache.http package , and I got errors:
"Starting step: Compiling Java code.
javac 1.8.0_131
C:\Users\HY01\Desktop\WxPayAPI\src\com\github\wxpay\sdk\src\WXPayRequest.java:3: 错误: 程序包 org.apache.http不存在
import org.apache.http.HttpEntity;
^
1 个错误
Error. "
The “:3: 错误: 程序包 org.apache.http不存在” = Error : Program package org.apache.http is not exist.
I download the httpcore-4.2.4.jar file ,but I do not know how to use it.
please help me , thanks.
I am from CHINA. I need to add wechat pay (WXpay) sdk to our vending machine. I got the SDK source code from wechat, and use the SimpleLibraryCompiler 1.03.
The SDK import org.apache.http package , and I got errors:
"Starting step: Compiling Java code.
javac 1.8.0_131
C:\Users\HY01\Desktop\WxPayAPI\src\com\github\wxpay\sdk\src\WXPayRequest.java:3: 错误: 程序包 org.apache.http不存在
import org.apache.http.HttpEntity;
^
1 个错误
Error. "
The “:3: 错误: 程序包 org.apache.http不存在” = Error : Program package org.apache.http is not exist.
I download the httpcore-4.2.4.jar file ,but I do not know how to use it.
please help me , thanks.