Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | java.io.IOException: 句柄无效??? |
aideliwu
发贴: 18 积分: 0 |
于 2004-09-01 14:15
我还是被 Exception in thread "main" Exit code: 1 There were errors 这个错误迷惑着啦,你能帮帮我吗,有人说我的 main 方法中 代码有误,可是我编译可以通过呀,但运行出错啦呀. 请帮我留意一下我的代码,耐心看一看,先谢谢你啦: import java.io.*; public class NumberInput{ public static void main(String args[]) throws IOException { String s; InputStreamReader ir=new InputStreamReader(System.in); BufferedReader in=new BufferedReader(ir); s=in.readLine(); System.out.println("Input value is: "+s); int i=Integer.parseInt(s); i*=2; System.out.println ("Input value changed after doubled:"+i); } } 呵呵呵呵~辛苦啦~~帮帮我哦~~给我些解决的提示哈, 等待你的回音,^-^~^-^~ Please try to use the Edit function and check "Disable Smileys". I have corrected the typo for you. 啊啊啊~`我的代码~在我提交时~不小心~错啦一点小错误啦: 上代码中的 i=intInteger.parseInt(s); 在我原代码中是int i=Integer.parseInt(s);啦. main中的错误应该是在其他地方啦~
why edited on 2004-09-01 20:47
CJSDNer6月14日北京聚会花絮 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
9162 | java.io.IOException: 句柄无效??? | aideliwu | 874 | 2004-09-01 14:15 |
7756 | Re:java.io.IOException: 句柄无效??? | xiaopa | 27 | 2004-09-01 14:34 |
7598 | Re:java.io.IOException: 句柄无效??? | 七品县令 | 5 | 2004-09-01 17:28 |
10864 | Re:java.io.IOException: 句柄无效??? | aideliwu | 1162 | 2004-09-01 21:32 |
7672 | Re:java.io.IOException: 句柄无效??? | aideliwu | 52 | 2004-09-02 22:51 |
7436 | Re:java.io.IOException: 句柄无效??? | why | 12 | 2004-09-03 03:20 |
7650 | Re:java.io.IOException: 句柄无效??? | aideliwu | 66 | 2004-09-03 09:02 |
7797 | Re:java.io.IOException: 句柄无效??? | why | 218 | 2004-09-03 09:21 |
7848 | Re:java.io.IOException: 句柄无效??? | aideliwu | 102 | 2004-09-03 09:21 |
已读帖子 新的帖子 被删除的帖子 |
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 |