المساعد الشخصي الرقمي

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



gangster_kw
06-08-2002, 11:57 PM
السلام عليكم

انا سحبت ملف الفلاش بلاير من موقع مايكروميديا
بس اشلون اثبته بالجهاز او بالكونكيور

===
وعندي مشكله بالجافا
في بعض انواع الجافا ما تطلع بالكونيكور مثل الكلام المتحرك وغيرهم
من وين اسحب الجافا واشلون اثبتهم


سلام

Loner
27-08-2002, 03:19 AM
I use Mozilla Web browser and these are the steps to add Flash and Java to Mozilla. It should be similar to how it's done in Konquerer.

Flash
-------
Download the flash tar file and then uncompress

tar zxvf flash_linux.tar.gz

cd flash_linux


Copy the "libflashplayer.so" file to the plugin directory of Mozilla.
For example:

cp libflashplayer.so /usr/lib/mozilla/plugins

Or wherever you installed Mozilla. You will have to be
root user to do the copy step.

To check that you have the Flash plugin installed successfuly, open Mozilla and click on Help->About Plug-ins. There should be somthing about a Flash player.

Java
------
Download the latest Java Runtime Environment (JRE) from

http://java.sun.com/j2se/1.4.1/download.html

You can choose:

Linux Red Hat RPM shell script

or

Linux GNUZIP Tar shell script


I always used the gnu tar shell, but I think the rpm will be easier. The last step is to add a symbolic link

go to the directory where Mozilla is located and cd to the plugin directory.

For example:

cd /usr/lib/mozilla/plugins

create a symbolic link from the JRE plugin directory to the Mozilla plguins directory.

For example:

ln -s /usr/bin/j2.4.1/jre/plugin/i386/mozilla/java_plugin_oji.so

You check if the steps are correct by opening Mozilla and clicking on Help->About Plug-ins. There should be a long table about Java support.

I know this is complicated but it's according to the README file that comes with the JRE download

Good luck....... :-)

Loner

gangster_kw
27-08-2002, 03:49 AM
مشكور اخوي على الرد
قدرت اضيف اللينكس فلاش :)

بس المشكله الحين بالجافا
سحبت البرنامج بالجن زيب
بس امتداده صاير bin

اسم الملف كله صاير
j2re-1_3_1_04-linux-i586.bin

اشلون اختلص من البين
شنو امر اللي افج الضغط ماله .
او الحل ,

وشكرا :)

Butterfly
27-08-2002, 10:57 AM
السلام عليكم
راجعوا الرابط:
http://www.kwakeb.net/cgi-bin/eBoards/showpost.pl?pid=18845
أو الرابط:
http://www.forum.haydarlinux.org/viewthread.php?tid=211
وشكرًا

Loner
27-08-2002, 01:38 PM
You have to execute the file

j2re-1_3_1_04-linux-i586.bin

There are two ways to do that:

One, type the following

. j2re-1_3_1_04-linux-i586.bin

the dot (.) in the front tells bash to execute the file.

Two, change permission of file to make it executable:

chmod u+x j2re-1_3_1_04-linux-i586.bin

then run the file by typing:

./j2re-1_3_1_04-linux-i586.bin

It's easier to use the first way.

Loner

gangster_kw
27-08-2002, 06:04 PM
السلام عليكم

مشكور اخوي Loner على الرد الشافي :)


butterfly انا كاتب باكثر من منتدى وناطر احد يرد علي بسرعه :#

Loner
27-08-2002, 10:55 PM
You are welcome.

Loner