Solution to JSP compilation error when the import statement contains more than one row

Source: Internet
Author: User

There isJSPThe header Declaration of the page is like this.

<% @ Page Language = "Java" Import = "Java. util. *, Com. gisun. eadmin. task .*;"

Pageencoding = "GBK" %>

Now I want to introduce something in another package. I need to add one more sentence.ImportStatement:

<% @ Page import = "com. gisun. eadmin. config. *;" %>

But run thisJSPError:

Generated servlet error:

Syntax Error on token ";", delete this token

After searching for a long time, I did not know that there was an error, and debugging could not be done, and I did not report the number of wrong lines. I finally tried to find it. Let's take a look atImportWhat are the differences in declared colors?

<% @ Page Language = "Java" Import = "Java. util. *, Com. gisun. eadmin. task .*;"

Pageencoding = "GBK" %>

The key is that ifImportIf the statement contains more than one row,Import = "....."Cannot contain semicolons

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.