This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Beginning Java and the fly likes What development environment for Complete Newbs? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "What development environment for Complete Newbs?" Watch "What development environment for Complete Newbs?" New topic
Author

What development environment for Complete Newbs?

Terry Wynn
Greenhorn

Joined: Dec 18, 2009
Posts: 17
What would you suggest for editor et al for a complete newb to Java?

Should I still be running from the command window?

Any other tools I should acquire?

fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

a complete noob should use the command line and a simple text editor. notepad works if you are careful and don't let it stick the '.txt' extension on the end of your .java files.


Never ascribe to malice that which can be adequately explained by stupidity.
Terry Wynn
Greenhorn

Joined: Dec 18, 2009
Posts: 17
OK.

Then is there a way to make the command line interpreter a little smarter?

Also,
I see a lot of examples copied from some editor that numbers lines, what is that?

fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

What do you mean by 'make the command line interpreter a little smarter"?

and if you paste your code in here using the 'code' tags, it will number them for you.
W. Joe Smith
Ranch Hand

Joined: Feb 10, 2009
Posts: 710
Terry Wynn wrote:OK.

Then is there a way to make the command line interpreter a little smarter?

Also,
I see a lot of examples copied from some editor that numbers lines, what is that?



NotePad++ is a good way to go. It provides a little functionality, but is not really an IDE.

What do you mean "make the command line interpreter smarter"? What ar eyou wanting it to do?


SCJA
When I die, I want people to look at me and say "Yeah, he might have been crazy, but that was one zarkin frood that knew where his towel was."
Terry Wynn
Greenhorn

Joined: Dec 18, 2009
Posts: 17
things that are available from shells in Linux, like repeat last command, finish command, that sort of thing.

Terry Wynn
Greenhorn

Joined: Dec 18, 2009
Posts: 17
I have installed Notepad++

How do I link N++ to the default of Java source code so that I can click and open with N++ ?

Thank you

fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

assuming windows, you can hit the up arrow to scroll through your prior commands (at least on my two windows boxes). Tab will often complete a file name, but not a command (to my knowledge).
W. Joe Smith
Ranch Hand

Joined: Feb 10, 2009
Posts: 710
Terry Wynn wrote:I have installed Notepad++

How do I link N++ to the default of Java source code so that I can click and open with N++ ?

Thank you



Not sure how to do it from within N++ (don't have it on this computer), but you could just right click on a .java fine, select "Open With...", then "Choose Program" and select notePad++, and set it as the default for those kinds of files.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: What development environment for Complete Newbs?
 
Similar Threads
SAXException in response
how can i learn jsp
voice chat
Preparing for SCWCD ?????
Passed SCJP 6.0 in english in Germany ;)