View Poll Results: What are you using to write your code?
- Voters
- 4172. You may not vote on this poll
-
Wordpad
28 0.67% -
Notepad
219 5.25% -
Emacs
16 0.38% -
Gedit
37 0.89% -
JGrasp
114 2.73% -
Visual J#
3 0.07% -
Netbeans
1,003 24.04% -
IntelliJIDEA
48 1.15% -
Eclipse
1,660 39.79% -
JBuilder
17 0.41% -
BlueJ
214 5.13% -
DrJava
91 2.18% -
Adobe Dreamweaver
9 0.22% -
BBBEdit
0 0% -
JIPE
1 0.02% -
GEL
1 0.02% -
Vi/Vim
37 0.89% -
JCreator
241 5.78% -
TextPad
120 2.88% -
Other
143 3.43% -
Notepad++
170 4.07%
Results 681 to 700 of 949
- 10-05-2010, 01:33 AM #681
Member
- Join Date
- Oct 2010
- Posts
- 8
- Rep Power
- 0
I was just trying to decide between IDE's before I invested much time in any of them.
Found this great article. I felt it was very detailed about the objective differences.
InfoWorld review: Top Java programming tools | Developer World - InfoWorld
NOTE: it is an 11 page article
As someone who has only done scripting before, and never used an IDE, and just learning Java -- I think I am going to use Netbeans.... for now at least.Last edited by Glyph; 10-05-2010 at 01:35 AM. Reason: minor wording change
- 10-05-2010, 03:44 AM #682
Member
- Join Date
- Oct 2010
- Posts
- 1
- Rep Power
- 0
Hey everyone. I'm a fresh newbie to Java. We use Textpad to compile and run at school, but at home I run a mac. So I use TextWrangler with add-on scripts to compile and run. I started playing around with Eclipse, but was a little too advanced for my current needs.
- 10-07-2010, 06:06 AM #683
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
My advice is touch many editors you can, from simple one to advance. But you must clever with an advance IDE latter part.
- 10-10-2010, 01:47 AM #684
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
- 10-10-2010, 07:28 AM #685
Well I m not an experienced programmer. When I started learning JAVA I used Navicoder IDE for java for writing and running JAVA programs, but after some time I faced some difficulties using that IDE like error when using Scanner for input. So I switched to eclipse IDE . Don't mind if I am wrong, I think that Eclipse does not use Java development kit that we install in the computer and it contains of its own. I only uses the Installed JRE's JVM to run the class file..
- 10-11-2010, 01:42 PM #686
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Most of the IDE provides release two versions early stages, with and without JDK versions. But nowadays most of the IDEs comes with the latest JDK versions. And also most of the IDE are capable to search the system and find the JDK installations and link to it at the time of installing IDE.
However I'm not clear with that what you mean by Eclipse does not use JDK.
- 10-11-2010, 02:02 PM #687
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
- 10-15-2010, 02:32 PM #688
Thanks JosAH for explaining my point..........
- 10-18-2010, 10:48 AM #689
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 10-18-2010, 12:21 PM #690
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
- 10-19-2010, 04:04 AM #691
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Specifically? Not with JDK? :0
- 10-20-2010, 12:18 PM #692
Eclipse only requires the JRE, It may be the one installed by JDK
- 10-22-2010, 06:29 AM #693
Senior Member
- Join Date
- Mar 2009
- Posts
- 552
- Rep Power
- 5
So eclipse uses its own compiler... wow, not sure why I never figured THAT out. I've been using it for 4 years now.
Not that it really makes a difference what compiler is used (unless, like me, you program off a flash drive and can save space by just having the JVM) Same bytecode comes out anyway, or at least bytecode runnable by any JVM.If the above doesn't make sense to you, ignore it, but remember it - might be useful!
And if you just randomly taught yourself to program, well... you're just like me!
- 10-22-2010, 07:37 AM #694
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
There are some nifty little difference between Jide (the Eclipse compiler) and Javac (Sun's reference compiler). It is not clear which one is correct although Javac is the reference implementation. I started a little discussion in this forum a couple of months ago about this very topic but I can't find the link anymore (it wasn't much of a discussion either ;-)
kind regards,
Jos
ps. Eclipse also comes with its own javadoc tool and debugger and jar tool. Only a JRE is needed ... Netbeans o.t.o.h. needs the entire JDK to be present.
- 10-22-2010, 05:57 PM #695
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 10-22-2010, 10:32 PM #696
Member
- Join Date
- Oct 2010
- Posts
- 6
- Rep Power
- 0
I'm a netbeans user mainly because I want the GUI building functionality. I've coded GUI's by hand in the past but want to focus more on non-GUI code or non-standard GUI functionality where the GUI falls short.
I agree with the other comments that if you want to know what is happening then do it all by hand and later move on to builder tools.
- 10-25-2010, 11:41 AM #697
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 10-31-2010, 01:02 AM #698
Member
- Join Date
- Oct 2010
- Posts
- 45
- Rep Power
- 0
Geany from Geany : Home Page
- 10-31-2010, 01:21 AM #699
Member
- Join Date
- Oct 2010
- Posts
- 45
- Rep Power
- 0
geany is very lite and fast
I do all my c++ and Java with it and it has buttons for building, compiling, and run
and obviously search replace etc
it also has the traditional area to show the errors and some other few more stuff
i also use it as general text editor
- 11-01-2010, 05:56 PM #700
Member
- Join Date
- Sep 2010
- Location
- Singapore
- Posts
- 13
- Rep Power
- 0
Similar Threads
-
how to write onto a file
By mirage_87 in forum New To JavaReplies: 6Last Post: 09-08-2009, 03:54 PM -
a simple code (cldc or midp) to write a text file ouside of the application package
By sina in forum CLDC and MIDPReplies: 3Last Post: 12-12-2008, 12:12 PM -
How to write your own Comparator
By Java Tip in forum java.langReplies: 0Last Post: 04-15-2008, 07:38 PM -
About bean:write
By yuchuang in forum Web FrameworksReplies: 1Last Post: 04-30-2007, 03:31 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


18Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks