Topic: 怎样在JDK1.5.0中导入自己的类。谢谢指导 |
Print this page |
1.怎样在JDK1.5.0中导入自己的类。谢谢指导 | Copy to clipboard |
Posted by: hbcg1982xn Posted on: 2004-10-16 20:29 我编写了一个printer类,并用JDK1.5编译成printer.class。在app.java中,我想调用printer中的方法,可是JDK总是提示出错: app.java:1:'.'expected import printer; ^ 1 error。 以下是我的程序: app.java: import printer; public class app { public static void main(String[] args) { (new printer()).print(); } } printer.class: public class printer { public void print() { System.out.println("Hello from Java!"); } } 请问:问题出在什么地方,请高手不吝赐教,谢谢。感激不尽。 |
2.Re:怎样在JDK1.5.0中导入自己的类。谢谢指导 [Re: hbcg1982xn] | Copy to clipboard |
Posted by: nothing Posted on: 2004-10-16 20:49 这两个类,都在缺省包"."中, 所以 // improt printer ; 就好了 |
3.Re:怎样在JDK1.5.0中导入自己的类。谢谢指导 [Re: hbcg1982xn] | Copy to clipboard |
Posted by: hbcg1982xn Posted on: 2004-10-16 21:10 谢谢楼上。我的程序可以运行了。多谢!!!!!!! |
4.Re:怎样在JDK1.5.0中导入自己的类。谢谢指导 [Re: hbcg1982xn] | Copy to clipboard |
Posted by: chengbd Posted on: 2004-10-17 19:39 把所有的程序都用package 放入包内,感觉应该是好的习惯 |
5.Re:怎样在JDK1.5.0中导入自己的类。谢谢指导 [Re: hbcg1982xn] | Copy to clipboard |
Posted by: beckham Posted on: 2004-10-17 19:55 呵呵 菜鸟哦我 不会的 先搞基础先 { 请勿在此灌水 这两个回帖明天删! 若问:灌水帖这个版块上多的是,为何只删我的? 回道:碰见灌水就杀,看见灌多于一个的,删得更快!} |
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 |