تسجيل الدخول

مشاهدة النسخة كاملة : لينكس مساعده بمسنجر وlimewie



gangster_kw
23-09-2002, 02:50 AM
السلام عليكم,

شباب انا ساحب منسجر لل msn اسمه alvaro;s messenger
فكيت ضغط الملف بس ما عرفت اثبتهم

ممكن احد يساعدني ؟

---

بالنسبه لبرنامج lime wire الحمدلله ثبته
بس لمه ببدا تشغيله تطلع هذي المسج

exception in threat "main" java.lang.noclassfpundError: lax/nl/java/option/javal/stack

شالحل :أفكر:

وشكرا

Liquid_Crystal
23-09-2002, 12:47 PM
What is your distribution?, which version?

How did you try to install it?, did you get any error message? if yes, then what was it?.

Regarding LimeWire, do you have Java (J2re) ?
I

Loner
27-09-2002, 09:06 PM
I don't know about messenger. About LimeWire, to install it , you need to make the path to the Java executable files available to other programs.

For example, I downloaded Java SDK 1.3.1. The installer program for Java creates a new folder called "j2sdk1.3.1" which includes many folders. One of those folders is "bin" and it includes the Java executable files. So the full path to the executable files is:

/home/Loner/j2sdk1.3.1/bin

When you try to install LimeWire, the installer must be able to find the Java executable files and you do that by adding the path to the Java exe files to the ".bashrc" file.

To add it, do the following:

kedit .bashrc

add these two lines to the begining of the file:

PATH=/home/Loner/j2sdk1.3.1/bin:$PATH
exoprt PATH

Now, open a new terminal window and try to install LimeWire.

Loner