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 221 to 240 of 949
- 09-28-2008, 06:58 PM #221
Member
- Join Date
- Sep 2008
- Posts
- 34
- Rep Power
- 0
Maybe BlueJ is terrible, after all I only used it to make a JAR file (when terminal was not working out for some unknown reason) and to attempt to make documentation, where I can see a preview, but so far it is the only one that I came across with a JAR file (no, I don't carry a JAR copy of it, but at least it did have a JAR package). True, quicker is more productive, but being quick won't guarantee good results.
- 09-28-2008, 07:16 PM #222
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
- 09-29-2008, 12:26 AM #223
Absolutely
My first meetings with Netbeans was very negative - we really didn't like each other, nothing worked.
Then a year later I was introduced to Netbeans as a part of a programming course - where the TA really knew his way around the tool - that really did the trick for me. The first time I did a Refactor->Encapsulate Fields - that really made the sale for me and the experience has just become better and better with time.
Many regards
flywheel
- 09-29-2008, 03:53 AM #224
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Actually NetBeans have grate collection of Tools. Refactor is just one of them.
- 09-29-2008, 09:38 AM #225
Member
- Join Date
- Sep 2008
- Posts
- 36
- Rep Power
- 0
Yeah, netbeans isn't bad I use JarBuilder to make my jar files.
BTW Why isn't JCoder one of the list-options?
- 09-29-2008, 11:59 AM #226
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Using NetBeans you can build jar files. So why are you using JarBuilder?
- 09-29-2008, 12:51 PM #227
Member
- Join Date
- Sep 2008
- Posts
- 36
- Rep Power
- 0
Because
I'm using JarBuilder because I don't currently have NetBeans on my "work" computer and I use JCreator on my work-comp.:)
- 09-29-2008, 04:42 PM #228
I use an IDE called Geany, which no one's heard of. It's great because it's really straightforward. It's simple like Notepad (I can't stand that over-complicated Eclipse crap), but it colors the text and auto-indents, which is just enough to make programming a bit easier without trying to do everything for me.
- 09-30-2008, 03:46 AM #229
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 09-30-2008, 07:41 AM #230
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
The free version probably can't (it's very vanilla), but the Pro Version (which is not free and I have never used, so this is hearsay) is, suppossedly, a full-fledged IDE with, at least most, of the bells and whistles.
- 09-30-2008, 08:18 AM #231
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
That's why I believe the worst thing in the world is FREE. ;)
- 09-30-2008, 08:30 AM #232
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Well, NetBeans is free, isn't it? So is Eclipse. Both have their problems (NetBeans is, some areas, somewhat, and sometimes more than somewhat, slow and Eclipse is a bit, and in some areas more than bit, bloated), but both are still very good and full-fledged IDEs. The problem is the users thinking that they will get a fully functional product in a free version when a pay version of the same software also exists. ;)
- 09-30-2008, 08:40 AM #233
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yep, me too. :p Reason is when I'm using IntelliJ IDEA, I feel it's much better than NetBeans. I'm talking about corporate/professional installation. And also I'm not saying that IntelliJ IDEA don't have issue, there are, but less that NetBeans. But I don't have a license to use it now.
- 10-01-2008, 06:09 PM #234
- 10-01-2008, 06:57 PM #235
I know - "encapsulate fields" was just the first tool/function I became aquinted with - I was used to using advanced texteditors, where it could take quite some time creating get and set methods (copy-pasting and so on) and suddenly click-click-click and in a half a minute NB could autogenerate them - grand.
- 10-02-2008, 04:18 AM #236
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
And also I really like there VNC supporting. It's really grate.
- 10-02-2008, 04:37 PM #237
When i was first introduced to Java i was in my first year at university and we used a form of notepad type thing and Command Prompt which i think is just to help you to understand the mechanics of compiling code. After that for a short while i used Jedit and JGrasp which were good to help you understand code better because of the highlights and colours of different types of syntax. Then the inevitable choice confronts you, do you choose Netbeans or Eclipse. I now use Netbeans but have chopped and changed so much over the past two years as its so hard to decide which IDE to settle on. They both have there own advantages and from my experience with Java2d, Java3d, JBoss, database application building etc etc. I think you have to try them both because some tasks are better suited to each, but which ever you chosse they are both excellent IDE`s. GO NETBEANS for me at the moment.
- 10-03-2008, 04:16 AM #238
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Lots of Java developers starts there carrier in that way, start from the Notepad + command prompt and move to advance Java IDE. In my view, notepad + command prompt helps in may ways, identify the compiling/running mechanism, identify the keywords, identify different initializations like implements all members of an interface and a lot.
- 10-03-2008, 05:38 AM #239
Member
- Join Date
- Oct 2008
- Posts
- 1
- Rep Power
- 0
I used JCODER. why isn't it in the list? :O
I downloaded their lite version which is free of charge 2 months ago, and think it's a good tool :) , though it's not as sophisticate as Eclipse, it's easy to use and fast. I just found out that they are giving out free licenses by lucky draw now, may check out their website (jcoder dot com) if you are interested.
- 10-03-2008, 11:40 AM #240
Member
- Join Date
- Sep 2008
- Posts
- 36
- 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