无法看到 Eclipse 的 Axis2 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8075585/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Not able to see Axis2 Plugin for Eclipse
提问by Yatin Kumbhare
Here's the problem:
I tried with multiple Eclipse IDE versions.
问题是:
我尝试了多个 Eclipse IDE 版本。
eclipse-jee-galileo-SR1-win32
eclipse-jee-galileo-SR2-win32
eclipse-jee-helios-SR2-win32
eclipse-jee-indigo-SR1-win32
eclipse-jee-galileo-SR1-win32
eclipse-jee-galileo-SR2-win32
eclipse-jee-helios-SR2-win32
eclipse-jee-indigo-SR1-win32
Axis2 runtime is axis2-1.6.1
Axis2 运行时为axis2-1.6.1
Axis2 Plugin from http://axis.apache.org/axis2/java/core/tools/index.html
来自http://axis.apache.org/axis2/java/core/tools/index.html 的Axis2 插件
org.apache.axis2.eclipse.service.plugin_1.6.1.jar
org.apache.axis2.eclipse.codegen.plugin_1.6.1.jar
org.apache.axis2.eclipse.service.plugin_1.6.1.jar
org.apache.axis2.eclipse.codegen.plugin_1.6.1.jar
Tried putting above jars into either dropins or plugin directories, but not able to see Axis2 Wizard under File -> New -> Other (for all of the above eclipse IDEs).
尝试将以上 jars 放入 dropins 或插件目录,但无法在 File -> New -> Other(对于上述所有 Eclipse IDE)下看到 Axis2 向导。
回答by Andreas Veithen
There was indeed an issuewith the 1.6.1 versions of the plugins. You can use 1.6.0 or one of the snapshot builds.
回答by Subba Reddy
I also got thru though the 1.4.1 was able to show up axis2 wizard for Eclipse Indigo Service Release 2, Build id: 20120216-1857 Java 7 x86 32bit
虽然 1.4.1 能够为 Eclipse Indigo Service Release 2 显示axis2 向导,但我也通过了,构建 ID:20120216-1857 Java 7 x86 32bit
But, picked up the latest snapshot 1.7.0 version: axis2.eclipse.service.plugin-1.7.0-SNAPSHOT.jarand axis2.eclipse.codegen.plugin-1.7.0-SNAPSHOT.jar
但是,拿起最新的快照 1.7.0 版本:axis2.eclipse.service.plugin-1.7.0-SNAPSHOT.jar和 axis2.eclipse.codegen.plugin-1.7.0-SNAPSHOT.jar
回答by gkumar666
Looks like there is a problem with org.apache.axis2.eclipse.service.plugin_1.6.1
and org.apache.axis2.eclipse.codegen.plugin_1.6.1 plugins
.
貌似是有问题org.apache.axis2.eclipse.service.plugin_1.6.1
和org.apache.axis2.eclipse.codegen.plugin_1.6.1 plugins
。
When I dropped under dropins folder in eclipse-jee-indigo-SR1-win32-x86_64. It didn't work.
当我放到eclipse-jee-indigo-SR1-win32-x86_64 中的dropins 文件夹下时。它没有用。
As mentioned above I downloaded and used 1.6.2 axis2 plugins and it worked.
如上所述,我下载并使用了 1.6.2 轴 2 插件,它工作正常。
回答by GAURAV KUMAR GUPTA
You will need this jar file and you can download this jar file from this link. After that you can download these files
1- axis2-eclipse-codegen-wizard-1.4.zip
2- axis2-eclipse-service-archiver-wizard-1.4.zip
您将需要此 jar 文件,并且可以从此链接下载此 jar 文件。之后你可以下载这些文件
1-axis2-eclipse-codegen-wizard-1.4.zip
2-axis2-eclipse-service-archiver-wizard-1.4.zip
Unzip both files and then copy all directories Axis2_Codegen_Wizard_1.3.0 and Axis2_Service_Archiver_1.3.0 in Eclipse plugins directory.
解压这两个文件,然后复制 Eclipse 插件目录中的所有目录 Axis2_Codegen_Wizard_1.3.0 和 Axis2_Service_Archiver_1.3.0。
Eclipse plugins directory (Axis2_Codegen_Wizard_1.3.0 and Axis2_Service_Archiver_1.3.0 already copied)
Eclipse 插件目录(Axis2_Codegen_Wizard_1.3.0 和 Axis2_Service_Archiver_1.3.0 已复制)
Now start the eclipse and then go to File-->New--> Others and then expand "Axis2 Wizards". Here you will find the Eclipse Axis2 Code generator and Service Archiver wizards.
现在启动 eclipse,然后转到 File-->New-->Others,然后展开“Axis2 Wizards”。您将在此处找到 Eclipse Axis2 代码生成器和 Service Archiver 向导。
After that restart your IDE you can find your AXIX2
之后重新启动你的IDE你可以找到你的AXIX2
回答by Toothless Seer
I encountered a similar issue using Spring Tool Suite (on top of Eclipse) and had to place my jar files into the spring (STS) dropin folder.
我在使用 Spring Tool Suite(在 Eclipse 之上)遇到了类似的问题,并且不得不将我的 jar 文件放入 spring (STS) dropin 文件夹中。
(I used the following jar files in my situation org.apache.axis2.eclipse.codegen.plugin_1.6.2.jar & org.apache.axis2.eclipse.service.plugin_1.6.2.jar)
(我在我的情况 org.apache.axis2.eclipse.codegen.plugin_1.6.2.jar & org.apache.axis2.eclipse.service.plugin_1.6.2.jar 中使用了以下 jar 文件)
回答by Hima13
I faced the same problem, after installing Axis2 1.6.1 for Eclipse Indigo. Did not find the Axis wizards in eclipse.
在为 Eclipse Indigo 安装 Axis2 1.6.1 后,我遇到了同样的问题。在eclipse中没有找到Axis Wizards。
Thanks to Andreas Veithen's answer above, I was able to fix the problem.
感谢上面 Andreas Veithen 的回答,我能够解决这个问题。
Just install the SNAPSHOT versions from the link below,
只需从以下链接安装 SNAPSHOT 版本,
You will need to download only 2 jars from here:
您只需要从这里下载 2 个 jar:
- axis2.eclipse.codegen.plugin-SNAPSHOT.jar
- axis2.eclipse.service.plugin-SNAPSHOT.jar
- axis2.eclipse.codegen.plugin-SNAPSHOT.jar
- axis2.eclipse.service.plugin-SNAPSHOT.jar
Save it to your eclipse/plugins directory. Open eclipse and ctrl+n, you will find the Axis wizards!
将其保存到您的 eclipse/plugins 目录。打开eclipse并ctrl+n,你会发现Axis向导!
回答by Yatin Kumbhare
After googling around for few hours. I figure it out that Axis2 Plug-in for Version 1.6.1 have bug on apache axis2 mailing list.
在谷歌搜索了几个小时之后。我发现 Axis2 Plug-in for Version 1.6.1 在 apache axis2 邮件列表中存在错误。
Looks like version 1.4 also have bug! didn't check whether it got fixed or not.
貌似1.4版也有bug!没有检查它是否得到修复。
i used version 1.3 for Axis2 codegen & service-archieve from: http://archive.apache.org/dist/ws/axis2/tools/1_3/enter link description here
我将 1.3 版用于 Axis2 代码生成和服务归档:http: //archive.apache.org/dist/ws/axis2/tools/1_3/在此处输入链接描述
It worked well with eclipse-jee-indigo-SR1-win32.
它适用于 eclipse-jee-indigo-SR1-win32。
Unzip the downloaded archives and put into /plugins,
解压缩下载的档案并放入/plugins,