Journal glh's Journal: Good Java IDE? 8
We are getting ready to create a java application on a Solaris box. It gets to connect to a SQL Server database plop some data into a file, and then pass it into a data processing tool called quantum. So far I've got the sql connection working, now I just need to port some VB over to java. Unfortunately, it is VB6 and I haven't looked at that in almost 2 years an that is easier said that done. Anyway, I would like our team to do most of the development on windows PC so we don't have to fumble around vi or eve. We're also limited on what we can install on the unix box.. Regardless I'm wondering what a good "free" Java IDE is. We're using jdk 1.4 , nothing fancy.. Just creating your average class / jar files. I'd like something that automatically compiles for me, so I don't have to create make files. Any suggestions?
Try Eclipse (Score:1)
Re:Try Eclipse (Score:1)
I usually hate IDEs, and Eclipse I hate less than all the others.
Eclipse is pretty handy, but not exactly fast.
I'd suggest getting the jalopy (indent for java) plugin also. Setup a
format definition for your company site, then allow your peons to do
whatever formatting they are comfortable with. Then before it gets
checked in run the company's jalopy config to standardize the code.
Re:Try Eclipse (Score:1)
Alternatives (Score:2)
Real answer: a combination of (1) and (6).
Eclipse, because it's the most popular, best documented, best supported tool in its class (and because it's pretty darned good).
Hold your horses, for a number of reasons.
First, you can't (and shouldn't) just trascribe VB6 into Java. The result will look like a square peg that's been forced into a round hole.
Second, you need people to learn Java, and they don't need an
Re:Alternatives (Score:2)
First, you can't (and shouldn't) just trascribe VB6 into Java. The result will look like a square peg that's been forced into a round hole.
Heh, that's for sure. Fortunately, much of the VB6 was written in an object oriented way so it shouldn
Re:Alternatives (Score:2)
At least Try JBuilder (Score:1)
EMACS with JDEE (Score:1)