eclipse安装说明.docVIP

  • 11
  • 0
  • 约2.94千字
  • 约 8页
  • 2016-11-27 发布于河南
  • 举报
eclipse安装说明

用eslipse的前提是知道eslipse的各个版本,这样可以找到合适的版本。 Eclipse IDE for Java Developers 是为java开发的 Eclipse IDE for Java EE Developers 是为J2EE开发的 Eclipse for RCP/Plug-in Developers 是为RCP和插件开发的 Eclipse IDE for C/C++ Developers 是为C/C++开发的 Eclipse Classic 3.3.2 是它的经典版本 回到D:\Program Files\apache-tomcat-7.0.21\bin目录下,双击startup.bat,启动tomcat。 打开浏览器,在地址栏中输入http://localhost:8080/ (localhost表示本地机器,8080是Tomcat默认监听的端口号)查看是否配置成功(出现大猫为配置成功) 将下载好的axis2-1.6.1-war.zip解压,放入tomact的webapps目录下,启动tomcat,war包会自动解压为目录axis2,在浏览器中输入http://localhost:8080/axis2/ 会看到羽毛图标的网页。 Eclipse下载,解压,配置Window / Preferences / Java / Installed JREs / Add JDK。 Axis2 插件下载,分别为: axis2-eclipse-codegen-wizard.zip和axis2-eclipse-service-archiver-wizard.zip; 版本为1.3.0,下载地址为:/dist/ws/axis2/tools/1_4_1/ 将这两个插件解压的文件夹Axis2_Codegen_Wizard_1.3.0和Axis2_Service_Archiver_1.3.0到Eclipse安装目录下的plugins中,并删除eclipse\configuration目录下的org.eclipse.update目录 Junit的引用:Java Project page 右键 Properties Java Build Path Libraries Add Library JUnit 选择。 An error occurred while completing process -java.lang.reflect.InvocationTargetException 使用Axis2 Code Generator生成WDLS代码时,出现的错误窗口。 解决方法(插件缺失版本问题): 关闭Eclipse。 复制axis2-1.4.1-war\axis2\WEB-INF\lib文件目录下backport-util-concurrent-3.1.jar 和 geronimo-stax-api_1.0_spec-1.0.1.jar; 复制到eclipse插件文件包eclipse\plugins\Axis2_Codegen_Wizard_1.3.0\lib目录下eclipse\plugins\Axis2_Codegen_Wizard_1.3.0下的plugin.xml在runtime 內加入下面的字串 library name=lib/backport-util-concurrent-3.1.jar export name=*/ /library library name=lib/geronimo-stax-api_1.0_spec-1.0.1.jar export name=*/ /library把eclipse/plugins/Axis2_Codegen_wizard_1.3.0Axis2_Codegen_wizard_1.3.0的名字改成Axis2_Codegen_wizard_1.4.0在plugin.xml中在plugin中 把Axis2_Codegen_wizard的version=1.3.0改成version=1..0 plugin id=Axis2_Codegen_Wizard name=Axis2 Codegen Wizard Plug-in version=1.4.0 provider-name=Apache Software Foundation class=org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin 重启尝试。 这里我按照这些修改,仍旧无法成功使用,最后,我继续尝试关闭eclipse,把插件包Axis2_Codegen_wizard_1.4.0剪切出去,启动

文档评论(0)

1亿VIP精品文档

相关文档