PDA

View Full Version : Hoe to: Google Video Uploader jar file


notos
May 19th, 2005, 09:51 AM
Google Video uploader is a progran that lets you upload videos to google server that can be found in http://video.google.com

in google video help page is no tutorial on how to install this :( so i used google to search for help and these are the results :)

note: you can see the how to install Java run time you _NEED_ Java Runtime 1.4.x or superior :) in http://ubuntuguide.org

You also need to have a google account to login
First we neeed to grab a copy of the Jar File

wget https://upload.video.google.com/dllin

is this stops to work you can dowload from here (https://upload.video.google.com/video_instructions.html#downloadinglinux)

now you must have a file named GoogleVideoUploader.jar
make this in a terminal


mv Google*.jar /opt


You can now run on terminal this

java -jar /opt/GoogleVideoUploader.jar

pdk001
May 25th, 2005, 07:51 AM
thanks for good tip
that's what i want

rwabel
June 15th, 2005, 08:28 AM
thanks, sweet tool

macewan
November 27th, 2005, 09:28 PM
thanks for that howto

faizan
January 6th, 2006, 03:17 AM
when i try to get the jar file using wget, i get a no-certificate error. works when i change the command to

wget https://upload.video.google.com/dllin --no-check-certificate

Vurdak829
January 11th, 2006, 07:52 AM
I have a seriouse problem..

$ java -jar /opt/GoogleVideoUploader.jar
** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Aborted


Any ideas?

Vurdak829
January 15th, 2006, 12:37 PM
I have a seriouse problem..

$ java -jar /opt/GoogleVideoUploader.jar
** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Aborted


Any ideas?

No one? :(

NeonPulse
March 4th, 2006, 07:24 PM
If you didn't install JRE through the repositories, and instead installed it using the instructions on the java website, that you can run the .jar file by doing:

/usr/java/jre1.5.0_06/bin/java -jar /opt/GoogleVideoUploader.jar

beerorkid
May 23rd, 2006, 10:10 AM
thanks for this.

Really sucks that theinclude no info on how to use it in linux.

vratnica
March 6th, 2007, 04:18 PM
Thank you very much!


Great stuff!!!!

pure fusion
March 18th, 2007, 02:22 AM
I have everything installed fine, but I can't seem to log in. I am behind a proxy, but java is set up for that. it just says "logging in to....as...." forever.

ederic
February 5th, 2008, 10:21 AM
Thanks for the tip. It worked well for me. ;)

Stargazer989
April 7th, 2008, 07:58 PM
nice title, nice quick 'HoeTo' also :D

bcmiller
June 7th, 2008, 06:59 PM
thank you...

the process in the first post worked for me with the latest version of the google uploader and Hardy Heron.

Yeah for consistency!

I then made a launcher for the uploader and put it in the Sound and Video category.

SebMKd
June 23rd, 2008, 09:28 PM
Great tip, that finally works! :guitar:
Been struggling with that one. Didn't know if it's because I have installed both IcedTea and Sun Java.
Anyway that did the trick for me.

Then I just created a new entry in my menu and added java -jar /opt/GoogleVideoUploader.jar to the command line. Now I can launch it from my Internet application menu.