Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Playframework 2.0 包org.apache.http.entity.mime不存在_Playframework 2.0 - Fatal编程技术网

Playframework 2.0 包org.apache.http.entity.mime不存在

Playframework 2.0 包org.apache.http.entity.mime不存在,playframework-2.0,Playframework 2.0,我一直在毫无问题地使用org.apache.http.client.methods.HttpPost和HttpGet 我需要执行多部分表单请求,但我的系统找不到mime.MultipartEntity,即使httpmime.jar位于同一目录树中,并且它包含MultipartEntity.class 救命 蒂娅,切特我对游戏一无所知!现在我知道的更多了。我还认为httpime是httpclient的一部分,但事实并非如此 我曾经获取httpime包的常春藤格式并输入 因此,它位于Build.sc

我一直在毫无问题地使用org.apache.http.client.methods.HttpPost和HttpGet

我需要执行多部分表单请求,但我的系统找不到mime.MultipartEntity,即使httpmime.jar位于同一目录树中,并且它包含MultipartEntity.class

救命


蒂娅,切特

我对游戏一无所知!现在我知道的更多了。我还认为httpime是httpclient的一部分,但事实并非如此

我曾经获取httpime包的常春藤格式并输入 因此,它位于Build.scala中的应用程序依赖项下

org.apache.httpcomponents%httpime%4.2


我仍然不确定为什么已经加载了httpclient。

我对play一无所知!现在我知道的更多了。我还认为httpime是httpclient的一部分,但事实并非如此

我曾经获取httpime包的常春藤格式并输入 因此,它位于Build.scala中的应用程序依赖项下

org.apache.httpcomponents%httpime%4.2


我仍然不确定为什么已经加载了httpclient。

我注意到Build.scala有libraryDependencies+=org.apache.httpcomponents%httpclient%4.2,但我的目录树是repository/local/org.apache.httpcomponents/HttpTime/4.1.2/我注意到Build.scala有libraryDependencies+=org.apache.httpcomponents%httpclient%4.2,但我的目录树是repository/local/org.apache.httpcomponents/httpmime/4.1.2/