Latest Entries
Mac / Open Source / Programming / XRap

Packaging…Mac…???

Yes.  I need to figure out how to package up a XULRunner app, so that it can be distributed and installed on to a Mac. From what I have been reading,  there are two methods for installing on a Mac:   The software publisher has provided an installer, which will automatically install the application The … Continue reading

How-to / Java

Servlet not found!

I just wasted about 2 hours trying to figure out why my java servet won’t compile.  The answer was actually very simple, so I want to save people that time, which I wasted. The error: package javax.servlet does not exist import javax.servlet.*; ^ 1 error This caused about 10 other errors, all related.  You must … Continue reading