OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 63141.7
July 7, 2009 03:28 PM

Categories: PogoPlug Development

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

wavis

Member
Joined: 07/07/2009

Has anyone tried or had any success installing java 6 or postgresql 8.4 on their PogoPlug?

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

August 11, 2009 11:10 PM

I did this with the packages available from the OpenPogo site. I wrote about it in another thread.

August 11, 2009 11:43 PM

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.

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window