Chinaunix首页 | 论坛 | 博客
  • 博客访问: 146626
  • 博文数量: 52
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 490
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-05 12:05
文章分类

全部博文(52)

文章存档

2013年(1)

2010年(3)

2009年(6)

2008年(25)

2007年(17)

我的朋友

分类: Java

2007-11-08 13:51:42

Integrate Eclipse Myeclipse and Mysql Configuration Log

One day, I am ambitious for becoming a developer due to low salary of system administrator.

I start to learn JSP and JavaScript. It seems the first lesson is always study environment.

After read many article I clear about how to Integrate Eclipse Myeclipse and Mysql base on JSDK.

 

Simple steps record below for future reference.

1.  Install JDK, ECLIPSE, TOMCAT same as common MS software intallation.

2.  Install Myeclipse, one of its scene asking you for the Eclipse path, specified Eclipse directory where you installed Eclipse on step1..

3.  Launch eclipse, from Menu, window--preference--myeclipse enable tomcat and specified the JDK home Not Jre for tomcat.

4.  On the preference page, under Java, make sure JRE home was correctly defined.

5.  Launch Myeclipse, from menu, File --new project--web project to create test webproject.

 

6.  Download sqlexplorer and link to eclipse plugin directory, take attention to the directory structure of plugin directory.

If you define link path is path=D:/eclipse/myplugins/sqlexplorer.

Then you should have directory D:\eclipse\myplugins\sqlexplorer\eclipse\features and

D:\eclipse\myplugins\sqlexplorer\eclipse\plugins

In other word, create directory D:\eclipse\myplugins\sqlexplorer\eclipse first, exact out the sqlexplorer.rar copy directory features, and plugins to it.

7. In Myeclipse, from the menu windows-->preference will find sqlexplorer

8. Install mysql, donwload mysql jdbc connector driver and put it on the %tomcat%\common\lib\

9.  Set the JDBC driver path in sqlexploer, make sure URL in sqlexplorer is correct setting. Then eclipse can connect to mysql on sqlexploerer view.

 

Even the environment was configured properly, I am still hesitate to learn JSP because of various reasons.

阅读(877) | 评论(0) | 转发(0) |
0

上一篇:LVM Diary

下一篇:VMware Network Configuration

给主人留下些什么吧!~~