 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

30th January 2007, 08:16 PM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418

|
|
|
Well, you can have them both installed concurrently and see which works better for you, I may suggest you update Lime/FrostWire to the latest version and see what happens.
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems: Laptop, Main System, Netbook.
|

30th January 2007, 11:22 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Location: Charlotte, NC, USA
Posts: 14

|
|
|
OK, updated to 4.12.11. Sadly, no changes.
__________________
ThePowerTool
Bigger, Faster, More Power!!!
|

30th July 2007, 07:18 AM
|
 |
Registered User
|
|
Join Date: Jul 2007
Location: Running F7
Posts: 47

|
|
you might be able to answer this.
I have looked for help in a few places and can't find much that my mediocre skills can understand. I saw your tutorial and maybe you know what to do. I have a couple different versions of Java installed i think. Here is the code I get when I type "frostwire" in the terminal:
Code:
]$ frostwire
Starting FrostWire...
Java exec found in PATH. Verifying...
OOPS, you don't seem to have a valid JRE. FrostWire works best with Sun JRE available at http://www.java.com
OOPS, unable to locate java exec in /usr/lib/ hierarchy
You need to upgrade to JRE 1.5.x or newer from http://www.java.com
Java exec found in /usr/java/jre1.6.0_02/bin/
Suitable java version found [/usr/java/jre1.6.0_02/bin/java = 1.6.0_02]
Configuring environment...
Loading FrostWire:
java.lang.UnsatisfiedLinkError: /usr/java/jre1.6.0_02/lib/i386/motif21/libmawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Unknown Source)
at java.awt.Toolkit.<clinit>(Unknown Source)
at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:67)
at com.limegroup.gnutella.gui.Main.main(Main.java:39)
/usr/java/jre1.6.0_02/bin/
******************************************************************
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.5.0"
gij (GNU libgcj) version 4.1.2 20070502 (Red Hat 4.1.2-12)
I don't know what to do. Frostwire worked before I installed some newer version. How do I uninstall the newer Java? Anyway, any help would be awesome and so much appreciated. Thanks.
|

30th July 2007, 08:36 AM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418

|
|
|
man alternatives
Long explanation made short, you'll have to remove the Java version which is not working with it, and install the version you know works with it. Use the alternatives method for installing/uninstalling Java found at many Fedora reference sites (Stanton Finely's comes to mind).
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems: Laptop, Main System, Netbook.
|

10th August 2007, 07:24 AM
|
 |
Registered User
|
|
Join Date: Jul 2007
Location: Running F7
Posts: 47

|
|
|
the exact version of Java! Please
I am having a really hard time with making Frostwire work with any version of Java I try. I don't care if it is outdated, but will somebody tell me EXACTLY which version of JRE I can use that for sure works? I would really appreciate it. I would also like to know how to add it as a plugin in Firefox. Thanks.
__________________
Carrots!? Why is it always carrots? I didn't even eat carrots!
|

19th September 2007, 02:23 AM
|
 |
Registered User
|
|
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715

|
|
I am having the exact same problem as the OP and I followed the alternatives thing in the first post...
Code:
/usr/sbin/alternatives --display java
Code:
link currently points to /opt/jre1.5.0_12/bin/java
/usr/lib/jvm/jre-1.5.0-gcj/bin/java - priority 1500
slave keytool: /usr/lib/jvm/jre-1.5.0-gcj/bin/keytool
slave rmiregistry: /usr/lib/jvm/jre-1.5.0-gcj/bin/rmiregistry
slave jre_exports: /usr/lib/jvm-exports/jre-1.5.0-gcj
slave jre: /usr/lib/jvm/jre-1.5.0-gcj
/opt/jre1.5.0_12/bin/java - priority 2
slave keytool: (null)
slave rmiregistry: (null)
slave jre_exports: (null)
slave jre: (null)
Current `best' version is /usr/lib/jvm/jre-1.5.0-gcj/bin/java.
Could it be that the update 12 version of java is broken?
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.
Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
|

19th September 2007, 06:56 AM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418

|
|
|
It could very well be it... Have you tried 1.6? (I have not)
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems: Laptop, Main System, Netbook.
|

8th October 2007, 03:15 PM
|
 |
Registered User
|
|
Join Date: Jan 2007
Location: British Columbia, Canada
Age: 43
Posts: 13

|
|
jre1.6.0_02 works fine, but you have to install the libXp package.
If you use sudo then:
Code:
sudo yum install libXp
Hope this helps you out.
__________________
SpEcIeS
Distro: Fedora 8
Kernel: 2.6.24.7-92.fc8
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 09:21 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|