GalleryRemote on Windows 7 64-bit

The default install of GalleryRemote on Windows 7 64-bit works, but the client image resizing does not. This is a pain, especially these days with digital pictures that are sometimes over 10 MB. The problem was the ImageMagick library. I found this to work for me: Install Imagamagick Pick the Q16-windows-x64-static.exe version of Imagemagick, latest… Continue reading GalleryRemote on Windows 7 64-bit

Looking for: “java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener”

When trying to put together a jar file on Ubuntu Lucid with gant, I got this: java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2427) at java.lang.Class.getMethod0(Class.java:2670) at java.lang.Class.getMethod(Class.java:1603) at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java :99) at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:130) Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.BuildListener at org.codehaus.groovy.tools.RootLoader.findClass(RootLoader.java:156) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:128) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) … 6 more After also installing the ant package everything worked… Continue reading Looking for: “java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener”

Published
Categorized as java

Google Apps IMAP migration

I have recently moved to Google Apps. One of the nice things is that you can have IMAP access so you can keep using the MUA of your choice. If you have the paid version (Premier Edition), IMAP migration can be done smoothly using the migration tools, which suck messages from your old IMAP account… Continue reading Google Apps IMAP migration

H.264 Encoding for Android

After some experimenting it turned out that H.264 video needs to be encoded using the Baseline Profile for the HTC Hero (running Android 1.5) to be able to play it. High Profile will not play at all on the phone. Main Profile will play, but gives an entirely green video – unusable.