
I initially had problems in using the Java application that Google has to upload videos greater than 100MB. It seems that Java 6 under Ubuntu does not have AWT installed. To get it to work I just downloaded Java 5 and unpacked it to my local directory. I then ran the command (substitute yourUserName for your own):
~yourUserName/jdk1.5.0_13/bin/java -jar GoogleVideoUploader.jar
And it worked just fine.

1 comments:
ok but now the ? is how to update java
Post a Comment