Results 1 to 9 of 9

Thread: tar.gz file for gmote when extracted leaves me with a .sh

  1. #1
    Join Date
    Jun 2011
    Posts
    85

    tar.gz file for gmote when extracted leaves me with a .sh

    Greetings, I have downloaded the tar.gz record for gmote (server programming to permit you to utilize a g1 portable to control your workstation), and have concentrated the record, but now am stayed! The concentrated index leaves me with a .sh document, a .sh~ records, and 2 envelopes called 'Lib' and 'Bin'. Evidently I need to introduce this programming when my telephone will join with the workstation but I don't comprehend what to do, and the online content gives no assistance for linux users. Any assistance could be amazing. Much appreciated

  2. #2
    Join Date
    Apr 2009
    Posts
    994

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    I have got a similar kind of error -
    Code:
    Starting GmoteServer 2.0 ... 
    GmoteServer started.
    mckenzie@mckenzie-home:~$ Exception in thread "main" java.lang.NoClassDefFoundError: org/gmote/server/GmoteServerUiLinux
    Caused by: java.lang.ClassNotFoundException: org.gmote.server.GmoteServerUiLinux
    at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:3 23)………

  3. #3
    Join Date
    Nov 2009
    Posts
    865

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    I get the following message -
    Quote:
    There are 5 alternatives which provide `java'.

    Selection Alternative

    1. /usr/lib/jvm/java-6-sun/jre/bin/java
    2. /usr/bin/gij-4.2
    3. /usr/bin/gij-4.3
    4. /usr/lib/jvm/java-gcj/jre/bin/java
    5. *+ 5 /usr/lib/jvm/java-6-openjdk/jre/bin/java

  4. #4
    Join Date
    Nov 2009
    Posts
    1,416

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    Use the below code as your default code and then make sure it is by running this command from a terminal again.
    Code:
    Code:
    java -version

  5. #5
    Join Date
    Nov 2009
    Posts
    1,292

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    The below instruction and output was followed by me –

    • Press enter to keep the default
    • , or type selection number: 1
    • Using '/usr/lib/jvm/java-6-sun/jre/bin/java' to provide 'java'.
    • mckenzie@mckenzie-home:~$ java -version
    • java version "1.6.0_10"
    • Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
    • Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)

  6. #6
    Join Date
    Nov 2009
    Posts
    1,269

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    I came across with a solution. For it to work genuinely, Gmote Server needs that you be within of its registry when you begin it.
    In the event that you haven't done so even now, move the Gmote Server envelope to ~/.gmote or something comparative, so it stays out of your method.
    Following, we'll make a document utilizing nano.

    Code:
    nano gmote
    Once nano is open, insert the following, being sure to change
     the path to where Gmote lives:
    Code:
    #!/bin/sh
    cd /home/USER/.gmote && ./GmoteServer.sh
    Next, we'll make it executable and move it to /usr/bin
    Code:
    chmod +x ./gmote
    sudo mv ./gmote /usr/bin/gmote

  7. #7
    Join Date
    Nov 2008
    Posts
    1,185

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    I am attempting to get it to run. I utilized firestarter to open up the ports, I separated and ran the record in the registry and it heads up and declares that its getting bundles from the gphone, but still having situations as I cannot access it. The gphone spared me the time to see it and attempt to join to it, but it invariably states union situation. I have an additional framework that has windows and I handicapped the firewall and update the IP in my router and in a flash I'm having it running.

  8. #8
    Join Date
    Nov 2009
    Posts
    1,035

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    For working of Gmote Server, you need to have Java 6 installed.

    Code:
    sudo aptitude install sun-java6-bin sun-java6-jdk sun-java6-jre

    Code:
    sudo update-java-alternatives -s java-6-sun

  9. #9
    Join Date
    Apr 2009
    Posts
    1,107

    Re: tar.gz file for gmote when extracted leaves me with a .sh

    Thanks much. Every last trace of the above post made me a part. Now my setback has been understood always. I trust it made others as well.

Similar Threads

  1. MSI K8N Neo3-F Motherboard leaves power LED blinking
    By Kunal ? in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 12-05-2012, 06:02 AM
  2. Replies: 5
    Last Post: 20-03-2012, 10:59 PM
  3. Quicktime 7 unable to play extracted .mov files
    By Noell in forum Windows Software
    Replies: 5
    Last Post: 19-04-2011, 10:44 AM
  4. how to get a substring extracted from a line in a variable
    By kristtoper in forum Windows Software
    Replies: 6
    Last Post: 10-11-2010, 02:58 PM
  5. Replies: 3
    Last Post: 10-07-2010, 04:27 PM

Tags for this Thread

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
  •  
Page generated in 1,714,059,526.97017 seconds with 17 queries