Re: IDE for Java?
Roy Berube wrote:[color=blue][color=green][color=darkred]
>>>> Bill DeWitt wrote:
>>>>> I downloaded the Sun product, and find it feature rich but slow. Can
>>>>> someone
>>>>> recommend a more basic (freeware) IDE which will help a newbie without
>>>>> hiding every bit of code? I can program my way out of a wet paper bag
>>>>> in a
>>>>> few languages, but want to by-pass some of the learning curve for this
>>>>> project.
>>>> JCreator is good, it's not an IDE as such but it has menu commands for
>>>> compiling and executing classes. Good for learning I found.
>>>[/color][/color]
>
> I'm just starting to play around with java, and JCreator seems like a good
> java IDE. The layout is a lot like microsoft visual tools. There is a
> freeware version and a pro version. For me, JCreator feels right and works
> well.
>
> Another free IDE is NetBeans. I don't know what is going on, but it runs
> incredibly poorly on my computer. NetBeans is a java app, so it may be an
> indication that java is not installed correctly on my machine.
>
> Roy Berube
>
>[/color]
JCreator IDE is Sun's extension of Netbeans 4.1 to do J2EE development.
If you are going to do JDK development and not J2EE 1.4 or 1.5 JCreator
may not be a good choice.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com
_______________ _______________ _______________ _______________ ______________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Roy Berube wrote:[color=blue][color=green][color=darkred]
>>>> Bill DeWitt wrote:
>>>>> I downloaded the Sun product, and find it feature rich but slow. Can
>>>>> someone
>>>>> recommend a more basic (freeware) IDE which will help a newbie without
>>>>> hiding every bit of code? I can program my way out of a wet paper bag
>>>>> in a
>>>>> few languages, but want to by-pass some of the learning curve for this
>>>>> project.
>>>> JCreator is good, it's not an IDE as such but it has menu commands for
>>>> compiling and executing classes. Good for learning I found.
>>>[/color][/color]
>
> I'm just starting to play around with java, and JCreator seems like a good
> java IDE. The layout is a lot like microsoft visual tools. There is a
> freeware version and a pro version. For me, JCreator feels right and works
> well.
>
> Another free IDE is NetBeans. I don't know what is going on, but it runs
> incredibly poorly on my computer. NetBeans is a java app, so it may be an
> indication that java is not installed correctly on my machine.
>
> Roy Berube
>
>[/color]
JCreator IDE is Sun's extension of Netbeans 4.1 to do J2EE development.
If you are going to do JDK development and not J2EE 1.4 or 1.5 JCreator
may not be a good choice.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com
_______________ _______________ _______________ _______________ ______________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Comment