1

在 Eclipse 中编辑 JSP 时,我会定期遇到堆栈溢出。一旦我得到一个,每次我单击一个字符时,我都会弹出一个窗口,告诉我还有另一个堆栈溢出。这种情况一直持续到我关闭 JSP 并重新打开它,此时它可以正常运行一段时间。

org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser: 
    input could not be parsed correctly at position 1
java.lang.StackOverflowError

有没有其他人看到这个问题,你知道原因吗,有没有办法解决它?

4

1 回答 1

2

您使用的是哪个版本的JSP (WTP) ?(您还使用什么版本的eclipse?)

错误消息是这样的吗:

org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser: input could not be parsed correctly at position 1
java.lang.StackOverflowError

如此线程中所述?)

错误265380报告了对WTP 3.0.5的修复,因此会影响 eclipse Ganymede SR2(即 3.4.2)。
WTP3.1也修复了这个错误,适用于 eclipse Galileo (3.5)

于 2009-08-10T15:18:21.380 回答