JSP strange problem (HELP)

xiaoxiao2021-03-19  193

I wrote JSP with JDEV and Eclipse, discover:

In JDEV, my JSP head writes:

<% @ Page ContentType = "Text / HTML; Charset = GB2312" Language = "Java" Import = "java.util. *, com.jspsmart.upload. *" ErrorPage = ""%>

However, for some reason, the project migrates to MyEclipse development (mainly because JDEV supports the support of CVS is super rotten ×)

This sentence is wrong. . . . . . . . It seems that myECLIPSE error analysis:

CAN't Find the page "com.jspsmart.upload". ..............................

This is depressed, reload the JSPSMART package. Error is still.

Under depressed, Import is written separately:

<% @ Page Import = "com.jspsmart.upload. *"%>

Actually passed. . . . . . .

After depressed, I know that myeclipse is a bit sensitive to this property language = "java". There is no problem with Language = "java".

<% @ Page ContentType = "Text / HTML; Charset = GB2312" Import = "Java.util. *, com.jspsmart.upload. *" ErrorPage = ""%>

It is estimated that JDK or the error standard is different.

I heard that there will be: a plurality of pages

<% @ page language = "java" import = "××××"%>

Everything under Windows is normal, I'm going to Unix Error. . . . . gosh.

Not declined. Can someone give the answer?

Because even half-way home, jump to Java on .NET, thank you!

There are too many non-official standards of Java.

MyECLIPSE about Build Path:

The day before yesterday, from the Update, I can't run it. . . . . Depressed a while.

Originally the project is already a successful test, but this time it takes down from the CVS, there is a problem, basically all the packages have an error, which is more depressed. But found, all the wrong reasons, package object; error.

After turning all the folders, I found that the lib didn't, but the LIB in the workplace directory exists all the JAR packets required.

Start suspect is the problem of project documents. New project, re-update. . . . . . . . . The problem is still.

So I looked at the configuration of the project file and found: the buildpath empty. And Libarrise is empty.

Re-add BuildPath and import lib. Re-released to Tomcat. Finally got it. . . . . .

So far, I still don't know if it is a problem, or the problem with myECLIPSE. I hope to point out. . . . . . . . .

转载请注明原文地址:https://www.9cbs.com/read-130090.html

New Post(0)