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
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
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
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
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
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
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
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
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