Topic: jbuilder 8 不能编译没有PACKAGE statement的 代码? |
Print this page |
1.jbuilder 8 不能编译没有PACKAGE statement的 代码? | Copy to clipboard |
Posted by: harvshen Posted on: 2003-02-28 15:35 我以前写的java 代码没有用package, 比如 public class first{ //code here } 然后我在下个class里引用这个class, import first; public class second1{ //code here } jbuilder8 竟然报错 "second1.java": Error #: 200 : '.' expected at line 1, column 13 但以前版本的jbuilder4,5,6,7均可以的,求救 |
2.Re:jbuilder 8 不能编译没有PACKAGE statement的 代码? [Re: harvshen] | Copy to clipboard |
Posted by: sanigo Posted on: 2003-03-01 19:08 把IMPORT去掉 |
3.去掉 import 不行 [Re: sanigo] | Copy to clipboard |
Posted by: harvshen Posted on: 2003-03-02 15:38 jbuilder 8 中,有一个project,假定有两个class ==first.java== class first { public final static String CHANNEL="WEB"; //code here } ==second.java== import first; class second{ //如果去掉 import first; 则下一行无法编译 System.out.println(first.CHANNEL); } ========== 如果留着 import first; 则Jbuilder 8 无法编译此行。 以前版本的jbulder 都没有这个问题,是否是jb8的bug?? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |