FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor


 
 
LinkBack Thread Tools
 
Old 07-29-2007, 05:34 PM
Philippe NIQUET
 
Default java

sous etch installation standard
avec iceweasel un site me demande d'installer le plugin java et me
renvoie en manuel vers JRE version 6 update2
pourtant j'ai un dossier /usr/share/java mais il ne contient pas
javaplugin_oj.so
l'outil de recherche me trouve un sunjavaplugin.so dans
/usr/lib/openoffice/program


pour avoir le bon plugin dois-je :
- faire un lien entre /usr/lib/openoffice/program/sunjavaplugin.so
- ou installer la jre version 6 update2
-ou si mes souvenirs sont exacts n'y aurait-il pas un java libre ? et
recommandable


merci


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam' dans vos champs "From" et

"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-03-2008, 04:47 PM
Les Mikesell
 
Default Java

Gene Poole wrote:


As long as Linux remains a
'do it the way you want it to be done' operating system, there is no wrong
way to do things - if it works, only different ways to do things.


Sorry, but there _is_ a wrong way for a bytecode interpreter to do
things - in fact there are lots of wrong ways. And I'm glad you didn't
invent our popular networking protocol.


--
Les Mikesell
lesmikesell@gmail.com

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 02-06-2008, 02:43 PM
Karl Larsen
 
Default java

I installed the latest Sun java-1.6xxx from the apt-get route and
with $ locate java I get a huge list of locations. This is nice but my
Firefox is not able to make use of the java. I am not sure where, if
there is a /usr/bin/java on Ubuntu. Where would I find a link between
Firefox and the installed java?

Karl

--

Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 02:50 PM
"Douglas Drumond"
 
Default java

Install sun-java6-plugin.
After that run
sudo update-alternatives --config java
and choose your Java environment.
I think you can do just sudo update-alternatives --config javap
to choose what java plugin to use, but I'm not sure.



On Feb 6, 2008 1:43 PM, Karl Larsen <k5di@zianet.com> wrote:

* *I installed the latest Sun java-1.6xxx from the apt-get route and
with $ locate java I get a huge list of locations. This is nice but my
Firefox is not able to make use of the java. I am not sure where, if
there is a /usr/bin/java on Ubuntu. Where would I find a link between

Firefox and the installed java?

Karl

--

* * * *Karl F. Larsen, AKA K5DI
* * * *Linux User
* * * *#450462 * http://counter.li.org.
* PGP 4208 4D6E 595F 22B9 FF1C *ECB6 4A3C 2C54 FE23 53A7



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 04:03 PM
Wulfy
 
Default java

Douglas Drumond wrote:
> Install sun-java6-plugin.
> After that run
> sudo update-alternatives --config java
> and choose your Java environment.
> I think you can do just sudo update-alternatives --config javap
> to choose what java plugin to use, but I'm not sure.
There's also;

sudo update-java-alternatives

to do an all-in-one choice for java... I use the '-a' auto option, but
I only have java6 installed... the '-l' (lower-case L not one) option
gives a list of possible java environments to choose.

--
Blessings

Wulfmann

Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
Copyright July 17, 1988 by Del Goetz


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 04:59 PM
NoOp
 
Default java

On 02/06/2008 09:03 AM, Wulfy wrote:
> Douglas Drumond wrote:
>> Install sun-java6-plugin.
>> After that run
>> sudo update-alternatives --config java
>> and choose your Java environment.
>> I think you can do just sudo update-alternatives --config javap
>> to choose what java plugin to use, but I'm not sure.
> There's also;
>
> sudo update-java-alternatives
>
> to do an all-in-one choice for java... I use the '-a' auto option, but
> I only have java6 installed... the '-l' (lower-case L not one) option
> gives a list of possible java environments to choose.
>

And if all else fails...

Create a plugins folder in ./mozilla (./mozilla/plugins) and keep all of
your plugins there. To use java, create a link to the
libjavaplugin_oji.so lib:

cd /home/<username>/.mozilla/plugins
ln -s
/usr/lib/jvm/java-6-sun-1.6.0.03/jre/plugin/i386/ns7/libjavaplugin_oji.so
./libjavaplugin_oji.so

Note: 'ln -s' to the last ./libjavaplugin_oji.so is all one line. There
is a space between ns7/libjavaplugin_oji.so and ./libjavaplugin_oji.so.
*Do not* copy the actual libjavaplugin_oji.so lib to the
.mozilla/plugins directory - if you do FF will crash when you try to run
a Java app.

Firefox will pick up the plugin next time that you start it. You can
verify 2 ways: 1) enter 'aboutlugins' in the url toolbar and then look
for the Java plugin, 2) go to http://java.com/en/download/installed.jsp
and verify (requires that cookies & java be turned on).

The advantage of keeping your plugins in the .mozilla/plugins directory
is that you can easily change, modify, or check in one single location.
Further, if you graduate to SeaMonkey, SM (and other mozilla apps) will
use the plugins in that directory as well.


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 06:37 PM
Karl Larsen
 
Default java

