| Author |
What is best to start for codding..?
|
Lavesh saxena
Greenhorn
Joined: Oct 11, 2008
Posts: 15
|
|
Hello All,
Can you please suggest me that what is the best to start for codding..?
Eclipse, Netbeasn, command prompt...
As i have started java very recently & its better to know...
thanksx
|
 |
Kieren Dixon
Greenhorn
Joined: Jan 30, 2009
Posts: 27
|
|
Start off with a text editor that can highlight syntax.
I'm not sure what most people use but Notepad++ is great.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32620
|
|
Agree with Kieren Dixon.
Avoid NetBeans, Eclipse and other IDEs until you are more experienced. Use the command line.
|
 |
harilal ithikkat
Ranch Hand
Joined: Oct 06, 2008
Posts: 221
|
|
Use text editor to start...........
then move to IDE...............i think thats more good..........
But you should move to IDE's after an extend..................
|
SCJP 1.5
"A candle looses nothing by lighting another candle"
itechmentors.com
|
 |
Tomita Militaru
Ranch Hand
Joined: Jan 16, 2009
Posts: 37
|
|
|
Text Editor + Command Line at first, best results.
|
Poor is the man whose pleasures depend on the permission of another.
|
 |
Lavesh saxena
Greenhorn
Joined: Oct 11, 2008
Posts: 15
|
|
thanks a lot for your suggestion..
i have downloaded Notepad++ & started....
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32620
|
|
|
If you use Notepad++ use the "save as" option before you write any code. When you save the file with a .java extension, all sorts of useful things, eg bracket highlighting, are activated. These make coding, or finding errors, easier.
|
 |
Lavesh saxena
Greenhorn
Joined: Oct 11, 2008
Posts: 15
|
|
yes i have checked...
thanks
|
 |
ner ieru
Greenhorn
Joined: Feb 12, 2009
Posts: 7
|
|
Or you can just hit language and then select java
Notepad++ is the most awesome text editor out there imo :P
|
 |
Brian Pianczk
Ranch Hand
Joined: Jan 26, 2009
Posts: 45
|
|
I would suggest having a handy list of errors on hand.
It helps for when you are looking at the cmd line while scratching your head about what an error message means.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32620
|
|
|
That list of errors is a good idea, but if I remember correctly, it has something missing. Not sure, but it might be that most "class interface or enum expected" errors, particularly at the end of the class, are actually caused by incorrectly paired {}.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32620
|
|
|
No, it isn't that; it tells you about {}. I was obviously mistaken. Sorry. Or maybe they have updated it since I last looked.
|
 |
 |
|
|
subject: What is best to start for codding..?
|
|
|