Getting Started with Java

Reply

Join Date: Sep 2007
Posts: 5
Reputation: pparker is an unknown quantity at this point 
Solved Threads: 0
pparker pparker is offline Offline
Newbie Poster

Getting Started with Java

 
0
  #1
Oct 9th, 2007
Hi,

I'm going to begin school for CS in a couple of months, and am trying to get started with some of the material on my own. I need to learn some Java; I've done a bit of C++ in the past. The prof sent me an email saying at school we would compile our code on Unix, but at home we could use anything we want for writing/testing code.

I downloaded some stuff from the Sun website, but it seems the process is somewhat obtuse: type in notepad, open a command prompt, bla bla bla. I remember doing C++ on visual studio--there was none of that -- just wonderfully friendly colors, nice help topics, and big buttons that basically said "make the thing happen (without having a clue what's actually going on)." So I downloaded Netbeans, which is pretty cool -- similar to what I was used to.

However, I wonder if this will actually allow me to learn the things I need to learn. What does it actually mean to "learn Java?" Write some code and push the button? Or is it more? Something tells me it's much, much more. Will an IDE like Netbeans stunt my growth? Will corners be cut that actually ought to be inspected?

Thanks in advance for any thoughts...
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,264
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Getting Started with Java

 
0
  #2
Oct 9th, 2007
I started learning java using netbeans, I now use eclipse prolifically. I haven't found it to be a hinderance. Whatever apps I create I test on different platforms anyway.

Java and GUIs is definitely different from the way visual studio sell it. You'll learn that if you don't use a GUI builder such as netbeans etc.
Last edited by iamthwee; Oct 9th, 2007 at 4:47 pm.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Getting Started with Java

 
0
  #3
Oct 10th, 2007
an IDE at this stage is the worst thing to use.
Rather you should get to know the tools you have, editor and command line compiler and runtime.
If you're incapable of getting to grips with those, it's not too late yet to change your chosen profession. And you'd better do that as you're going to fail utterly there if you can't even learn to use some commandline tools from the documentation provided with them.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 192
Reputation: nschessnerd is an unknown quantity at this point 
Solved Threads: 8
nschessnerd's Avatar
nschessnerd nschessnerd is offline Offline
Junior Poster

Re: Getting Started with Java

 
0
  #4
Oct 10th, 2007
Originally Posted by jwenting View Post
an IDE at this stage is the worst thing to use.
Rather you should get to know the tools you have, editor and command line compiler and runtime.
If you're incapable of getting to grips with those, it's not too late yet to change your chosen profession. And you'd better do that as you're going to fail utterly there if you can't even learn to use some commandline tools from the documentation provided with them.
Thats kinda harsh...
I got fine using netbeans when i first learned, it will show you errors and possible corrections. If you already know how to use notpad and cmd prompt then it cant hurt. In fact it helps, when you type it will show you possible methods and variables (like in visual studio).
Netbeans is ok but its big and slow on a slow computer. If thats the case then check out bluej, it wont show you methods and stuff but it makes life easier. I have used jbuilder but i prefer netbeans more and im not sure about elipse.
this.love(*);
&hea/rts;
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 5
Reputation: pparker is an unknown quantity at this point 
Solved Threads: 0
pparker pparker is offline Offline
Newbie Poster

Re: Getting Started with Java

 
0
  #5
Oct 10th, 2007
Originally Posted by jwenting View Post
If you're incapable of getting to grips with those, it's not too late yet to change your chosen profession. And you'd better do that as you're going to fail utterly there if you can't even learn to use some commandline tools from the documentation provided with them.
Whoa there, tiger...

I see the point of what you're saying, but REALLY...
Ever consider a career in motivational speaking? lol

Anyways, thanks a lot for the responses, guys. I see that it's important to learn, but there's a LOT of important stuff to learn. I was sort of trying to prioritize at the beginning.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Getting Started with Java

 
0
  #6
Oct 10th, 2007
If by motivational speaking you mean pussyfooting and obscuring the truth so as not to hurt tender feelings, I've considered it and rejected the idea out of hand

Yes, there's a lot to learn. Start by learning the basics though, don't make the (common) mistake of immediately jumping into the deep end and trying to build a full blown midsized or larger application.
Start small, simple things to test out different language constructs.
Once you get a feel for the syntax and language constructs (which though some may look similar to C++ have a tendency to work just differently enough to put you off guard if you lack experience) you can go think of bigger things. But keep going slowly.

You will find that many experienced programmers will create small standalone programs to test out and experiment with things they intent to use in larger programs.
Makes it a lot easier to get to grips with a concept, and less time lost if you find out it doesn't work in a 20 line application than a 2000 line one
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC