Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

View Poll Results: What are you using to write your code?
Wordpad 0 0%
Notepad 3 3.66%
Emacs 0 0%
Gedit 2 2.44%
JGrasp 3 3.66%
Visual J# 0 0%
Netbeans 14 17.07%
IntelliJIDEA 0 0%
Eclipse 37 45.12%
JBuilder 1 1.22%
BlueJ 3 3.66%
DrJava 1 1.22%
Adobe Dreamweaver 0 0%
BBBEdit 0 0%
JIPE 0 0%
GEL 0 0%
Vi/Vim 2 2.44%
JCreator 8 9.76%
TextPad 5 6.10%
Other 3 3.66%
Voters: 82. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 04-14-2008, 03:32 PM
bobleny's Avatar
Member
 
Join Date: Apr 2008
Posts: 36
bobleny is on a distinguished road
Quote:
Originally Posted by CaptainMorgan View Post
??? Netbeans is also open source! haha Looks like you need to learn more about it before you say it has problems my friend.
Yes, I realize that Netbeans is open source and probably written in Java. Netbeans however, compared to Geany, is a hundred-thousand times more complex. I couldn't possible edit the Netbeans source with my current programing skills. I also didn't know that some of the things I mentioned are configurable... I've been up, down, forward, and back through the options.

I did look at Geanys source and found some configuration files that would allow me to change the syntax highlighting... I also found out why it wont run the application, but at the moment, there is nothing I can do about...
__________________
-- www.firemelt.net --
Cheer up, the worst has yet to come...
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #42 (permalink)  
Old 04-17-2008, 08:24 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
I love few of the IDE functionality available in NetBeans. Declaration ans Inspector windows are fine
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #43 (permalink)  
Old 04-21-2008, 02:32 AM
sukatoa's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 250
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Nice idea....

regards,
sukatoa
Bookmark Post in Technorati
Reply With Quote
  #44 (permalink)  
Old 04-21-2008, 05:05 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by sukatoa View Post
Nice idea....

regards,
sukatoa
About this thread? If so, thanks to Captain...
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #45 (permalink)  
Old 04-21-2008, 08:10 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by Leprechaun View Post
I use JCreator. I was surprised by how many different IDE's there are. Are any of better than the others in any major way? (I'm sure there's lots of little things but I'm looking more at overall aspects.)
Actually it depends on how long we used a specific IDE. Say you use JCreator for four years, and just start to work on Netbeans. Even you are a grate programmer, it take time to familiar with full functionality of an IDE.

Best thing you have to do is, go through the quick start tutorial before selecting an IDE. Almost all IDEs has such a tutorial.

And also I think touched on with more than one IDE is a better option, because we can do some processing in easy way in different IDEs.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #46 (permalink)  
Old 04-21-2008, 04:50 PM
Member
 
Join Date: Nov 2007
Posts: 25
Renegade85 is on a distinguished road
Using jgrasp here
Bookmark Post in Technorati
Reply With Quote
  #47 (permalink)  
Old 04-23-2008, 05:07 PM
danielstoner's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 117
danielstoner is on a distinguished road
I am using Eclipse and I find it powerful. The GUI looks nice and feels well thought. The concepts are clear and natural for a programmer with some experience. But what absolutely makes it the best choice for me is the amount of features and the plug-ins. I moved to Eclipse a few years back switching from JBuilder and I have no regrets. The fact that Eclipse is not an IDE but a platform for developing IDEs makes it a winner. With the right plug-ins I can work in the same IDE with most of the popular languages on the market and with most of the frameworks and technologies. Excellent integration with tools like CVS, Subversion, ANT and others make it the perfect tool for the full life cycle of a project.
I am not saying other IDEs are not good or lack features. But some of them are not free and most of them I didn't use. And while probably it would be wise to at least try them, let's face it, the time is scarce nowadays.
__________________
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought
Bookmark Post in Technorati
Reply With Quote
  #48 (permalink)  
Old 04-24-2008, 01:18 AM
Member
 
Join Date: Apr 2008
Posts: 2
steven is on a distinguished road
I am also new to Java.
When I first started to learn Java we used Netbeans. (Taking a class at my work but had to drop out when the workload increased.)
I am now working in Eclipse and Textpad. I voted for Eclipse since I am there most of the time, but I use both.
I use Textpad to make my small examples while I am figuring out what I am doing. Usually these are a class and something to drive it during my testing of the class. Since it works well with the Java files and allows color in the test (automatic) for the various parts of the code I find the code easy to read. Textpad also will compile and run my little experiments quick and easy, which is helpful.
We have Rational Functional Tester where I work and it uses the Eclipse IDE. I went through the Eclipse provided tutorial and thought it was good. There are many things Eclipse brings in that I hope to make good use of someday. I do struggle with things like bringing in other .jar files, but I think that is more to do with the way Rational works (or doesn't work) with Eclipse. Eclipse good - Rational ... grrrrrrr
Bookmark Post in Technorati
Reply With Quote
  #49 (permalink)  
Old 04-24-2008, 05:32 AM
roots's Avatar
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 249
roots is on a distinguished road
How can one code in notepad .. i cant write even helloworld in notepd..
__________________
dont worry newbie, we got you covered.
Bookmark Post in Technorati
Reply With Quote
  #50 (permalink)  
Old 04-24-2008, 06:40 AM
danielstoner's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 117
danielstoner is on a distinguished road
Did anybody mention jEdit from jEdit - Programmer's Text Editor - overview ?
It looks nice and it has lots of features. I use it occasionally.
__________________
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought
Bookmark Post in Technorati
Reply With Quote
  #51 (permalink)  
Old 04-24-2008, 09:28 AM
Zosden's Avatar
Senior Member
 
Join Date: Apr 2008
Posts: 218
Zosden is on a distinguished road
How about Eclipse ftw. It is free and it was developed by a team with funding of multi million dollars.
Bookmark Post in Technorati
Reply With Quote
  #52 (permalink)  
Old 04-24-2008, 09:51 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by roots View Post
How can one code in notepad .. i cant write even helloworld in notepd..
Me too pal.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #53 (permalink)  
Old 04-24-2008, 10:05 AM
sanjeevtarar's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
sanjeevtarar is on a distinguished road
I have an different opinion over this.

If you are a fresher then do not use IDE. use simple editor that simply highlight the keywords. Because if you are using elipsc,netbeans like IDE at your starting level then you will not get familiar simple and basic problems.

If you have enough experience in development then you should go for IDE to save time and fast development.

What is Your Comments on this?
__________________
sanjeev,संजीव
Bookmark Post in Technorati
Reply With Quote
  #54 (permalink)  
Old 04-24-2008, 10:17 AM
Zosden's Avatar
Senior Member
 
Join Date: Apr 2008
Posts: 218
Zosden is on a distinguished road
Quote:
Originally Posted by sanjeevtarar View Post
I have an different opinion over this.

If you are a fresher then do not use IDE. use simple editor that simply highlight the keywords. Because if you are using elipsc,netbeans like IDE at your starting level then you will not get familiar simple and basic problems.

If you have enough experience in development then you should go for IDE to save time and fast development.

What is Your Comments on this?
I completely agree with you for the first month of college class we only used notepad then we started using eclipse.

We started with notepad so we could learn how to do it ourselves. Without the shortcuts and everything you gain from an IDE, but if you've coded before and have some experience than an IDE is the only way to go.
Bookmark Post in Technorati
Reply With Quote
  #55 (permalink)  
Old 04-24-2008, 10:18 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
I agreed with you pal. Still I remember a lot which I have typed letter by letter in notepad, when I start work on Java few years back.

All the personally I advice to newbie to work with Notepad. I don't know how many people of you agreed with me.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #56 (permalink)  
Old 04-24-2008, 10:21 AM
sanjeevtarar's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
sanjeevtarar is on a distinguished road
Quote:
Originally Posted by Eranga View Post

I advice to newbie to work with Notepad. I don't know how many people of you agreed with me.
Definitely i Strongly agree with you Pal.



__________________
sanjeev,संजीव
Bookmark Post in Technorati
Reply With Quote
  #57 (permalink)  
Old 04-24-2008, 10:24 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
ah, cool. Did you have ever work on Notepad Sanjeev? How it is terrible my friend. Have to memories a lot.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #58 (permalink)  
Old 04-24-2008, 10:30 AM
sanjeevtarar's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
sanjeevtarar is on a distinguished road
Ya eranga....i used Notepad at starting level.
Now at work i use Eclipsc.

when i do core java practice i use simple editor...that just highlights keywords only. I use this because i want to check or to improve knowledge related with syntax or API....


What do you say dear about this.
__________________
sanjeev,संजीव
Bookmark Post in Technorati
Reply With Quote
  #59 (permalink)  
Old 04-24-2008, 11:10 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
It's fine my friend. Basis always make sense in programming, not only with Java, any. Actually an IDE like you talking about is much better than Notepad. Just highlighting keywords helps to users identify the difference with user texts.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now</