| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 495 人关注过本帖
标题:能问下这些编译错误是什么意思吗?
只看楼主 加入收藏
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
快速回复:能问下这些编译错误是什么意思吗?
数据加载中...
 
   



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

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