Can any of you recommend a Java development environment for an older
Windows 98 machine? I have tried several products including Eclipse and
Netbeans, but they seemed to heavy for this system and none of the
others have really worked. Thanks in advance.
Arne Vajhøj - 09 Jan 2008 04:15 GMT
> Can any of you recommend a Java development environment for an older
> Windows 98 machine? I have tried several products including Eclipse and
> Netbeans, but they seemed to heavy for this system and none of the
> others have really worked.
Either get an IDE from the same time (like JBuilder 4-5-6).
Or go for an editor instead. Example: JEdit (www.jedit.org).
Arne
Roedy Green - 09 Jan 2008 04:30 GMT
>Can any of you recommend a Java development environment for an older
>Windows 98 machine? I have tried several products including Eclipse and
>Netbeans, but they seemed to heavy for this system and none of the
>others have really worked. Thanks in advance.
See http://mindprod.com/jgloss/ide.html
BlueJ might work. It is designed for students.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Arne Vajhøj - 10 Jan 2008 00:31 GMT
>> Can any of you recommend a Java development environment for an older
>> Windows 98 machine? I have tried several products including Eclipse and
[quoted text clipped - 4 lines]
>
> BlueJ might work. It is designed for students.
Unfortunately there is a huge risk that he will end up
rather helpless.
I have seen so many BlueJ users that could not do even
simple things because BlueJ did not have the function and
they did not understand what BlueJ did behind the scene.
Arne
Casey Hawthorne - 09 Jan 2008 05:44 GMT
>Can any of you recommend a Java development environment for an older
>Windows 98 machine? I have tried several products including Eclipse and
>Netbeans, but they seemed to heavy for this system and none of the
>others have really worked. Thanks in advance.
Must you use Windows 98?
It might be possible to use Xubuntu Linux (which is a much more modern
O/S for memory restricted machines) and BlueJ.
--
Regards,
Casey
deepak - 09 Jan 2008 07:19 GMT
go for EditPlus and it is freely available on net. Will help you for
sure . Its very light.
TechBookReport - 10 Jan 2008 18:03 GMT
> Can any of you recommend a Java development environment for an older
> Windows 98 machine? I have tried several products including Eclipse and
> Netbeans, but they seemed to heavy for this system and none of the
> others have really worked. Thanks in advance.
Have you considered jCreator? Fairly light-weight but powerful, and
there's a classic version for Win 98. There's a review here:
http://www.techbookreport.com/tbr0173.html
Download from: http://www.jcreator.com/
Pan

Signature
TechBookReport Java http://www.techbookreport.com/JavaIndex.html
H.L - 10 Jan 2008 19:03 GMT
> Have you considered jCreator? Fairly light-weight but powerful, and
> there's a classic version for Win 98. There's a review here:
[quoted text clipped - 6 lines]
> --
> TechBookReport Java http://www.techbookreport.com/JavaIndex.html
Thank you to all you folks for your tips.