ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

【New】SAPUI5开发环境配置步骤

2019-09-05 21:35:23  阅读:508  来源: 互联网

标签:ondemand SAPUI5 hana Eclipse 2019 com 步骤 New tools


一、安装JAVA Runtime环境

    要求:JRE version 1.6 or higher, 32-Bit or 64-Bit

    下载地址:http://www.java.com/en/download/manual.jsp

    记得进行环境变量的配置: 计算机→属性→高级系统设置→高级→环境变量

    系统变量→新建 JAVA_HOME 变量 。 

    系统变量→寻找 Path 变量→编辑,在变量值最后输入 %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;

    系统变量→新建 CLASSPATH 变量,变量值填写   .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar(注意最前面有一点)

    检验是否配置成功 运行cmd 输入 java -version ,若显示版本信息,则说明安装和配置成功。

二、下载Eclipse

    要求:Eclipse Platform Kepler (4.3)

    下载地址:http://www.eclipse.org/downloads/packages/eclipse-standard-432/keplersr2

To install some or all of the Eclipse tools, get an installation compatible with the desired tools and use the respective software site URL in the Help > Install New Software wizard. Based on the version of your eclipse:

三、安装SAPUI5组件

1、运行Eclipse,选择菜单工具栏Help->Install New Software...

2、在安装界面上,Work with字段输入更新URL地址:http://tools.hana.ondemand.com/kepler (或https://tools.hana.ondemand.com/kepler)

3、点击回车,显示可用的组件,并勾选可用组件

  • UI Development Toolkit for HTML5,
  • ABAP Development Tools for SAP NetWeaver 

  4、在Next之后出现的安装指导界面,可以看到即将安装的组件概况清单,我们接着点击Next进行安装

 5、同意license agreement,然后点击Finish进行安装

以上安装完成之后,就可以进行SAPUI5的开发。

参考链接:https://tools.hana.ondemand.com/

Procedure

To install SAPUI5 tools, proceed as follows:

  1. In Eclipse, choose in the menu bar Help > Install New Software...
  2. In the Install dialog, enter the update site URL 
    https://tools.hana.ondemand.com/2019-06 for Eclipse 2019-06
    https://tools.hana.ondemand.com/2019-03 for Eclipse 2019-03
    in the Work with entry field.
  3. Press Enter to display the available features.
  4. Select the desired features under UI Development Toolkit for HTML5 and choose Next.
  5. On the next wizard page, you get an overview of the features to be installed. Choose Next.
  6. Confirm the license agreements and choose Finish to start the installation.

标签:ondemand,SAPUI5,hana,Eclipse,2019,com,步骤,New,tools
来源: https://blog.csdn.net/zhongguomao/article/details/100566928

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有