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.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
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.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
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 ;)
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337