标题:能问下这些编译错误是什么意思吗?
只看楼主
luchang999
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-6-23
 问题点数:0 回复次数:2 
能问下这些编译错误是什么意思吗?

Test.java:23: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple treeTuple = new TreeTuple(null);
^
Test.java:23: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple treeTuple = new TreeTuple(null);
^
Test.java:24: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple rootTuple = new TreeTuple(null);
^
Test.java:24: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple rootTuple = new TreeTuple(null);
^
Test.java:26: cannot resolve symbol
symbol : variable results
location: class Test
if (results == null) {
^
Test.java:27: cannot resolve symbol
symbol : variable results
location: class Test
results = new Vector();
^
Test.java:30: cannot resolve symbol
symbol : method getSubtreePath ()
location: class Test
Node subtree = getSubtree(parsedPage, treeTuple, rootTuple, getSubtreePa
th(), getSubtreeRule());
^
Test.java:30: cannot resolve symbol
symbol : method getSubtreeRule ()
location: class Test
Node subtree = getSubtree(parsedPage, treeTuple, rootTuple, getSubtreePa
th(), getSubtreeRule());

^
Test.java:31: cannot resolve symbol
symbol : variable finalSubtree
location: class Test
finalSubtree = subtree;
^
Test.java:33: cannot resolve symbol
symbol : class TagHeuristic
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:33: cannot resolve symbol
symbol : class HighestCountTagHeuristic
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:33: cannot resolve symbol
symbol : variable configuration
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:35: cannot resolve symbol
symbol : variable out
location: class Test
out.println("Tag count: "+heuristic.getTagCount());
^
Test.java:38: cannot resolve symbol
symbol : method fireWrapperBeganExtraction ()
location: class Test
fireWrapperBeganExtraction();
^
Test.java:39: cannot resolve symbol
symbol : variable finalTag
location: class Test
int count = printResults(finalTag, heuristic, treeTuple, rootTuple, resu
lts);
^
Test.java:39: cannot resolve symbol
symbol : variable results
location: class Test
int count = printResults(finalTag, heuristic, treeTuple, rootTuple, resu
lts);
^
Test.java:49: non-static method extractObjects(org.w3c.dom.Node) cannot be refer
enced from a static context
System.out.println("There are " +extractObjects(p));
^
17 errors

搜索更多相关主题的帖子: 编译 
2007-06-23 16:22
千里冰封
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:灌水之王
等 级:版主
威 望:155
帖 子:28477
专家分:59
注 册:2006-2-26
得分:0 

不能解释这些符号


可惜不是你,陪我到最后
2007-06-23 16:48
luchang999
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-6-23
得分:0 
这个是什么意思啊,我是个新手不太懂这席
2007-06-23 17:08



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-149737-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 2.084526 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved