![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
Sexy Programmer
|
yeah, I heard BlueJ is good too. Our "Intro to Java" course in my school use BlueJ and Eclipse. I prefer Eclipse due to the fact I have tutorial books on it.
![]() Quote:
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
|
#12 |
|
Programmer
Join Date: Feb 2006
Location: UK
Posts: 36
Rep Power: 0
![]() |
BlueJ is quite good at teaching the basics of Object Orientation, but in general a bad thing to use for anything other than that.
Text editor: Notepad2 is pretty good for Windows, I use Kate on linux at the moment, mainly as it has a build in Terminal and stuff..the novelty will probably wear off sooner or later and I will probably use Eclipse for larger projects and Vim on nix. EDIT: by Vim I really meant gVim (just a graphical version) (prefer 6.4 to 6.6 unless its just that my 6.6 has a wierd config. :/) |
|
|
|
|
|
#13 |
|
Newbie
Join Date: Mar 2006
Location: Colorado
Posts: 4
Rep Power: 0
![]() |
My school uses MetroWerks CodeWarrior, but I am not sure if they sell it anymore.
|
|
|
|
|
|
#14 |
|
Programmer
Join Date: Aug 2005
Posts: 66
Rep Power: 0
![]() |
I'm a linux guy myself, so I think that vim is the way to go. Although there is a certain charm about using an IDE. Although if your teacher won't let you use ide's then really any of your basic text editors would do the trick. ^_^
|
|
|
|
|
|
#15 | |
|
Professional Programmer
|
Quote:
If you have the resources to do so, use an IDE. It will save you lots of headache by pointing out errors and such on the fly instead of trying to dig though a black and white text editor when trying to find a problem before it happens. When you get better you probably won't need it as much, but it will be of a great help. |
|
|
|
|
|
|
#16 |
|
Sexy Programmer
|
to tell you the truth, use a text editor like notepad(for windows) or w/e default application there is on your OS. That's a good way to learn how to program!
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#17 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
Notepad doesn't have syntax highlighting. I think this is a bare minimum that any code editor would need to have.
|
|
|
|
|
|
#18 |
|
Sexy Programmer
|
yeah, once again, Arevos is correct! I suggest Notepad++ then!
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#19 |
|
Professional Programmer
|
I would start out with TextPad, but once you move on to larger projects Eclipse is the only way to go.
|
|
|
|
|
|
#20 |
|
Programmer
Join Date: Aug 2005
Posts: 66
Rep Power: 0
![]() |
I agree with the guys here, in that it's best to go with something low level with syntax highlighting. Using an ide right off the bat can kind of make a programmer lazy, in the sense that the ide has auto-correct functions.
If you use an ide like eclipse to learn to program, then you won't get to understand the errors, when to properly use try/catch blocks, all that good stuff. Now, when you've gotten a good feel for java and understand all the guts, then using an ide, (as has been stated) for the bigger projects is a good bet. It sure is nice to have skeleton classes for an entire interface generated for you. ![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|