Wulfy wrote:
> Douglas Drumond wrote:
>
>> Install sun-java6-plugin.
>> After that run
>> sudo update-alternatives --config java
>> and choose your Java environment.
>> I think you can do just sudo update-alternatives --config javap
>> to choose what java plugin to use, but I'm not sure.
>>
> There's also;
>
> sudo update-java-alternatives
>
> to do an all-in-one choice for java... I use the '-a' auto option, but
> I only have java6 installed... the '-l' (lower-case L not one) option
> gives a list of possible java environments to choose.
>
>
I used -l and it says all I have is java6 installed. When I used -a
this happened

root@karl-desktop:~# update-java-alternatives -l
java-6-sun 63 /usr/lib/jvm/java-6-sun
root@karl-desktop:~# update-java-alternatives -a
No alternatives for appletviewer.
No alternatives for apt.
No alternatives for extcheck.
No alternatives for firefox-javaplugin.so.
No alternatives for HtmlConverter.
No alternatives for iceape-javaplugin.so.
No alternatives for iceweasel-javaplugin.so.
No alternatives for idlj.
No alternatives for jar.
No alternatives for jarsigner.
No alternatives for javac.
No alternatives for javadoc.
No alternatives for javah.
No alternatives for javap.
No alternatives for java-rmi.cgi.
No alternatives for jconsole.
No alternatives for jdb.
No alternatives for jhat.
No alternatives for jinfo.
No alternatives for jmap.
No alternatives for jps.
No alternatives for jrunscript.
No alternatives for jsadebugd.
No alternatives for jstack.
No alternatives for jstat.
No alternatives for jstatd.
No alternatives for midbrowser-javaplugin.so.
No alternatives for mozilla-javaplugin.so.
No alternatives for native2ascii.
No alternatives for rmic.
No alternatives for schemagen.
No alternatives for wsgen.
No alternatives for wsimport.
No alternatives for xjc.
No alternatives for xulrunner-javaplugin.so.

It appears there is nothing for it to do but I know for a fact that
Firefox has NO java.

Karl


--

Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 06:57 PM
Chris Jones
 
Default java

> It appears there is nothing for it to do but I know for a fact that
> Firefox has NO java.

As you have already been told, just run

> sudo apt-get install sun-java6-plugin

to install the plugin....

Chris

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 07:54 PM
Karl Larsen
 
Default java

Here is what worked for me. Thanks NoOp for the java web page where
you can test your web browser for function. I went to that page and
found it needed a thing so I can use java. It asked me which version and
I told it re1.6 which I know I installed. It then got Ubuntu to install
a special plugin to my Firefox which took a minute or two. Then the page
came back on and the little clown was jumping around telling me java is
now WORKING!

The web page is:

http://java.com/en/download/installed.jsp

So this fixed my system and it will fix yours if you need it.

Karl





NoOp wrote:
> On 02/06/2008 09:03 AM, Wulfy wrote:
>
>> Douglas Drumond wrote:
>>
>>> Install sun-java6-plugin.
>>> After that run
>>> sudo update-alternatives --config java
>>> and choose your Java environment.
>>> I think you can do just sudo update-alternatives --config javap
>>> to choose what java plugin to use, but I'm not sure.
>>>
>> There's also;
>>
>> sudo update-java-alternatives
>>
>> to do an all-in-one choice for java... I use the '-a' auto option, but
>> I only have java6 installed... the '-l' (lower-case L not one) option
>> gives a list of possible java environments to choose.
>>
>>
>
> And if all else fails...
>
> Create a plugins folder in ./mozilla (./mozilla/plugins) and keep all of
> your plugins there. To use java, create a link to the
> libjavaplugin_oji.so lib:
>
> cd /home/<username>/.mozilla/plugins
> ln -s
> /usr/lib/jvm/java-6-sun-1.6.0.03/jre/plugin/i386/ns7/libjavaplugin_oji.so
> ./libjavaplugin_oji.so
>
> Note: 'ln -s' to the last ./libjavaplugin_oji.so is all one line. There
> is a space between ns7/libjavaplugin_oji.so and ./libjavaplugin_oji.so.
> *Do not* copy the actual libjavaplugin_oji.so lib to the
> .mozilla/plugins directory - if you do FF will crash when you try to run
> a Java app.
>
> Firefox will pick up the plugin next time that you start it. You can
> verify 2 ways: 1) enter 'aboutlugins' in the url toolbar and then look
> for the Java plugin, 2) go to http://java.com/en/download/installed.jsp
> and verify (requires that cookies & java be turned on).
>
> The advantage of keeping your plugins in the .mozilla/plugins directory
> is that you can easily change, modify, or check in one single location.
> Further, if you graduate to SeaMonkey, SM (and other mozilla apps) will
> use the plugins in that directory as well.
>
>
>


--

Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 02-06-2008, 08:27 PM
"Mario Spinthiras"
 
Default java

You are looking for the j2re plugin for firefox. Do a "apt-get update ; apt-cache search j2 | grep firefox" . That should help you locate the right package. Once you have installed it restart your browser and you should be fine.


Regards,Mario A. Spinthiras
Nicosia , Cyprus
Blog: http://www.blupenguin.com
Mail: mario@blupenguin.com

Skype: smario125
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 

Thread Tools




All times are GMT. The time now is 07:47 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org