Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20147 > unrolled thread
| Started by | "SL@maxis" <ecp_gen@my-rialto.com> |
|---|---|
| First post | 2012-12-07 15:08 +0800 |
| Last post | 2012-12-08 13:04 -0800 |
| Articles | 11 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-07 15:08 +0800
Re: NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-07 15:11 +0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 08:33 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 08:32 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Lew <lewbloch@gmail.com> - 2012-12-07 10:59 -0800
Re: NetBeans on Linux/Android: Java, C/C++ markspace <-@.> - 2012-12-07 12:16 -0800
Re: NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-08 10:24 +0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 21:32 -0500
Re: NetBeans on Linux/Android: Java, C/C++ markspace <-@.> - 2012-12-07 18:56 -0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 22:06 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Lew <lewbloch@gmail.com> - 2012-12-08 13:04 -0800
| From | "SL@maxis" <ecp_gen@my-rialto.com> |
|---|---|
| Date | 2012-12-07 15:08 +0800 |
| Subject | NetBeans on Linux/Android: Java, C/C++ |
| Message-ID | <op.woxp3qv8wv4027@sl-home> |
I am thinking of writing C/C++, java for Linux and Android, on desktop of course. Any problem with NetBeans. Trying to kill 3 birds with one stone. Thanks. -- Using Opera's revolutionary email client: http://www.opera.com/mail/
[toc] | [next] | [standalone]
| From | "SL@maxis" <ecp_gen@my-rialto.com> |
|---|---|
| Date | 2012-12-07 15:11 +0800 |
| Message-ID | <op.woxp9guwwv4027@sl-home> |
| In reply to | #20147 |
> > I am thinking of writing C/C++, java for Linux and Android, on desktop > of course. > > Any problem with NetBeans. Trying to kill 3 birds with one stone. > > Thanks. > Someone recommended that debugging should be done with GDB. Any comment ? -- Using Opera's revolutionary email client: http://www.opera.com/mail/
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-12-07 08:33 -0500 |
| Message-ID | <50c1f029$0$283$14726298@news.sunsite.dk> |
| In reply to | #20148 |
On 12/7/2012 2:11 AM, SL@maxis wrote: >> I am thinking of writing C/C++, java for Linux and Android, on desktop >> of course. >> >> Any problem with NetBeans. Trying to kill 3 birds with one stone. > > Someone recommended that debugging should be done with GDB. Any comment ? Use whatever NB provides. I would assume that to be a GUI on top of GDB for C/C++. Arne
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-12-07 08:32 -0500 |
| Message-ID | <50c1efef$0$283$14726298@news.sunsite.dk> |
| In reply to | #20147 |
On 12/7/2012 2:08 AM, SL@maxis wrote: > I am thinking of writing C/C++, java for Linux and Android, on desktop > of course. > > Any problem with NetBeans. Trying to kill 3 birds with one stone. No. (Eclipse is a bit more widely used, but NB is fine) Arne
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-12-07 10:59 -0800 |
| Message-ID | <d4b330d2-989c-4180-a227-5e5d45237564@googlegroups.com> |
| In reply to | #20147 |
SL@maxis wrote: > I am thinking of writing C/C++, java [sic] for Linux and Android, on desktop of > course. Android on desktop? Interesting. I don't see the "of course" in that. > Any problem with NetBeans. Trying to kill 3 birds with one stone. Eclipse does Android screen layouts in a GUI model, although I am not so comfortable with it personally. I do prefer Eclipse for Android development. Its ADK plugin is good, albeit little more than a wrapper for command-line "android ..." commands. NetBeans does Swing GUIs better than Eclipse, from what I've read. Its GUI programming assistance is rather good, once you get used to the dance of property sheets for event handlers and how to write your helper methods outside the protected areas. I ignore SWT. I like NetBeans better for C/C++ and general Java development (Java SE, EE). Both products work well as dashboards for enterprise work, i.e., to monitor app servers, DBMSes, message beans, queues, yada. I'm personally more comfortable with NetBeans's style options - it doesn't have as many as Eclipse which is better to some, not to others. Both integrate with lint and bug-hunting tools like FindBugs and have good extensible (and platform) architectures. You need Aptana for Eclipse (or its standalone equivalent) if you're doing Javascript in Eclipse. "Debugging should be done with GDB"? Whatever. GDB doesn't integrate well with NB or Eclipse that I've heard, but hey, I don't know. It does integrate simply beautifully with emacs. GDB is useless for Java. If you're using an IDE, you've already got a debugger. I don't know why you'd need two. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2012-12-07 12:16 -0800 |
| Message-ID | <k9tiq4$ant$1@dont-email.me> |
| In reply to | #20158 |
On 12/7/2012 10:59 AM, Lew wrote: > SL@maxis wrote: >> I am thinking of writing C/C++, java [sic] for Linux and Android, on desktop of >> course. > > Android on desktop? Interesting. I don't see the "of course" in that. I was thinking "buzzword compliance, of course." Although Android development does often take place on a desktop, and Google has an emulator that does run Android apps on your desktop development system. That said, I was also thinking "auto-generated spam without the involvement of human cognition, of course."
[toc] | [prev] | [next] | [standalone]
| From | "SL@maxis" <ecp_gen@my-rialto.com> |
|---|---|
| Date | 2012-12-08 10:24 +0800 |
| Message-ID | <op.woy7nmuhwv4027@sl-home> |
| In reply to | #20158 |
> Eclipse does Android screen layouts in a GUI model, although I am not so > comfortable > with it personally. I do prefer Eclipse for Android development. Its ADK > plugin is good, > albeit little more than a wrapper for command-line "android ..." > commands. > > .... > > If you're using an IDE, you've already got a debugger. I don't know why > you'd need two. > OK, Thanks. Seems like I better have two, Eclipse for Android, Netbeans for Java and C/C++. Actually "on desktop", I was thinking of Linux on desktop. NetBeans cannot run on Android device, I suppose. -- Using Opera's revolutionary email client: http://www.opera.com/mail/
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-12-07 21:32 -0500 |
| Message-ID | <50c2a6c0$0$287$14726298@news.sunsite.dk> |
| In reply to | #20173 |
On 12/7/2012 9:24 PM, SL@maxis wrote: >> Eclipse does Android screen layouts in a GUI model, although I am not >> so comfortable >> with it personally. I do prefer Eclipse for Android development. Its >> ADK plugin is good, >> albeit little more than a wrapper for command-line "android ..." >> commands. > Seems like I better have two, Eclipse for Android, Netbeans for Java and > C/C++. > > Actually "on desktop", I was thinking of Linux on desktop. > > NetBeans cannot run on Android device, I suppose. NetBeans is done using Swing and Android does not support Swing, so ... Arne
[toc] | [prev] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2012-12-07 18:56 -0800 |
| Message-ID | <k9ua9d$ip4$1@dont-email.me> |
| In reply to | #20173 |
On 12/7/2012 6:24 PM, SL@maxis wrote: > > Seems like I better have two, Eclipse for Android, Netbeans for Java and > C/C++. Nothing wrong with two, but I'm sure Eclipse does both Android and Java. I know NetBeans does Java, Android, and C/C++, if you're interested in using one IDE. NetBeans even recognizes my C/C++ install of Cygwin (Unix port running on top of Windows) and will use that as my C/C++ compiler if I ask it too.
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-12-07 22:06 -0500 |
| Message-ID | <50c2aed0$0$284$14726298@news.sunsite.dk> |
| In reply to | #20178 |
On 12/7/2012 9:56 PM, markspace wrote: > On 12/7/2012 6:24 PM, SL@maxis wrote: >> >> Seems like I better have two, Eclipse for Android, Netbeans for Java and >> C/C++. > > Nothing wrong with two, but I'm sure Eclipse does both Android and Java. > > I know NetBeans does Java, Android, and C/C++, if you're interested in > using one IDE. NetBeans even recognizes my C/C++ install of Cygwin > (Unix port running on top of Windows) and will use that as my C/C++ > compiler if I ask it too. Eclipse also does C/C++. Arne
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-12-08 13:04 -0800 |
| Message-ID | <be6eadf8-4246-40fc-a116-1e7893bae262@googlegroups.com> |
| In reply to | #20173 |
SL@maxis wrote: > Seems like I better have two, Eclipse for Android, Netbeans for Java and > C/C++. Either one will do all you want, minus some details. For example, it annoys me that Eclipse doesn't have a good shell editor, and that NetBeans doesn't have a good graphical layout tool for Android projects. Otherwise I use either one as project standards or my mood dictate. I don't happen to mind specifying layouts in XML through a text editor. Much. They differ somewhat in style, options, how they interact with the file system, use of source control systems, styles of project, how their wizards work and so on. You might like one better than the other. > Actually "on desktop", I was thinking of Linux on desktop. It's a pretty comfortable development environment. > NetBeans cannot run on Android device, I suppose. Neither does Eclipse. -- Lew
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web