Redian新闻
>
自学java,编了个Hello world。怎么都是错误读不出来啊
avatar
自学java,编了个Hello world。怎么都是错误读不出来啊# Java - 爪哇娇娃
c*s
1
高手解释下 啊
我编的是
1 public class Hello
2 public static void main(string args[]){
3 system.out.println("Hello world!");
4 }
5 };
哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了
avatar
c*s
2
我注意了下大小写,改了,还是错误啊
avatar
d*e
3
漏了个括号
avatar
b*i
4
Hello {

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
a*e
5
1 Hello 后面 {
2 String 大写
3 System 大写
5 ;

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
c*s
6
我加了括号还是错啊
1 public class Hello{
2 public static void main(String args[]){
3 System.out.println("Hello World!");
4 }
5 };

【在 d*****e 的大作中提到】
: 漏了个括号
avatar
c*s
7
我加了括号还错,为什么?

【在 a**e 的大作中提到】
: 1 Hello 后面 {
: 2 String 大写
: 3 System 大写
: 5 ;

avatar
b*i
8
public class Hello {
public static void main(String args[]){
System.out.println("Hello world!");
}
}

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
c*s
9
我复制了你的,然后运行,一点问题都没有,这是为啥?为啥我写的,和你一样啊,就
是少了几个数字,就不能运行了???

【在 b***i 的大作中提到】
: public class Hello {
: public static void main(String args[]){
: System.out.println("Hello world!");
: }
: }

avatar
d*e
10
string args[]改成String[] args
avatar
c*s
11
为什么要改啊,上上楼那个没改,就可以运行了啊

【在 d*****e 的大作中提到】
: string args[]改成String[] args
avatar
w*z
12
用eclipse, 会有提示哪错了,怎么改。

【在 c*******s 的大作中提到】
: 我注意了下大小写,改了,还是错误啊
avatar
u*s
13
line number is not part of source code
Go get an IDE, try IntelliJ IDEA CE 12

【在 c*******s 的大作中提到】
: 我复制了你的,然后运行,一点问题都没有,这是为啥?为啥我写的,和你一样啊,就
: 是少了几个数字,就不能运行了???

avatar
w*z
14
最后的"; "不要

【在 c*******s 的大作中提到】
: 我复制了你的,然后运行,一点问题都没有,这是为啥?为啥我写的,和你一样啊,就
: 是少了几个数字,就不能运行了???

avatar
b*i
15
[]可以放在String后面(推荐),也可以放在变量后面。
不要行号,各种大小写要注意,最后不要;
用Eclipse可以提示所有问题。

【在 c*******s 的大作中提到】
: 为什么要改啊,上上楼那个没改,就可以运行了啊
avatar
c*s
16
谢谢大家
avatar
F*0
17
能解释一下,这几句都是干什么用的?是公司里的编程吗?
avatar
c*u
18
大哥,你是来挖坑的吗?

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
w*c
19
终于看到个有同感的回贴,楼上的都太nice了.

【在 c*******u 的大作中提到】
: 大哥,你是来挖坑的吗?
avatar
c*s
20
操,我真在学,

【在 c*******u 的大作中提到】
: 大哥,你是来挖坑的吗?
avatar
k*e
21
挺有个性的。
这样学不好。这么一个小程序,错误是行数的两倍,看着还有中文符号。
不如直接复制源代码,然后修修改改的运行更给力
avatar
b*i
22
你学java的目的是什么?

【在 c*******s 的大作中提到】
: 操,我真在学,
avatar
c*s
23
多学点东西,说不定以后用到。而且经常听到这些东西,不懂就想了解了

【在 b***i 的大作中提到】
: 你学java的目的是什么?
avatar
c*s
24
你怎么看出有中文符号了?要怎么学更好啊

【在 k********e 的大作中提到】
: 挺有个性的。
: 这样学不好。这么一个小程序,错误是行数的两倍,看着还有中文符号。
: 不如直接复制源代码,然后修修改改的运行更给力

avatar
c*s
25
不要这么mean嘛

【在 w****c 的大作中提到】
: 终于看到个有同感的回贴,楼上的都太nice了.
avatar
z*e
26
去下一个jcreator吧
白板编程对于新手来说的确挺痛苦的
avatar
f*i
27
我觉得不要强求,不是每个人的脑子都适合编程的。当然不是说会编程多有优势的意思
avatar
m*o
28
The example code in a textbook has line number in front of every line of the
source code. This line number is used to refer which line of source code
the description is about, it is not the part of a java problem. You should
learn how to read error message at the same time of learning programming
language. The error messages show clearly that each line the problem part is
the line number. If you remove these line number, then you will have no
error.
As somebody suggested, down the example code, look at it first, then write
your own. Using a text editor to write java code is great, using IDE is good
.
avatar
d*l
29
您大脑的学习反馈弧也太短了点。
你的出错提示第一条好象就是在说分号的事情啊,为啥不一条一条的阅读呢?
这么粗糙的学习不经大脑思考分析、有错忙不迭就上来叫唤,一点儿也不省时间。

【在 c*******s 的大作中提到】
: 操,我真在学,
avatar
o*s
30
这个真的不是坑么?文科中的文科?
avatar
f*r
31
想认真学的话下个Intellj吧,有免费版本。
avatar
c*s
32
我看英文很不爽,我电脑键盘不是英文输入也不是中文输入的,很费劲

【在 d*****l 的大作中提到】
: 您大脑的学习反馈弧也太短了点。
: 你的出错提示第一条好象就是在说分号的事情啊,为啥不一条一条的阅读呢?
: 这么粗糙的学习不经大脑思考分析、有错忙不迭就上来叫唤,一点儿也不省时间。

avatar
z*e
33
啥语言?日语还是法语?

【在 c*******s 的大作中提到】
: 我看英文很不爽,我电脑键盘不是英文输入也不是中文输入的,很费劲
avatar
z*5
34
初学的话,用ultraedit吧,起码中英文大小写等东西不会混在一起,减少你检查这些
低级错误的时间。 一开始就用IDE我觉得也不太好吧。
avatar
u*s
35
貌似意大利

【在 z****e 的大作中提到】
: 啥语言?日语还是法语?
avatar
F*0
36
好像计算机有语障,完全看不懂阿

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
f*8
37
昨晚我家领导跟我说了这个笑话,然后呢鼓励我向他学习,虽然说错误有点夸张哈

【在 o********s 的大作中提到】
: 这个真的不是坑么?文科中的文科?
avatar
z*e
38
没什么了
java的hello world应该是所有语言里面最麻烦的一个了
弄错很正常
多错几次就会了
avatar
l*u
39
我也觉得是来挖坑的,哈哈
avatar
b*u
40
新手最应该无ide裸写了。

【在 u****s 的大作中提到】
: line number is not part of source code
: Go get an IDE, try IntelliJ IDEA CE 12

avatar
b*u
41
你什么背景?非理工背景还是拿本thinking in java慢慢啃,要肯下工夫。

【在 c*******s 的大作中提到】
: 多学点东西,说不定以后用到。而且经常听到这些东西,不懂就想了解了
avatar
B*g
42
新手应该学会:
书上有5行code,抄了5行,结果的一堆错
1.copy5行,看有没有错来验证环境是否建好了
2.如果环境建好了,一行一行copy取代抄的,看那行抄错了

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

avatar
F*0
43
coding trouble-shooting!

【在 B*****g 的大作中提到】
: 新手应该学会:
: 书上有5行code,抄了5行,结果的一堆错
: 1.copy5行,看有没有错来验证环境是否建好了
: 2.如果环境建好了,一行一行copy取代抄的,看那行抄错了

avatar
x*o
44
好强,比我当初强多了
avatar
c*e
45
用个ide容易得多,有的ide点击一下,就自动写了main那一大陀。

【在 c*******s 的大作中提到】
: 高手解释下 啊
: 我编的是
: 1 public class Hello
: 2 public static void main(string args[]){
: 3 system.out.println("Hello world!");
: 4 }
: 5 };
: 哪里错了啊 好不容易弄完环境变量,弄到这一步步知道怎么下去了

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。