Hi, I want to write a program in Java or C++, and just discovered on my
bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
develop a command line application that will work on my XT machine? A
grahpical interface?
Thanks a lot for any thoughts on this. I know I should get a newer
compiler but if I could save the money for the time being that would be
great.
Thanks.
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/15/2007 7:14:43 PM |
|
BillJosephson wrote:
> Hi, I want to write a program in Java or C++, and just discovered on my
> bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> develop a command line application that will work on my XT machine? A
> grahpical interface?
>
> Thanks a lot for any thoughts on this. I know I should get a newer
> compiler but if I could save the money for the time being that would be
> great.
My guess is that it just means that those where the Windows
versions available when Codewarrior 7 was released.
It will probably work fine on XP.
I don't know the product, but if it is professionally
grade, then you can configure it to use a newer Java version
(even though maybe syntax highlighting may not work optimal
with the new Java 1.5 syntaxes).
Arne
|
|
0
|
|
|
|
Reply
|
arne6 (9617)
|
1/15/2007 7:29:50 PM
|
|
BillJosephson wrote:
> Hi, I want to write a program in Java or C++, and just discovered
> on my bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000,
> ME. Can I develop a command line application that will work on my
> XT machine? A grahpical interface?
Are you meaning Windows XP? If so, you should already be aware that XP
is a descendant of the NT/2000 family (in opposition to the 9x
family). So the answer to your question is: yes.
> Thanks a lot for any thoughts on this. I know I should get a newer
> compiler but if I could save the money for the time being that
> would be great.
FWIW, Microsoft's Visual C++ 2005 Express edition is free for
download. Just google for it.
Cheers,
--
IR
|
|
0
|
|
|
|
Reply
|
no_email8834 (66)
|
1/15/2007 7:52:42 PM
|
|
IR wrote:
> BillJosephson wrote:
>
>> Hi, I want to write a program in Java or C++
I forgot to mention Eclipse for Java development (which is free also).
Incidentally, you could also use it's CDT plugin for C++ development.
Cheers,
--
IR
|
|
0
|
|
|
|
Reply
|
no_email8834 (66)
|
1/15/2007 7:57:11 PM
|
|
BillJosephson wrote:
> Hi, I want to write a program in Java or C++, and just discovered on my
> bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> develop a command line application that will work on my XT machine? A
> grahpical interface?
Windows 2.11 (the earliest version I've ever seen), which requires an
80286 processor, won't even run on an XT, let alone any of the Windows
versions you mentioned. The XT is primarily useful as a DOS machine
since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
earlier, and those older DOS versions, don't support long filenames, it
simply won't be possible to do real Java development.
If you're looking to write Java code, you're going to need newer
hardware. I recommend at least a Pentium I (80586 processor) as an
absolute minimum. And then, for the Microsoft Windows family, you'll
need Windows 2000 or newer (e.g., Windows XP) to use the current
version of Java -- scrap Windows 95/98/ME since these are no longer
supported by Microsoft (and Windows ME will be soon if it hasn't been
discontinued already).
You might also consider using Unix or Linux (I recommend NetBSD Unix
with Gnome {GUI} because they aren't known to be memory hogs, and
NetBSD has a very novice-friendly support community in IRC, etc.) if
you can't afford the newest hardware since the hefty cost of a Windows
license can be used to purchase better hardware.
As for C++, you can probably do it with an XT, but that's beyond the
scope of the Java newsgroup you posted this in.
> Thanks a lot for any thoughts on this. I know I should get a newer
> compiler but if I could save the money for the time being that would be
> great.
If I were you, I'd worry about getting a newer computer -- you
obviously got more value out of your XT than anyone I know given that
the 8088 processor is ancient hardware nowadays. Given the speed
difference between an XT processor (typically up to 8 MHz) and modern
PC processors (typically measured in GHz which is well over 1,000 times
faster given additional enhancements such as Caching, Pipelining,
HyperThreading, and so much more), it doesn't really make sense to
consider using an XT for any levels of serious software development
anymore.
> Thanks.
You're welcome, and congratulations on having an XT that actually still
works (maybe the Guiness Book of World Records will add an entry for
you in their next book?). =)
|
|
0
|
|
|
|
Reply
|
nntp7823 (67)
|
1/15/2007 8:47:25 PM
|
|
kingpin+nntp@lumbercartel.ca wrote:
> BillJosephson wrote:
>> Hi, I want to write a program in Java or C++, and just discovered on my
>> bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
>> develop a command line application that will work on my XT machine? A
>> grahpical interface?
>
> Windows 2.11 (the earliest version I've ever seen), which requires an
> 80286 processor, won't even run on an XT, let alone any of the Windows
> versions you mentioned. The XT is primarily useful as a DOS machine
> since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> earlier, and those older DOS versions, don't support long filenames, it
> simply won't be possible to do real Java development.
The other replies has assumed that XT was typo and the
poster meant XP.
Well - it do say XT.
Arne
|
|
0
|
|
|
|
Reply
|
arne6 (9617)
|
1/15/2007 9:14:22 PM
|
|
Arne Vajh=F8j wrote:
[sNip]
> The other replies has assumed that XT was typo and the
> poster meant XP.
>
> Well - it do say XT.
Considering that one of my clients just got rid of their XT less than 2
years ago (they sure got their money's worth out of it), it didn't seem
all that unrealistic. Anyway, good-bye DOS, and hello Java & friends!
|
|
0
|
|
|
|
Reply
|
nntp7823 (67)
|
1/15/2007 9:37:09 PM
|
|
BillJosephson wrote:
>>> Hi, I want to write a program in Java or C++
IR wrote:
> I forgot to mention Eclipse for Java development (which is free also).
>
> Incidentally, you could also use it's [sic] CDT plugin for C++ development.
There are many IDEs (integrated development environments) available for Java
development, and few not-so-I DEs like emacs, many of which are free. Java
itself is free ("as in beer").
GIYF.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/15/2007 9:53:18 PM
|
|
Lew wrote:
> Java itself is free ("as in beer").
>
And in Speech. Sun is GPL'ing Java.
|
|
0
|
|
|
|
Reply
|
no.spam9 (2339)
|
1/15/2007 10:32:21 PM
|
|
kingpin+nntp@lumbercartel.ca wrote:
>
>
> Windows 2.11 (the earliest version I've ever seen), which requires an
> 80286 processor, won't even run on an XT, let alone any of the Windows
> versions you mentioned. The XT is primarily useful as a DOS machine
> since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> earlier, and those older DOS versions, don't support long filenames, it
> simply won't be possible to do real Java development.
>
No, 2.11 would run on a straight 8088. Not very well, but it *would* run.
Even Windows 3.0 would run on an 8088 in real mode. Windows 3.1 was the
first version (not counting Windows/386) which would not run on an 8088.
|
|
0
|
|
|
|
Reply
|
no.spam9 (2339)
|
1/15/2007 10:33:59 PM
|
|
Arne Vajh�j wrote:
> The other replies has assumed that XT was typo and the
> poster meant XP.
>
> Well - it do say XT.
Two things make me think that the OP actually meant XP:
- "WinXT" in the post subject
- the mention of a _newer_ compiler
But well, I guess only the OP can tell ;-)
Cheers,
--
IR
|
|
0
|
|
|
|
Reply
|
no_email8834 (66)
|
1/15/2007 10:43:26 PM
|
|
kingpin+nntp@lumbercartel.ca wrote:
> BillJosephson wrote:
> > Hi, I want to write a program in Java or C++, and just discovered on my
> > bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> > develop a command line application that will work on my XT machine? A
> > grahpical interface?
>
> Windows 2.11 (the earliest version I've ever seen), which requires an
> 80286 processor, won't even run on an XT, let alone any of the Windows
> versions you mentioned. The XT is primarily useful as a DOS machine
> since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> earlier, and those older DOS versions, don't support long filenames, it
> simply won't be possible to do real Java development.
>
> If you're looking to write Java code, you're going to need newer
> hardware. I recommend at least a Pentium I (80586 processor) as an
> absolute minimum. And then, for the Microsoft Windows family, you'll
> need Windows 2000 or newer (e.g., Windows XP) to use the current
> version of Java -- scrap Windows 95/98/ME since these are no longer
> supported by Microsoft (and Windows ME will be soon if it hasn't been
> discontinued already).
>
> You might also consider using Unix or Linux (I recommend NetBSD Unix
> with Gnome {GUI} because they aren't known to be memory hogs, and
> NetBSD has a very novice-friendly support community in IRC, etc.) if
> you can't afford the newest hardware since the hefty cost of a Windows
> license can be used to purchase better hardware.
>
> As for C++, you can probably do it with an XT, but that's beyond the
> scope of the Java newsgroup you posted this in.
>
> > Thanks a lot for any thoughts on this. I know I should get a newer
> > compiler but if I could save the money for the time being that would be
> > great.
>
> If I were you, I'd worry about getting a newer computer -- you
> obviously got more value out of your XT than anyone I know given that
> the 8088 processor is ancient hardware nowadays. Given the speed
> difference between an XT processor (typically up to 8 MHz) and modern
> PC processors (typically measured in GHz which is well over 1,000 times
> faster given additional enhancements such as Caching, Pipelining,
> HyperThreading, and so much more), it doesn't really make sense to
> consider using an XT for any levels of serious software development
> anymore.
>
> > Thanks.
>
> You're welcome, and congratulations on having an XT that actually still
> works (maybe the Guiness Book of World Records will add an entry for
> you in their next book?). =)
Hi, sorry for my mistake, I meant a PC running windows XT. I have
several machines I can use from my Dell D800 laptop to my dual opteron
workstations.
I fuzzily recall that there machines called XTs.
I also remember going to a little dumpy shop in a strip mall that sold
computers back in the 80s. They had two kinds, and I think the least
powerful was an XT, and the more powerful was an AT and that was the
only kinds of PCs then. The AT was an 80286 I think and the XT was just
an 8086. The person who owned that little shop in Austin was named
Michael Dell.
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/15/2007 10:44:33 PM
|
|
BillJosephson wrote:
> kingpin+nntp@lumbercartel.ca wrote:
> > BillJosephson wrote:
> > > Hi, I want to write a program in Java or C++, and just discovered on my
> > > bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> > > develop a command line application that will work on my XT machine? A
> > > grahpical interface?
> >
> > Windows 2.11 (the earliest version I've ever seen), which requires an
> > 80286 processor, won't even run on an XT, let alone any of the Windows
> > versions you mentioned. The XT is primarily useful as a DOS machine
> > since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> > earlier, and those older DOS versions, don't support long filenames, it
> > simply won't be possible to do real Java development.
> >
> > If you're looking to write Java code, you're going to need newer
> > hardware. I recommend at least a Pentium I (80586 processor) as an
> > absolute minimum. And then, for the Microsoft Windows family, you'll
> > need Windows 2000 or newer (e.g., Windows XP) to use the current
> > version of Java -- scrap Windows 95/98/ME since these are no longer
> > supported by Microsoft (and Windows ME will be soon if it hasn't been
> > discontinued already).
> >
> > You might also consider using Unix or Linux (I recommend NetBSD Unix
> > with Gnome {GUI} because they aren't known to be memory hogs, and
> > NetBSD has a very novice-friendly support community in IRC, etc.) if
> > you can't afford the newest hardware since the hefty cost of a Windows
> > license can be used to purchase better hardware.
> >
> > As for C++, you can probably do it with an XT, but that's beyond the
> > scope of the Java newsgroup you posted this in.
> >
> > > Thanks a lot for any thoughts on this. I know I should get a newer
> > > compiler but if I could save the money for the time being that would be
> > > great.
> >
> > If I were you, I'd worry about getting a newer computer -- you
> > obviously got more value out of your XT than anyone I know given that
> > the 8088 processor is ancient hardware nowadays. Given the speed
> > difference between an XT processor (typically up to 8 MHz) and modern
> > PC processors (typically measured in GHz which is well over 1,000 times
> > faster given additional enhancements such as Caching, Pipelining,
> > HyperThreading, and so much more), it doesn't really make sense to
> > consider using an XT for any levels of serious software development
> > anymore.
> >
> > > Thanks.
> >
> > You're welcome, and congratulations on having an XT that actually still
> > works (maybe the Guiness Book of World Records will add an entry for
> > you in their next book?). =)
>
>
>
> Hi, sorry for my mistake, I meant a PC running windows XT. I have
> several machines I can use from my Dell D800 laptop to my dual opteron
> workstations.
>
> I fuzzily recall that there machines called XTs.
>
> I also remember going to a little dumpy shop in a strip mall that sold
> computers back in the 80s. They had two kinds, and I think the least
> powerful was an XT, and the more powerful was an AT and that was the
> only kinds of PCs then. The AT was an 80286 I think and the XT was just
> an 8086. The person who owned that little shop in Austin was named
> Michael Dell.
Duh.....WindowsXP !! My brain took MLK day off.
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/15/2007 10:46:49 PM
|
|
Lew wrote:
>> Java itself is free ("as in beer").
red floyd wrote:
> And in Speech. Sun is GPL'ing Java.
Personally I only care about the "as in beer" part.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/15/2007 11:04:10 PM
|
|
red floyd wrote:
> kingpin+nntp@lumbercartel.ca wrote:
>
> > Windows 2.11 (the earliest version I've ever seen), which requires an
> > 80286 processor, won't even run on an XT, let alone any of the Windows
> > versions you mentioned. The XT is primarily useful as a DOS machine
> > since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> > earlier, and those older DOS versions, don't support long filenames, it
> > simply won't be possible to do real Java development.
>
> No, 2.11 would run on a straight 8088. Not very well, but it *would* run.
>
> Even Windows 3.0 would run on an 8088 in real mode. Windows 3.1 was the
> first version (not counting Windows/386) which would not run on an 8088.
Oh yeah, that's right. It wouldn't be of much use though because most
of the useful applications for Windows 2.x required an 80286 processor,
and for Windows 3.0 required an 80386 processor respectively. It was
certainly enough for countless hours of Solitaire and Reversi [0]
though.
[0] "Othello" is the better-known name for that game.
|
|
0
|
|
|
|
Reply
|
nntp7823 (67)
|
1/16/2007 6:37:56 AM
|
|
BillJosephson wrote:
> BillJosephson wrote:
> > kingpin+nntp@lumbercartel.ca wrote:
> > > BillJosephson wrote:
> > >
> > > > Hi, I want to write a program in Java or C++, and just discovered on my
> > > > bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> > > > develop a command line application that will work on my XT machine? A
> > > > grahpical interface?
> > >
> > > Windows 2.11 (the earliest version I've ever seen), which requires an
> > > 80286 processor, won't even run on an XT, let alone any of the Windows
> > > versions you mentioned. The XT is primarily useful as a DOS machine
> > > since it's limited to a maximum of ~1 MB of RAM. Since Windows 3.x and
> > > earlier, and those older DOS versions, don't support long filenames, it
> > > simply won't be possible to do real Java development.
> > >
> > > If you're looking to write Java code, you're going to need newer
> > > hardware. I recommend at least a Pentium I (80586 processor) as an
> > > absolute minimum. And then, for the Microsoft Windows family, you'll
> > > need Windows 2000 or newer (e.g., Windows XP) to use the current
> > > version of Java -- scrap Windows 95/98/ME since these are no longer
> > > supported by Microsoft (and Windows ME will be soon if it hasn't been
> > > discontinued already).
> > >
> > > You might also consider using Unix or Linux (I recommend NetBSD Unix
> > > with Gnome {GUI} because they aren't known to be memory hogs, and
> > > NetBSD has a very novice-friendly support community in IRC, etc.) if
> > > you can't afford the newest hardware since the hefty cost of a Windows
> > > license can be used to purchase better hardware.
> > >
> > > As for C++, you can probably do it with an XT, but that's beyond the
> > > scope of the Java newsgroup you posted this in.
> > >
> > > > Thanks a lot for any thoughts on this. I know I should get a newer
> > > > compiler but if I could save the money for the time being that would be
> > > > great.
> > >
> > > If I were you, I'd worry about getting a newer computer -- you
> > > obviously got more value out of your XT than anyone I know given that
> > > the 8088 processor is ancient hardware nowadays. Given the speed
> > > difference between an XT processor (typically up to 8 MHz) and modern
> > > PC processors (typically measured in GHz which is well over 1,000 times
> > > faster given additional enhancements such as Caching, Pipelining,
> > > HyperThreading, and so much more), it doesn't really make sense to
> > > consider using an XT for any levels of serious software development
> > > anymore.
> > >
> > > > Thanks.
> > >
> > > You're welcome, and congratulations on having an XT that actually still
> > > works (maybe the Guiness Book of World Records will add an entry for
> > > you in their next book?). =)
> >
> > Hi, sorry for my mistake, I meant a PC running windows XT. I have
> > several machines I can use from my Dell D800 laptop to my dual opteron
> > workstations.
> >
> > I fuzzily recall that there machines called XTs.
> >
> > I also remember going to a little dumpy shop in a strip mall that sold
> > computers back in the 80s. They had two kinds, and I think the least
> > powerful was an XT, and the more powerful was an AT and that was the
> > only kinds of PCs then. The AT was an 80286 I think and the XT was just
> > an 8086. The person who owned that little shop in Austin was named
> > Michael Dell.
>
> Duh.....WindowsXP !! My brain took MLK day off.
Heheh, that was fascinating! Thanks for not giving up on us. =)
|
|
0
|
|
|
|
Reply
|
nntp7823 (67)
|
1/16/2007 6:40:24 AM
|
|
Lew wrote:
> BillJosephson wrote:
> >>> Hi, I want to write a program in Java or C++
>
> IR wrote:
> > I forgot to mention Eclipse for Java development (which is free also).
> >
> > Incidentally, you could also use it's [sic] CDT plugin for C++ development.
>
> There are many IDEs (integrated development environments) available for Java
> development, and few not-so-I DEs like emacs, many of which are free. Java
> itself is free ("as in beer").
>
> GIYF.
>
> - Lew
Yeah, I looked at this a while back. I like the sound of jEdit but
never could figure out how to get it configured like an IDE, with
debugger window and a way to watch variables, etc. There just doesn't
seem to be much approachable documentation.
Would you recommend an IDE that sort of looke like Visual IDEs or
Codewarrior? With an editor window, a debugger with conditional
breakpoints, a way to watch varibles, an output window....all at the
same time?
Preferrably with lots of clear documentation?
Thanks.....
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/16/2007 8:05:38 AM
|
|
BillJosephson wrote:
> Would you recommend an IDE that sort of looke like Visual IDEs or
> Codewarrior? With an editor window, a debugger with conditional
> breakpoints, a way to watch varibles, an output window....all at the
> same time?
> Preferrably with lots of clear documentation?
I'm not familiar with Codewarrior but I suspect most IDEs would fit the
requirements stated. I use Eclipse, it does all the above.
|
|
0
|
|
|
|
Reply
|
scobloke2 (489)
|
1/16/2007 10:54:57 AM
|
|
In article <1168934738.134795.130270@a75g2000cwd.googlegroups.com>,
billjosephson@hotmail.com says...
>
> Lew wrote:
> > BillJosephson wrote:
> > >>> Hi, I want to write a program in Java or C++
> >
> > IR wrote:
> > > I forgot to mention Eclipse for Java development (which is free also).
> > >
> > > Incidentally, you could also use it's [sic] CDT plugin for C++ development.
> >
> > There are many IDEs (integrated development environments) available for Java
> > development, and few not-so-I DEs like emacs, many of which are free. Java
> > itself is free ("as in beer").
> >
> > GIYF.
> >
> > - Lew
>
> Yeah, I looked at this a while back. I like the sound of jEdit but
> never could figure out how to get it configured like an IDE, with
> debugger window and a way to watch variables, etc. There just doesn't
> seem to be much approachable documentation.
>
> Would you recommend an IDE that sort of looke like Visual IDEs or
> Codewarrior? With an editor window, a debugger with conditional
> breakpoints, a way to watch varibles, an output window....all at the
> same time?
Eclipse. If you only need java support, you could also look at the free
version of NetBeans.
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
|
|
0
|
|
|
|
Reply
|
ns_dkerber (39)
|
1/16/2007 12:44:55 PM
|
|
David Kerber wrote:
> Eclipse. If you only need java support, you could also look at the free
> version of NetBeans.
All versions of NetBeans are free.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/16/2007 1:44:56 PM
|
|
In article <3_idncfviZRFSzHYnZ2dnUVZ_t_inZ2d@comcast.com>,
lew@nowhere.com says...
> David Kerber wrote:
> > Eclipse. If you only need java support, you could also look at the free
> > version of NetBeans.
>
> All versions of NetBeans are free.
Ok, thanks. Somehow I had it in my mind that they had both free and
non-free versions.
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
|
|
0
|
|
|
|
Reply
|
ns_dkerber (39)
|
1/16/2007 1:49:31 PM
|
|
kingpin+nntp@lumbercartel.ca wrote:
> [0] "Othello" is the better-known name for that game.
"Othello" is a trademark. "Reversi" is the real name of the game, far
older, and not a trademark.
--
John W. Kennedy
"The blind rulers of Logres
Nourished the land on a fallacy of rational virtue."
-- Charles Williams. "Taliessin through Logres: Prelude"
|
|
0
|
|
|
|
Reply
|
jwkenne (1358)
|
1/16/2007 7:37:55 PM
|
|
David Kerber wrote:
> In article <3_idncfviZRFSzHYnZ2dnUVZ_t_inZ2d@comcast.com>,
> lew@nowhere.com says...
>> David Kerber wrote:
>>> Eclipse. If you only need java support, you could also look at the free
>>> version of NetBeans.
>> All versions of NetBeans are free.
>
> Ok, thanks. Somehow I had it in my mind that they had both free and
> non-free versions.
A long time ago SUN sold a modified NetBeans as Forte for Java.
Arne
|
|
0
|
|
|
|
Reply
|
arne6 (9617)
|
1/17/2007 12:46:20 AM
|
|
David Kerber wrote:
> In article <1168934738.134795.130270@a75g2000cwd.googlegroups.com>,
> billjosephson@hotmail.com says...
> >
> > Lew wrote:
> > > BillJosephson wrote:
> > > >>> Hi, I want to write a program in Java or C++
> > >
> > > IR wrote:
> > > > I forgot to mention Eclipse for Java development (which is free also).
> > > >
> > > > Incidentally, you could also use it's [sic] CDT plugin for C++ development.
> > >
> > > There are many IDEs (integrated development environments) available for Java
> > > development, and few not-so-I DEs like emacs, many of which are free. Java
> > > itself is free ("as in beer").
> > >
> > > GIYF.
> > >
> > > - Lew
> >
> > Yeah, I looked at this a while back. I like the sound of jEdit but
> > never could figure out how to get it configured like an IDE, with
> > debugger window and a way to watch variables, etc. There just doesn't
> > seem to be much approachable documentation.
> >
> > Would you recommend an IDE that sort of looke like Visual IDEs or
> > Codewarrior? With an editor window, a debugger with conditional
> > breakpoints, a way to watch varibles, an output window....all at the
> > same time?
>
> Eclipse. If you only need java support, you could also look at the free
> version of NetBeans.
>
> --
> Remove the ns_ from if replying by e-mail (but keep posts in the
> newsgroups if possible).
Thanks. I tried netbeans but it looked like it was going to take some
work to get a handle on. For one, I didn't see how to set it up with
variable watch window, code window....I imagine it can do it and I
should take the time to check into it, since after all it does come
free with java.
Is Eclipse free?
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/17/2007 1:21:43 AM
|
|
In article <1168996902.771768.324960@q2g2000cwa.googlegroups.com>,
billjosephson@hotmail.com says...
....
> > > Would you recommend an IDE that sort of looke like Visual IDEs or
> > > Codewarrior? With an editor window, a debugger with conditional
> > > breakpoints, a way to watch varibles, an output window....all at the
> > > same time?
> >
> > Eclipse. If you only need java support, you could also look at the free
> > version of NetBeans.
> >
> > --
> > Remove the ns_ from if replying by e-mail (but keep posts in the
> > newsgroups if possible).
>
>
> Thanks. I tried netbeans but it looked like it was going to take some
> work to get a handle on. For one, I didn't see how to set it up with
> variable watch window, code window....I imagine it can do it and I
> should take the time to check into it, since after all it does come
> free with java.
Yes, it has all those functions; you just have to learn how to activate
them.
>
> Is Eclipse free?
Yes, from www.eclipse.org. I found it a bit less intuitive than
netbeans, with a somewhat (though not dramatically) steeper learning
curve, but it is also more versatile, since it can work with other
languages than just java.
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
|
|
0
|
|
|
|
Reply
|
ns_dkerber (39)
|
1/17/2007 1:11:51 PM
|
|
In article <1168888483.455270.97660@11g2000cwr.googlegroups.com>,
billjosephson@hotmail.com says...
> Hi, I want to write a program in Java or C++, and just discovered on my
> bookshelve Codewarrior 7. It says Windows 95, 98, NT, 2000, ME. Can I
> develop a command line application that will work on my XT machine? A
> grahpical interface?
Win2K and WinXP are quite similar in what they will run, so I would
think you're probably ok.
>
> Thanks a lot for any thoughts on this. I know I should get a newer
> compiler but if I could save the money for the time being that would be
> great.
>
> Thanks.
>
>
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
|
|
0
|
|
|
|
Reply
|
ns_dkerber (39)
|
1/17/2007 1:11:51 PM
|
|
David Kerber wrote:
>
>
>>Is Eclipse free?
>
>
> Yes, from www.eclipse.org. I found it a bit less intuitive than
> netbeans, with a somewhat (though not dramatically) steeper learning
> curve, but it is also more versatile, since it can work with other
> languages than just java.
>
Starting with version 5.5, Netbeans has a C++ plugin, available free
from the Netbeans website.
|
|
0
|
|
|
|
Reply
|
greymaus1 (8)
|
1/18/2007 2:02:29 PM
|
|
lew@nowhere.com says...
>> All versions of NetBeans are free.
Arne Vajh�j wrote:
> A long time ago SUN sold a modified NetBeans as Forte for Java.
Which was not called NetBeans.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/18/2007 11:56:58 PM
|
|
Greymaus wrote:
> Starting with version 5.5, Netbeans has a C++ plugin, available free
> from the Netbeans website.
For gcc C/ C++, I have found nothing I like better than emacs, make and gdb.
emacs has wonderful integration for these tools.
For Java I prefer Netbeans. I also use Eclipse and WebSphere Application
Developer, also emacs + Ant. I have used a handful of others.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/19/2007 12:01:34 AM
|
|
Lew wrote:
> Greymaus wrote:
> > Starting with version 5.5, Netbeans has a C++ plugin, available free
> > from the Netbeans website.
>
> For gcc C/ C++, I have found nothing I like better than emacs, make and gdb.
>
> emacs has wonderful integration for these tools.
>
> For Java I prefer Netbeans. I also use Eclipse and WebSphere Application
> Developer, also emacs + Ant. I have used a handful of others.
>
> - Lew
Lew, do you do much graphical interfacd development? I've used emacs,
and I wonder if it has tools like graphical interface development tools
these days. Also, how does it do in integrating with APIs (I mean
toolboxes that work with a parcitular OS)?
Thanks.
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/19/2007 4:43:19 AM
|
|
> Lew wrote:
>> For gcc C/ C++, I have found nothing I like better than emacs, make and gdb.
>>
>> emacs has wonderful integration for these tools.
>>
>> For Java I prefer Netbeans. I also use Eclipse and WebSphere Application
>> Developer, also emacs + Ant. I have used a handful of others.
BillJosephson wrote:
> Lew, do you do much graphical interfacd development? I've used emacs,
> and I wonder if it has tools like graphical interface development tools
> these days. Also, how does it do in integrating with APIs (I mean
> toolboxes that work with a parcitular OS)?
I am not using emacs for heavy development these days because Netbeans is
stronger for Java. When I used emacs for C++ I did not miss GUI wizards, I
just programmed from the source text and did many compile/run cycles to test
the output. I would also write a GUI-only facade and test it, then inherit
that to fill in the logic (sort of a "poor-man's MVC" before I was familiar
with the MVC pattern).
To step back, your question has me re-evaluate my position. I still use emacs
for small, quick steps, but I think by now I am addicted to IDEs for major
sessions of work.
- Lew
|
|
0
|
|
|
|
Reply
|
lew35 (439)
|
1/19/2007 1:46:54 PM
|
|
Lew wrote:
> lew@nowhere.com says...
>>> All versions of NetBeans are free.
>
> Arne Vajh�j wrote:
>> A long time ago SUN sold a modified NetBeans as Forte for Java.
>
> Which was not called NetBeans.
It is still a version of NetBeans even though it
does not have NetBeans in the name.
WSAD is also a version of Eclipse.
WAS CE is a version of Geronimo.
IBM HTTPD is a version of Apache HTTPD.
Etc.
Arne
|
|
0
|
|
|
|
Reply
|
arne6 (9617)
|
1/20/2007 2:18:01 AM
|
|
Lew wrote:
> > Lew wrote:
> >> For gcc C/ C++, I have found nothing I like better than emacs, make and gdb.
> >>
> >> emacs has wonderful integration for these tools.
> >>
> >> For Java I prefer Netbeans. I also use Eclipse and WebSphere Application
> >> Developer, also emacs + Ant. I have used a handful of others.
>
> BillJosephson wrote:
> > Lew, do you do much graphical interfacd development? I've used emacs,
> > and I wonder if it has tools like graphical interface development tools
> > these days. Also, how does it do in integrating with APIs (I mean
> > toolboxes that work with a parcitular OS)?
>
> I am not using emacs for heavy development these days because Netbeans is
> stronger for Java. When I used emacs for C++ I did not miss GUI wizards, I
> just programmed from the source text and did many compile/run cycles to test
> the output. I would also write a GUI-only facade and test it, then inherit
> that to fill in the logic (sort of a "poor-man's MVC" before I was familiar
> with the MVC pattern).
>
> To step back, your question has me re-evaluate my position. I still use emacs
> for small, quick steps, but I think by now I am addicted to IDEs for major
> sessions of work.
>
> - Lew
Yeah, Codewarrior on the Mac did that for me. I am spoiled. There was a
pretty nice IDE under KDE on Linux, not sure what's up with that now.
Since you seem a nice chap....can you suggest the quickest thing to
read to get on top of net beans enough to configure it like a good IDE?
When I took a java class I downloaded it along with the runtime engine
from Sun, so I figure it must be OK, but it seemed like it was going to
take some time (read: too much RTFM) to get going so I did the class
with jGRASP. Not a very good environment though. So if you have any
suggestions that would be great. Maybe the supplied docs are the way to
go though. Just was hoping for something like the third party books
that got me up and running with Codewarrior so much faster than the
voluminous Metrowerks docs.
Thanks...
|
|
0
|
|
|
|
Reply
|
billjosephson (77)
|
1/21/2007 1:45:07 AM
|
|
Lew wrote:
> lew@nowhere.com says...
>>> All versions of NetBeans are free.
>
> Arne Vajh�j wrote:
>> A long time ago SUN sold a modified NetBeans as Forte for Java.
ITYM "Attempted to sell".
>
> Which was not called NetBeans.
At times it was and at times not. The basic Forte for Java was free and was
clearly a packaged and branded version of Netbeans. Sun attempted to sell
"advanced" Netbeans modules for building web applications and EJBs.
|
|
0
|
|
|
|
Reply
|
mscottschilling (1976)
|
2/18/2007 9:35:35 AM
|
|
Mike Schilling wrote:
> Lew wrote:
>> lew@nowhere.com says...
>>>> All versions of NetBeans are free.
>> Arne Vajh�j wrote:
>>> A long time ago SUN sold a modified NetBeans as Forte for Java.
>
> ITYM "Attempted to sell".
About right.
:-)
Arne
|
|
0
|
|
|
|
Reply
|
arne6 (9617)
|
2/18/2007 10:17:19 PM
|
|
|
34 Replies
27 Views
(page loaded in 1.535 seconds)
Similiar Articles: GLUT on Windows XP - comp.graphics.api.openglHi I wrote a little program that rotates five ... that rotates cubes is called as often as possible. But on Windows XP I ... Under XP the refresh rate is locked at 60 Hz for ... DOS base btrieve application error in Windows XP DOS box - comp ...... to run the DOS application in the DOS box under Windows XP ... supposed to, then they should be able to find possible ... Hi Bill, The program works after I created the \CSI ... Nikon LS-2000 and LS-30 and Windows 7 - comp.periphs.scanners ...... XP (but that you can't use under Windows 7 ... for 64-bit Windows 7, but it may be possible to > either use ... labmate program wont install in windows xp - comp.databases ... OpenGL SDK for windows - comp.graphics.api.opengl... to the ones found in the driver using wglGetProcAddress()". And if your program ... supported by the user pc under windows (XP, Vista, 7). Is it possible without using a big ... running matlab program without having matlab installed? - comp ...Then how would be it be possible for me ... without any problem under Windows XP 32 bits and ... put MATLAB in folder " Program ... Running MATLAB 32-bit on Windows 7 64-bit ... ODBC connection problem with matlab and windows 7 - comp.soft-sys ...... have been working without any problem under Windows XP 32 ... > > I have read that in Windows 7 is possible to create an ... sys.matlab > Fatal error loading library C:\Program ... Matlab 7.1 (2005) and Windows 7 Home Premium - comp.soft-sys ...There are several possible ... being used by another program ... Professional (using MATLAB ... Under Windows 7 Professional, would I have to run Matlab in Windows XP mode ... NASM on WINXP x64 creating EXE - comp.lang.asm.x86> as the program does > attempt to execute under win32?? ... It is possible to produce an .exe ... (using cygwin in Windows XP) - comp.unix ... NASM on WINXP ... Networking Stack - comp.databases.filemakerUsing Windows XP Professional, sr2 and FMP 7, when loading a file I receive ... issues at stake when you use such a program (i.e ... You can run the setup.exe under WinNT ... Permanent toolbox - comp.graphics.apps.gimp... to "raise the toolbox" under b... ... the toolbox, the entire Gimp program ... I'm using Windows 7. > > Steve In earlier version of gimp it was possible to close the toolbox and ... Packet timestamps when using Windows-7/Vista - comp.protocols.time ...Please note: Even if under Vista/Windows 7 the ... conversion mentioned above: A *possible ... Stack - comp.databases.filemaker Using Windows XP Professional, sr2 and FMP 7 ... ? newer version overwrites older - comp.lang.java.helpI am indeed using Windows XP/sp2.>generally run quite well under later JVMs ... bug fix - so it is quite possible ... newer version of the program. • Will Legacy 7.5 ... FONTS in pagemaker - comp.graphics.apps.pagemakerI have pagemaker 7.0 and problem with fonts. The font that I want to use is under MS WORD ... What type manager program are you using? Just ... yet to see that happen in WinXP ... Time sync with milliseconds with Windows XP - comp.protocols.time ...I see well within 100ms under normal ... which should give the best performance possible ... labmate program wont install in windows xp - comp.databases ... Calling MATLAB from Visual Studio in a C program - comp.soft-sys ...... Studio, but I don't think it is possible to debug in VS without using ... MATLAB commands from within a C program (using the ... call matlab from python (WinXP) - comp.soft ... Programming the Freescale MC908JL16 in C... Windows XP or Windows 7 ... program size to only 1KB. Type a project a name in the text box. CodeWarrior will create a folder of this name under ... possible. Don’t use a ... How To: Setup XP-Mode on Win 7 Basic, Premium... interesting new tools that Windows 7 features is Windows XP ... which is usually located in the C:\Program Files\Windows XP ... Question,Is it possible to use an existing XP OEM ... 7/17/2012 6:05:19 PM
|