twisty
Posts: 22
Nickname: twisty
Registered: Nov, 2002
|
|
Re: do u know any good compilers
|
Posted: Nov 7, 2002 9:47 PM
|
|
JCreator is an IDE, not a complier.
I use JCreator Pro almost all of the time as it is a really great Java IDE. Its also the fastest Java IDE that I know of. The pro version has lots of cool features such as line completion that isn't in the free version.
A lot of people really like Borlands JBuilder. It has a lot of cool features, such as the ability to draw controls on a form, rather than code it by hand. However, they use their own classes for a lot of things, so you should keep that in mind. Personally, I don't really like JBuilder, and only use it sometimes for setting up GUIs and then copying the code back to JCreator. However, I can see why JBuilder has a lot of fans. I guess it all boils down to what works best for you.
|
|