View Poll Results: What are you using to write your code?
- Voters
- 4773. You may not vote on this poll
-
Wordpad
30 0.63% -
Notepad
243 5.09% -
Emacs
20 0.42% -
Gedit
39 0.82% -
JGrasp
132 2.77% -
Visual J#
3 0.06% -
Netbeans
1,137 23.82% -
IntelliJIDEA
71 1.49% -
Eclipse
1,972 41.32% -
JBuilder
17 0.36% -
BlueJ
227 4.76% -
DrJava
99 2.07% -
Adobe Dreamweaver
9 0.19% -
BBBEdit
0 0% -
JIPE
1 0.02% -
GEL
1 0.02% -
Vi/Vim
42 0.88% -
JCreator
247 5.17% -
TextPad
122 2.56% -
Other
157 3.29% -
Notepad++
204 4.27%
Results 361 to 380 of 1038
- 02-02-2009, 05:03 AM #361
- 02-02-2009, 05:08 AM #362
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
NetBeans do the same thing too. You can switch between design view as well as code view. But in code view auto generated code, inti() method basically, cannot edit directly. To do that you have to edit xml file, that is *.form file.
- 02-06-2009, 11:43 PM #363
I've just started java, and the university is pushing blueJ on me, it's pretty good for learning.
Next year i will most likely start using eclipse for my large java protects used it before so im quite familiar with it.
- 02-07-2009, 01:55 AM #364
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
You should choose a one on your experience.
- 02-12-2009, 08:32 AM #365
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
I just luv eclipse
I have been using Eclipse from long and I just luv it. Recently moved to Myeclipse but it is painfully slow.
Dont understand how open source stuff rocks and paid sucks all time....
Great work being done at open source...wish I could also contribute somehow...
)=====================================>>
Njoy,
Software Wiki | Java | Searching | Database | Hibernate | J2EE Frameworks| Job Tips | I Luv LinuxHave fun....
JAVA FAQs
- 02-12-2009, 09:45 AM #366
seems you have just started using MyEclipse. i assure you later on you will see how it overpowers eclipse. [ MyEclipse is actually enhanced Eclipse ]
i am the future
- 02-12-2009, 04:34 PM #367
I've been using MyEclipse for years, and I haven't had any performance problems, so I'm disappointed you are having a bad experience. I'm running on an old Pentium M laptop, but I have 2gig of RAM.
MyEclipse is incredibly useful for Web apps and Swing. If you can describe where and when you have performance problems, perhaps we can help.
Eclipse is huge, and MyEclipse makes it huger. As I hinted at before, RAM might be an issue. How much do you have, and what are the settings in your eclipse.ini file?
- 02-12-2009, 11:43 PM #368
I use NetBeans. I've tried it and Eclipse, prefer NetBeans. Great syntax hi-lighting, great how when you type a class name/object then dot it shows all methods/fields etc of classes in project, and the entire API. Only downside is it doesn't show the constructors. Performance is not an issue, I have a pretty good laptop. Great how it compiles every time keyboard input stops and shows errors. NetBeans 6.5 FTW!
Tell me if you want a cool Java logo avatar like mine and I'll make you one.
- 02-13-2009, 01:27 AM #369
Netbeans is a great IDE, and those features are *extremely* useful. In fairness to Eclipse, it does the same things. I will say that Netbean's features are generally easier to find at first.
- 02-13-2009, 03:41 AM #370
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
My choice is NetBeans, I love it. Really easy to work on with.
- 02-16-2009, 05:47 PM #371
Member
- Join Date
- Dec 2008
- Posts
- 2
- Rep Power
- 0
I'm studying Java with Eclipse, but I barely know the basics. Hopefully I will be able to understand the technology by summer 2009.
- 02-16-2009, 10:58 PM #372
Senior Member
- Join Date
- Feb 2009
- Posts
- 312
- Rep Power
- 10
Began with NetBeans in college, then gradually shifted into Eclipse and now use it for everything. Especially helpful with its CVS repositories considering all of the company's code I work for is in one.
- 02-17-2009, 04:04 AM #373
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
NetBeans work on with CVS as well in advance. Did you ever try it?
- 02-17-2009, 04:39 AM #374
No one under the age of 35 should even know what CVS is. Subversion rules!
- 02-17-2009, 04:55 AM #375
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
- 02-17-2009, 05:19 AM #376No one under the age of 35 should even know what CVS is. Subversion rules!
So if you know what SVN is, you should know what CVS is as well, right?USE CODE TAGS--> [CODE]...[/CODE]
Get NotePad++ (free)
- 02-17-2009, 05:33 AM #377
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
- 02-23-2009, 01:05 AM #378
Member
- Join Date
- Feb 2009
- Posts
- 21
- Rep Power
- 0
All the guys at my school use Crimson Editor
- 03-02-2009, 02:02 PM #379
Member
- Join Date
- Mar 2009
- Posts
- 2
- Rep Power
- 0
hi to all,
I use netbeans for my project but I use bluej and eclipse when I'm learning tricks in java. :)
I'm new here.
- 03-04-2009, 04:30 AM #380
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
So here comes another NetBeans user. Actually get hand dirty on several IDEs much better.
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
Bookmarks