Do you know which is the best Java IDE proggie to use. So far I've been using a Text Editor called EditPlus to do all my Java code, but is there any better programs out there for Java development?
The most annoying thing was that some kid had a copy of CodeWarrior on their computer and they were able to build themselves a Swing interface in a matter of seconds. I found that annoying because it takes me an hour or so to manually type out the same Swing interface in a Text Editor. But I guess I learn somthing from doing it the hard way rather than the easy way .
Textpad rules; I configured it the way it calls java compiler when ctrl+1 is pressed. Amazing the time you can save using that shortcut in addition of having colors and stuff there.
But for all potential users, you wanna make sure you save your blank paper before coding anything, to have the syntax color displayed whenever you type a reserved code.
Like save whatever.java then start coding =P
if you are on linux , nedit is good or kdevelop (use it like a notepad for the color and compile in console). For windows i like jbuilder (need a fast cpu like someone saids before)
If this is still being read I'd hae to say EditPlus and JBuilder6 make a good windows combo. If your on unix/linux i'd say use the console to compile and any syntax colouring text editor.
Pretty old thread... but my favorite text editior (after vi ) is jEdit which you can download at jedit.org. Plugins are availble that allow you to use it as an IDE for easy compiling, debugging, etc.