It is currently Sat May 25, 2013 6:53 am

All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Java and Adobe plugins to Firefox?
PostPosted: Wed Jul 04, 2007 1:54 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
Personally I do not care, if I meet a page some silly plugins are needed, I leave it. Or start my WindowsXP were everything works well ;)

But now I have installed Zenwalk 4.6.1. to a computer which I will give to the hands of three girls from 8 to 12 year old. I have observed what they do in a Windows computer. They are using MS Messenger to chat with their friends or surf to some page to play games residing there.

I tried to do what they did in my Zenwalk installation but at ones realized that Adobe Flash Player and Java Environment are lacking from my Firefox. Then I did some searching using those names as keywords and met some long and complicated discussions about the difficulties people had met while trying to get the plugins to work in Firefox. But those discussions were relatively old, so probably we live better times now with ZW 4.6.1.? Perhaps to install plugins to Firefox is so simple that every other Linux user than I already have those tricks in their head ready ::)

I did "netpkg java" and got a long list of operations to work seemingly successfully. Full of hope  I rebooted and started Firefox but the situation is the same as before >:(

Sometimes when using Linux I have followed the Firefox's advice "Download a plugin here", but it has not worked. Perhaps it  is now that simple in Zenwalk?


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Wed Jul 04, 2007 2:11 pm 
Experienced Zenwalker
Experienced Zenwalker

Joined: Fri Nov 24, 2006 7:51 pm
Posts: 149
Location: portugal
they are both in zenwalk repositories. For java you need to install the jre package and for flash something with the name flashplugin or something related. I'm not sure in wich mirror they are, so, search in them :D

best regards  ;)


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Wed Jul 04, 2007 4:19 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
Jokas wrote:
For java you need to install the jre package

Thank you for advice, but as much as I understand, "netpkg java" already installed jre:
Code:
Executing install script for gcc-java-4.1.2-i486-1...

Downloading jre-6u1-i586-1.tgz
--14:55:57--  http://distro.ibiblio.org/pub/linux/distributions/zenwalk/i486/current/extra/l/jre-6u1-i586-1.tgz
           => `/var/packages/extra/l/jre-6u1-i586-1.tgz'
Resolving distro.ibiblio.org... 152.46.7.109
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 33,967,266 (32M) [application/x-tar]

100%[====================================>] 33,967,266   208.37K/s    ETA 00:00

14:58:38 (207.03 KB/s) - `/var/packages/extra/l/jre-6u1-i586-1.tgz' saved [33967266/33967266]

Installing [extra/l]jre-6u1-i586-1.tgz
Installing package jre-6u1-i586-1...
PACKAGE DESCRIPTION:
jre: Java(TM) 2 Platform Standard Edition Runtime Environment,
jre: Version 6.0 update 1.
jre:
jre: The J2SE(TM) Runtime Environment (JRE) is intended for software
jre: developers and vendors to redistribute with their applications.
jre: It contains the Java virtual machine, runtime class libraries, and
jre: Java application launcher that are necessary to run programs written
jre: in the Java programming language.
jre:
jre: If you need development tools, obtain the jdk from /extra, or see the
jre: Sun Microsystems web page:   http://java.sun.com/

I also did "netpkg search flashplugin", the result was that netpkg uppdated "search4files-0.1e-noarch-42.1.tgz" in my computer to "search4files-0.1e-noarch-48.1.tgz". What does this "search4files" do? Something the same as Beagle?

Then I realized the right method to find the Flash Player going through the repositories and at last installed "flash_plugin-9.0.31.0-i686-44.1.tgz" and should now be partly happy with my Firefox. I reboot and try again!


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Wed Jul 04, 2007 4:37 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
bruenig wrote:
Adobe can be found here:
http://users.zenwalk.org/user-accounts/ ... 6-48.1.tgz
Just download and do: installpkg acroread-7.0.9-i486-48.1.tgz

I found the repository http://users.zenwalk.org/packages but
Code:
root[anne]# netpkg install acroread-7.0.9-i486-48.1.tgz
Downloading
/var/packages/acroread-7.0.9-i486-48.1.tgz/: Is a directory
acroread-7.0.9-i486-48.1.tgz is corrupted, please checkout another mirror : skipping
Cleaning temporary files and saving meta information
root[anne]#

"is corrupted" - sometimes when using netpkg I have met the same difficulty but later in the same repository not that problem ???


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Wed Jul 04, 2007 7:35 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Feb 09, 2007 8:40 pm
Posts: 529
Location: Romania
fossiili, I think you are confusing netpkg with apt-get or aptitude. There isn't any "netpkg install package_name" or "netpkg search package_name" (at least in 4.4.1). Netpkg searches by it self the packages related to the string you enter, so "netpkg package_name" should be enough. Thats why "netpkg search flashplugin" returned a package related to "search". ;)
To install acroread:
Code:
wget -c http://users.zenwalk.org/user-accounts/pnboy/acroread/acroread-7.0.9-i486-48.1.tgz
su -c "installpkg acroread-7.0.9-i486-48.1.tgz"

or download to a location using firefox, go to where you donwloaded with thunar and right-click the package and hit install.


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Thu Jul 05, 2007 5:50 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
energiya wrote:
fossiili, I think you are confusing netpkg with apt-get or aptitude.

Yes, and with the names of yum, hum, ham  ::)


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Thu Jul 05, 2007 3:31 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
Now both Flash player and Java plugins should be installed. I am glad to notice that those games in Internet using Flash player are working :)

But for some reason, Firefox does not find the Java-libraries installed.

.............................................
After some Googling I found advice:
1. go to the directory were Firefox is installed
2. make symlink to the directory were Java plugin is installed.

The only problem is that I can not find neither the directory mentioned in "1." nor the directory for "2." ???

I have been looking through /bin /usr /usr/bin etc. ....


Last edited by fossiili on Thu Jul 05, 2007 4:46 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Thu Jul 05, 2007 5:17 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Feb 09, 2007 8:40 pm
Posts: 529
Location: Romania
Code:
ln -s /usr/lib/jre<VERSION>/plugin/i386/n7/libjavaplugin_oji.so /usr/lib/firefox-<VERSION>/plugins

try this as root.


Last edited by energiya on Thu Jul 05, 2007 5:18 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Fri Jul 06, 2007 7:46 am 
Zenwalker
Zenwalker
User avatar

Joined: Wed Jul 04, 2007 4:20 am
Posts: 2
this thread was really helpful!
i got my java workin now, thanks

_________________
Give a man a match, and he'll be warm for a minute,
but set him on fire, and he'll be warm for the rest of his life.


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox? SOLVED
PostPosted: Sat Jul 07, 2007 6:32 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Tue Jun 05, 2007 10:17 am
Posts: 34
Location: Tyrnävä, Finland
energiya wrote:
Code:
ln -s /usr/lib/jre<VERSION>/plugin/i386/n7/libjavaplugin_oji.so /usr/lib/firefox-<VERSION>/plugins


Thank you! Only some modifications are needed, the working command is:
ln -s /usr/lib/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so  /usr/lib/firefox/plugins


 Profile Send private message  
 
 Post subject: Re: Java and Adobe plugins to Firefox?
PostPosted: Sat Jul 07, 2007 7:12 am 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Feb 09, 2007 8:40 pm
Posts: 529
Location: Romania
for me its ln -s /usr/lib/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox-2.0.0.3/plugins.

/usr/lib/firefox is a symlink to /usr/lib/firefox-2.0.0.3 (on my PC). That's way I posted in that shape.  :) But you figured it out  ;)


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: