Linux installation Eclipse and project deployment

Source: Internet
Author: User

Install Eclipse

1. First unzip eclipse

TAR-ZXVF eclipse-standard-kepler-sr1-linux-gtk.tar.gz-c

User/local/src

2. Reboot to load JDK

3. Desktop Creation Shortcuts

Create Launcher Select Startup file

Toggle Icon

Project deployment

1. First open the zip file $ unzip Text.zip

2. Then modify the encoding of the. sql file

View file Encoding files Bank.sql

Modify file Encoding iconv-f gbk-t UTF-8 Bank.sql-o bank1.sql

3. Create DATABASE Bank databases encoding set to GBK

CREATE DATABASE xxx DEFAULT CHARACTER SET GBK

4. View Database encoding

Show variables like ' char% ';

Modify the code to GBK;

then import the data;

5. Import the project into the Tomcat WebApps folder using the Eclipse Import war package

6. Restart Tomcat

7. Landing page to access the project

Linux installation Eclipse and project deployment

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.