Re: java plugin lenny

2007-10-27 Thread Michael


Mark:
 deb http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free

Needs no gpg key import ??



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: java plugin lenny

2007-10-27 Thread Michael


Oh i see i still had an old blackdown key in the keyring.
Now after i deleted the entry, apt warns for the missing key.

Had i no backup then i'd ask next, where3 can i get the key ?
I searched this server but no luck. 
So what's the proposed approach to find any key, anyway ?


 m°



Re: java plugin lenny

2007-10-25 Thread Alexandru Cabuz
 deb http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free
 sudo apt-get  -f install j2re1.4 j2sdk1.4 j2sdk1.4-doc

Thank you!
This seems to work on lenny, though it's the old 1.4.2 version. Oh
well. I'll keep watching this list for a 64 bit plugin...


-- 
Dr. Alexandru I. Cabuz

--- Please no Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
See http://www.gnu.org/philosophy/no-word-attachments.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



java plugin lenny

2007-10-21 Thread Alexandru Cabuz
Hello list,

Does anyone know if its possible to get java plugin working in
iceweasel, in lenny amd64 without installing a whole chroot?

In particular, does nspluginwrapper work with java? If so how do I go
about setting up the java plugin? It seems like I would have to
install the 32bit java plugin, then run something like nspluginwrapper
-i [path to .so plugin file]

But I can't install the 32 bit version of the java plugin,
sun-java6-plugin because apt-get refuses, because it's 32bit and my
system is 64bit. I tried the linux32 wrapper, but apt-get still won't
install sun-java6-plugin.

I have sun jre 64 installed.

[cabuz ~]java -version
java version 1.6.0_03
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)


So how do I do this? Has anybody got nspluginwrapper working with java plugin?

Thanks for any suggestions.

I am not subscribed, please copy me.

-- 
Dr. Alexandru I. Cabuz
Tel: +40 (0)722.478.168

--- Please no Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
See http://www.gnu.org/philosophy/no-word-attachments.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: java plugin lenny

2007-10-21 Thread Mark Monty Montague
This is what I've done with etch, I don't know if it'll work for lenny. Note
that there are sarge and sid variants to try (but no lenny) in the
sources.list.

After various frustrations with the latest Sun Java not having a plugin on
AMD64, I just decided to go back to the blackdown java's older version that
worked for me last year:

I put this in my /etc/apt/sources.list:

deb http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free
deb-src http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch
non-free

and then did

sudo apt-get  -f install j2re1.4 j2sdk1.4 j2sdk1.4-doc

and I've been much happier. Of course, if I was developing applets and
wanted do do it with a current sun-java that's happily open-source and
everything, this wouldn't be so good. But for viewing web java content, it's
fine. And I still have the sun-java5-jre stuff installed, too.

I'm not saying this is the best or only solution, just another thing to
consider.

- M

On 10/21/07, Alexandru Cabuz [EMAIL PROTECTED] wrote:

 Hello list,

 Does anyone know if its possible to get java plugin working in
 iceweasel, in lenny amd64 without installing a whole chroot?

 In particular, does nspluginwrapper work with java? If so how do I go
 about setting up the java plugin? It seems like I would have to
 install the 32bit java plugin, then run something like nspluginwrapper
 -i [path to .so plugin file]

 But I can't install the 32 bit version of the java plugin,
 sun-java6-plugin because apt-get refuses, because it's 32bit and my
 system is 64bit. I tried the linux32 wrapper, but apt-get still won't
 install sun-java6-plugin.

 I have sun jre 64 installed.

 [cabuz ~]java -version
 java version 1.6.0_03
 Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
 Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)


 So how do I do this? Has anybody got nspluginwrapper working with java
 plugin?

 Thanks for any suggestions.

 I am not subscribed, please copy me.

 --
 Dr. Alexandru I. Cabuz
 Tel: +40 (0)722.478.168

 --- Please no Word or Powerpoint attachments.
 Send plain text, rich text format, html, or pdf instead.
 See http://www.gnu.org/philosophy/no-word-attachments.html


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




Re: java plugin lenny

2007-10-21 Thread sigi
On Sun, Oct 21, 2007 at 10:29:11AM -0700, Mark Monty Montague wrote:
 After various frustrations with the latest Sun Java not having a plugin on
 AMD64, I just decided to go back to the blackdown java's older version that
 worked for me last year:
 
 I put this in my /etc/apt/sources.list:
 
 deb http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free
 deb-src http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free
 
 and then did
 
 sudo apt-get  -f install j2re1.4 j2sdk1.4 j2sdk1.4-doc

This plugin used to crash my Galeon/Epiphany-Browser since my upgrade to 
lenny. I installed the java-gcj-compat-plugin which is in the official 
repositories - and it works fine. 

sigi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: java plugin lenny

2007-10-21 Thread Thadeu Penna
2007/10/21, sigi [EMAIL PROTECTED]:
 On Sun, Oct 21, 2007 at 10:29:11AM -0700, Mark Monty Montague wrote:
  After various frustrations with the latest Sun Java not having a plugin on
  AMD64, I just decided to go back to the blackdown java's older version that
  worked for me last year:
 
  I put this in my /etc/apt/sources.list:
 
  deb http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch non-free
  deb-src http://mirrors.ibiblio.org/pub/mirrors/blackdown/debian/ etch 
  non-free
 
  and then did
 
  sudo apt-get  -f install j2re1.4 j2sdk1.4 j2sdk1.4-doc

 This plugin used to crash my Galeon/Epiphany-Browser since my upgrade to
 lenny. I installed the java-gcj-compat-plugin which is in the official
 repositories - and it works fine.

 sigi

I have been using Konqueror for Java applets. I installed the IEview
extension for Firefox and every page with applets I select to be
opened in Konqueror. I dont know why Firefox does not have the same
approach: to call directly java rather than the applet.

-- 
Thadeu Penna
Prof.Associado - Instituto de Física
Universidade Federal Fluminense
http://profs.if.uff.br/tjpp/blog