Anybody using their Java IDE with the C++ plugin? I have been developing C/C++ using vi and telnet/ssh for too long, and would like to have a richer GUI front end under Windows to do backend Unix/Linux programming. I am trying to decide whether to use Eclipse or NetBeans, plus the respective C++ plugin. I have experience with both IDEs, but only for Java deve... 30 Apr 2010 21:52
RMI connection refused I have a situation where a number of local Java processes register themselves in a local rmiregistry so they can talk to each other. All the correct things are being done, and this works 99.9% of the time perfectly. Each process uses a unique name "XXServer" to bind, etc. Each process periodically unbinds and... 23 Jun 2010 23:51
Spam on Usenet groups What can be done to combat the spam on usenet groups like this one? I'm assuming it's something people have tried to take before so is it of such a huge volume / difficult to filter that a lot still gets through? ... 1 May 2010 01:09
Applet, file & resource Hello. In an applet: �How can I do to, by clicking a button, download a file? �And if the file is in a resource? Thanks. ... 9 May 2010 13:12
Basic Question about Loggers, Parent Loggers, and Levels I need to get something straight about parent loggers in java.util.logging. I'll skip the lengthy preamble about how I got to this point and just get straight to the question. Let's say that I set up two loggers: - a "master" logger on org.sscce with level set to WARNING and a file handler writing to mast... 30 Apr 2010 18:31
Free Online Subversion Training - Introduction to Subversion for Developers In article <hrcc99$58h$1(a)news.eternal-september.org>, markspace <nospam(a)nowhere.com> wrote: george.powell(a)wandisco.com wrote: The second course in the series, "Introduction to Subversion for Developers" will take place on Wednesday, May 5, 2010 at 9AM PDT. Subversion's architecture and design prin... 29 Apr 2010 23:39
enum question I have three enums: enum MyEnum { A, B, C, D } enum HisEnum { A, B, C, D, M, N } enum HerEnum { A, B, C, D, P } A, B, C, and D shows up three times in three enums. I am wondering if the code can be improved to avoid such repeated coding. Ideally, I would think MyEnum can be the "parent class" o... 2 May 2010 16:27
Free Online Subversion Training - Introduction to Subversionfor Developers george.powell(a)wandisco.com wrote: The second course in the series, "Introduction to Subversion for Developers" will take place on Wednesday, May 5, 2010 at 9AM PDT. Subversion's architecture and design principles will be covered and attendees will be introduced to using Subversion for software developmen... 29 Apr 2010 22:33
log4j - different logger instances I want to create a new logger instance that will simultaniusly log to another file. I was able to do that programatically. So when I instantiate the logger like this: ---------------------------------------------------- Logger logger = Logger.getLogger("AnotherLogger"); ---------------------------------------... 30 Apr 2010 05:05
Free Online Subversion Training - Introduction to Subversion for Developers The second course in the series, "Introduction to Subversion for Developers" will take place on Wednesday, May 5, 2010 at 9AM PDT. Subversion's architecture and design principles will be covered and attendees will be introduced to using Subversion for software development. http://wandisco.com/webinar/subversion/... 29 Apr 2010 12:22 |