I did this with the packages available from the OpenPogo site. I wrote about it in another thread.
Categories: PogoPlug Development
Has anyone tried or had any success installing java 6 or postgresql 8.4 on their PogoPlug?
August 11, 2009 11:10 PM
August 11, 2009 11:43 PM
and noticed a long pause to create or print the 'Date'. Strange.
I tried a simple program...
import java.util.Date;
public class More1 {
public static void main(String[] args) {
for (int i= 0; i < 100; i++) {
System.out.println(i);
}
Date d= new Date();
System.out.println(d);
}
}
and noticed a long pause to create or print the 'Date'. Strange.

RSS


