Myeclipse 2017 CI 破解

Myeclipse 2017 的下载

  1. Myeclipse 2017 下载地址:https://www.jianguoyun.com/p/DTEBo1cQ6LnsBxj9984C

Myeclipse 2017 的安装

  1. 安装详细步骤,能够下载并参考这一张长图
    https://www.jianguoyun.com/p/DfgN6VsQ6LnsBxiK-M4C
  2. 本图来源于微信公众号:设计软件教程免费下载,有兴趣的朋友能够关注一下

Myeclipse 2017 的激活

  1. 上面提到的高清长图包含激活步骤,下面是激活文件下载连接
    https://www.jianguoyun.com/p/DRji6l4Q6LnsBxie-M4C

Myeclipse 2017 的集成配置【JRE 8+MySQL 5.7.29+Tomcat 9】

JRE 8 的集成配置

  1. Window → Preferences → Java → Installed JREs → Add












Tomcat 9 的集成配置

  1. Window → Preferences → Servers → Runtime Environments → Add




MySQL 5.7.29 的集成配置

  1. MySQL connector/J 5.1.48 下载连接以下:
    https://www.jianguoyun.com/p/DcKSfd8Q6LnsBxiY8c4C
  2. Window → Preferences → perspective → Database Explorer


  3. 左侧空白处,右键 New


  4. 弹窗各项选择以下:mysql

    Driver template:MySQL Connector/J
    Driver name:mysql                                      【这里填写你设置的数据库名称】
    Connection URL:jdbc:mysql://localhost:3306/mysql
    User name:root                                           【默认为root】
    Driver JARs:点击 Add JARs → 选择 MySQL connector/J 5.1.48 的解压路径,找到下图所示 jar
    Driver classname:com.mysql.jdbc.Driver 【这里记得必定要选择MySQL相对应的这一项】sql




  5. 图示①、②顺序反了,记得先选择 Save password,而后点击 Test Driver


  6. 能够看到已经与 mysql 数据库创建了链接。

    数据库



相关文章
相关标签/搜索