Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Hoe to: Google Video Uploader jar file

  1. #1
    Join Date
    Dec 2004
    Location
    Mexicali,Mexico,Earth,Sec
    Beans
    44
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Howto: Google Video Uploader jar file

    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

    Code:
    wget https://upload.video.google.com/dllin
    is this stops to work you can dowload from here

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

    Code:
    mv Google*.jar /opt
    You can now run on terminal this

    Code:
    java -jar /opt/GoogleVideoUploader.jar
    Last edited by notos; June 4th, 2005 at 09:28 AM.
    Kernel Panic! - no sig found!

  2. #2
    Join Date
    Apr 2005
    Location
    seoul, korea
    Beans
    130
    Distro
    Ubuntu Breezy 5.10

    Re: Hoe to: Google Video Uploader jar file

    thanks for good tip
    that's what i want

  3. #3
    Join Date
    Nov 2004
    Location
    Bern, Switzerland
    Beans
    578

    Re: Hoe to: Google Video Uploader jar file

    thanks, sweet tool

  4. #4
    Join Date
    Nov 2004
    Location
    North America
    Beans
    288
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Hoe to: Google Video Uploader jar file

    thanks for that howto
    "He who fights Monsters should see himself does not become a monster...remember, when you look into the abyss the abyss also looks into you."

  5. #5
    Join Date
    Nov 2005
    Beans
    6

    Re: Hoe to: Google Video Uploader jar file

    when i try to get the jar file using wget, i get a no-certificate error. works when i change the command to

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

  6. #6
    Join Date
    May 2005
    Location
    Chioggia, Italy
    Beans
    43
    Distro
    Dapper Drake Testing/

    Re: Howto: Google Video Uploader jar file

    I have a seriouse problem..

    Code:
    $ 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?

  7. #7
    Join Date
    May 2005
    Location
    Chioggia, Italy
    Beans
    43
    Distro
    Dapper Drake Testing/

    Unhappy Re: Howto: Google Video Uploader jar file

    Quote Originally Posted by Vurdak829
    I have a seriouse problem..

    Code:
    $ 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?

  8. #8
    Join Date
    Mar 2006
    Beans
    1

    Re: Hoe to: Google Video Uploader jar file

    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:

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

  9. #9
    Join Date
    Mar 2005
    Location
    nefrickinbraska
    Beans
    314

    Re: Hoe to: Google Video Uploader jar file

    thanks for this.

    Really sucks that theinclude no info on how to use it in linux.
    may the forces of evil become confused on the way to your mail server

    beerorkid.com

  10. #10
    Join Date
    Feb 2007
    Beans
    70

    Re: Hoe to: Google Video Uploader jar file

    Thank you very much!


    Great stuff!!!!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •