View Poll Results: What are you using to write your code?
- Voters
- 4204. You may not vote on this poll
-
Wordpad
28 0.67% -
Notepad
220 5.23% -
Emacs
16 0.38% -
Gedit
37 0.88% -
JGrasp
114 2.71% -
Visual J#
3 0.07% -
Netbeans
1,005 23.91% -
IntelliJIDEA
50 1.19% -
Eclipse
1,678 39.91% -
JBuilder
17 0.40% -
BlueJ
214 5.09% -
DrJava
92 2.19% -
Adobe Dreamweaver
9 0.21% -
BBBEdit
0 0% -
JIPE
1 0.02% -
GEL
1 0.02% -
Vi/Vim
37 0.88% -
JCreator
243 5.78% -
TextPad
120 2.85% -
Other
144 3.43% -
Notepad++
175 4.16%
Results 81 to 100 of 950
- 05-19-2008, 07:39 AM #81
Member
- Join Date
- May 2008
- Posts
- 3
- Rep Power
- 0
- 05-19-2008, 04:16 PM #82
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
Thank you for your feedback
Thank you for all the email feeback we received. As a result, the bugs found have been fixed and a new version released : 3.1
Of course, any further comments are most welcome.
- 05-20-2008, 04:01 AM #83
I use Textpad 5.2.0 because It's easy to use and i like the keyword hilighting it uses.:)
- 05-20-2008, 08:43 PM #84
Member
- Join Date
- May 2008
- Location
- Ypsilanti,MI
- Posts
- 22
- Rep Power
- 0
I currently use eclipse but am trying to convert to netbeans so I can easily develop a GUI. I have only been into java programming for about a year, I have taken 2 classes working towards my major in computer science. I really like eclipse and what you can do with it, but if netbeans can help me develop a GUI that I need for this summer project I am working on I am all for switching, but after downloading netbeans it looks rather intimidating.
- 05-21-2008, 05:06 AM #85
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Neatbeans is really nice IDE. As you said in GUI applications it's much easy to use. (Actually I don't know eclipse can do this or not, I've never use it) Try with latest version. You feel what I say. :)
- 05-21-2008, 05:16 AM #86
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 05-23-2008, 09:14 AM #87
Member
- Join Date
- May 2008
- Posts
- 17
- Rep Power
- 0
hi
i voted for eclipse as it is open source but u should also include oracle jdeveloper it is the best
- 05-24-2008, 06:06 AM #88
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Any comments rather than because of open source. ;) There are more open source IDE available. NetBeans ;)
- 05-25-2008, 11:56 PM #89
Now im using bluej. it is pretty horrible compare to other ones, but its perfect for me. for one, its simple (unlike other ides i tried :p) and i really like the way it shows the project hierarchy. The one fault i find in it is its syntax hilighting isn't very good. I think it's the best ide for a beginner.
- 05-26-2008, 04:29 AM #90
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What are other IDEs you have tried? Did you try NetBeans? For me, it's much better than bluej.
- 05-27-2008, 12:34 AM #91
I tried netbeans and it probably is a thousand times better, but i'm not very advanced in java yet, and i prefer a simpler IDE. Its working for me, anyway. Other IDEs are alot better in quality and functions, but I really like the way blueJ works. Its a step up from textpad/command prompt, in any case
- 05-27-2008, 03:04 AM #92
Member
- Join Date
- May 2008
- Posts
- 3
- Rep Power
- 0
- 05-27-2008, 03:49 AM #93
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 05-27-2008, 03:51 AM #94
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Before IDEs come to the picture all are working on command prompt. It's not an IDE(Integrated Development Environment). On command prompt(also know as console) there is nothing integrated of Java. Coding on notepad(textpad) and do the compiling and running on the console.
That's the way Java get use of in the past before IDEs come.
- 05-27-2008, 04:12 AM #95
a true programmer can work without an IDE, but he would be a fool to do so. Eclipse ftw!!
My IP address is 127.0.0.1
- 05-27-2008, 04:26 AM #96
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
But I think no one wants to work without an IDE
- 05-27-2008, 10:08 AM #97
- 05-27-2008, 10:18 AM #98
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Really, only thing need to care of is about memory. But in those days each PC has over 512MB memory usually. ;)
- 05-27-2008, 10:20 AM #99
Mattery - free online strategy game
- 05-27-2008, 10:25 AM #100
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
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