Category Archives: Programming Languages

compiling windows apps on linux

now that we successfully used cmake to compile a linux app (in the last article), we will now try and compile it for windows. I am doing this on Gentoo linux, so your mileage may vary if you used a … Continue reading

Posted in C++, CDT, cmake, gentoo, linux, windows | Comments Off on compiling windows apps on linux

Cross platform development with the Eclipse CDT

So, you want to create an application that can un under both Linux and Windows? This is my experiment trying to do just that… Lets see if the Eclipse CDT is robust to do cross platform development! Step 1: Install … Continue reading

Posted in C++, CDT, cmake, Eclipse, linux, windows | Comments Off on Cross platform development with the Eclipse CDT

Installing eclipse 3.3 on Gentoo

Today was the day to get eclipse going on Gentoo. I downloaded the latest version (3.3) and dropped it into /opt/eclipse. I fired it up and got: # ./eclipse * run-java-tool is not available for sun-jdk-1.6 on i686 * IMPORTANT: … Continue reading

Posted in Eclipse, gentoo, Java, linux | Comments Off on Installing eclipse 3.3 on Gentoo

first thoughts about eclipse 3.3

After my first full week of using Eclipse (having moved away from JBuilder) I thought I would list some of my thoughts: The visual editor sucks.  Jbuilder 2005/6 and Netbeans have eclipse beat here.  I hope this area improves soon. … Continue reading

Posted in C++, Eclipse, Java | Comments Off on first thoughts about eclipse 3.3

ProjectAssist Installation Errors (part 2)

Having determined the cause of the maven issues, I moved on and cleaned up my system and restarted the install. I then got perl errors, which the log listed as: (13:22:49:671) Installing C:borlandprojectassistPerlsitelibNetLDAPExtensionWhoAmI.pm (13:22:49:671) Perl install: processing INSTALL component AppConfig… … Continue reading

Posted in CodeGear, Eclipse, Perl, ProjectAssist | Comments Off on ProjectAssist Installation Errors (part 2)

C Programming in Eclipse

In my day to day job, I mainly use java, primarily for the development of graphical interfaces to communicate with custom built hardware running embedded microprocessors (written in assembly and c). In addition though, I also write c and c++ … Continue reading

Posted in C++, Eclipse, IDEs, Java, Perl, PHP, Programming Languages | Comments Off on C Programming in Eclipse

Eclipse Multiple Monitor Bug

While Eclipse does work across multiple monitors, I know of one bug that I find quite annoying. I use 3 monitors, with the main source view occupying my center screen, and the output console occuping the left screen, and all … Continue reading

Posted in Eclipse, Programming Languages | Comments Off on Eclipse Multiple Monitor Bug

JBuilder Registration Woes…

Because of continuing registration issues, I thought it would be interesting to post my thoughts… The place I work has a poor internet connection (hundreds of employees share a limited isp connection so download bandwidth is limited and large downloads … Continue reading

Posted in Eclipse, Java, JBuilder | Comments Off on JBuilder Registration Woes…

Rambling thoughts about JBuilder 2007…

I recently made the jump to JBuilder 2007. As a long time user of JBuilder (I started using JBuilder back with version 3) I have to start off saying that this version is quite a bit different from any other … Continue reading

Posted in Eclipse, Java, JBuilder | Comments Off on Rambling thoughts about JBuilder 2007…