Results 1 to 6 of 6

Thread: FrostWire not Working

  1. #1
    Join Date
    Jun 2007
    Beans
    64

    FrostWire not Working

    When I try to open frostwire it does not do anything?

    I tried frostwire at the command line but I am not sure what the response means. Any help with what I should do to fix it?

    Code:
    sam@sam-desktop:~$ frostwire
    Starting FrostWire...
    Java exec found in PATH. Verifying...
    Suitable java version found [java = 1.6.0]
    Configuring environment...
    Loading FrostWire:
    java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/motif21/libmawt.so
    	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
    	at java.lang.Runtime.load0(Runtime.java:787)
    	at java.lang.System.load(System.java:1022)
    	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
    	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
    	at java.lang.Runtime.loadLibrary0(Runtime.java:840)
    	at java.lang.System.loadLibrary(System.java:1047)
    	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
    	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.awt.Toolkit.loadLibraries(Toolkit.java:1610)
    	at java.awt.Toolkit.<clinit>(Toolkit.java:1632)
    	at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:67)
    	at com.limegroup.gnutella.gui.Main.main(Main.java:39)
    
    
    ******************************************************************
    Something went wrong with FrostWire.
    Maybe you're using the wrong version of Java?
    (FrostWire is tested against and works best with with Sun's JRE, Java 1.4+)
    The version of Java in your PATH is:
    java version "1.6.0"
    OpenJDK Runtime Environment (build 1.6.0-b09)
    OpenJDK Client VM (build 1.6.0-b09, mixed mode, sharing)

  2. #2
    Join Date
    Oct 2007
    Location
    New Castle, PA
    Beans
    1,251
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: FrostWire not Working

    Quote Originally Posted by System Monitor View Post
    When I try to open frostwire it does not do anything?

    I tried frostwire at the command line but I am not sure what the response means. Any help with what I should do to fix it?

    Code:
    sam@sam-desktop:~$ frostwire
    Starting FrostWire...
    Java exec found in PATH. Verifying...
    Suitable java version found [java = 1.6.0]
    Configuring environment...
    Loading FrostWire:
    java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/motif21/libmawt.so
    	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
    	at java.lang.Runtime.load0(Runtime.java:787)
    	at java.lang.System.load(System.java:1022)
    	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
    	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
    	at java.lang.Runtime.loadLibrary0(Runtime.java:840)
    	at java.lang.System.loadLibrary(System.java:1047)
    	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
    	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.awt.Toolkit.loadLibraries(Toolkit.java:1610)
    	at java.awt.Toolkit.<clinit>(Toolkit.java:1632)
    	at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:67)
    	at com.limegroup.gnutella.gui.Main.main(Main.java:39)
    
    
    ******************************************************************
    Something went wrong with FrostWire.
    Maybe you're using the wrong version of Java?
    (FrostWire is tested against and works best with with Sun's JRE, Java 1.4+)
    The version of Java in your PATH is:
    java version "1.6.0"
    OpenJDK Runtime Environment (build 1.6.0-b09)
    OpenJDK Client VM (build 1.6.0-b09, mixed mode, sharing)
    Go to add remove programs, make sure all available applications is marked, and download Sun Java. Then run sudo update java-alternatives, I believe. And pick Sun Java instead of OpenJDK.

  3. #3
    Join Date
    Jun 2007
    Beans
    64

    Re: FrostWire not Working

    got command not found for "dpkg-configure java-config"

  4. #4
    Join Date
    Oct 2007
    Location
    New Castle, PA
    Beans
    1,251
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: FrostWire not Working

    Quote Originally Posted by System Monitor View Post
    got command not found for "dpkg-configure java-config"
    sudo update java-alternatives sorry about that.

  5. #5
    Join Date
    Jun 2007
    Beans
    64

    Re: FrostWire not Working

    Got "sudo: update: command not found"

  6. #6
    Join Date
    Oct 2007
    Location
    New Castle, PA
    Beans
    1,251
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: FrostWire not Working

    Quote Originally Posted by System Monitor View Post
    Got "sudo: update: command not found"
    sudo update-alternatives --config java that is from official docs, it should work.

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
  •