Re: java applets

2009-06-28 Thread Jan Willem Stumpel
Frank Lin PIAT wrote:

 Can you list the plugins in iceweasel, typically, with the _one_line_
 command:
 
 find /usr/lib/iceweasel/plugins/  -name *.so \
   | xargs -n 1 readlink -m | xargs dpkg -S
 
This gives:
sun-java5-bin:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/plugin/i386/ns7/libjavaplugin_oji.so
realplayer: /usr/lib/mozilla/plugins/nphelix.so
mozilla-acroread: /usr/lib/Adobe/Reader9/Browser/intellinux/nppdf.so

about:plugins in iceweasel, on the other hand, says I have plugins for

Shockwave Flash
Adobe Reader 9.1
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible

So neither Icedtea (for openjdk-6) nor the Sun plugin are
available; and so, of course, applets do not work. It has been
like this for ages now; am getting a bit desperate. Whatever I do,
I cannot get a working Java plugin back.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: java applets

2009-06-28 Thread Frank Lin PIAT
On Sun, 2009-06-28 at 14:18 +0200, Jan Willem Stumpel wrote:
 Frank Lin PIAT wrote:
 
  Can you list the plugins in iceweasel, typically, with the _one_line_
  command:
  
  find /usr/lib/iceweasel/plugins/  -name *.so \
  ^^^
   Do you actually use Icweasel ?

| xargs -n 1 readlink -m | xargs dpkg -S
  
 This gives:
 sun-java5-bin:
 /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/plugin/i386/ns7/libjavaplugin_oji.so
 ^^^
Do you have sun-java5-plugin installed ?


 about:plugins in iceweasel, on the other hand, says I have plugins for
 
 Shockwave Flash
 Adobe Reader 9.1
 Helix DNA Plugin: RealPlayer G2 Plug-In Compatible

:(

 So neither Icedtea (for openjdk-6) nor the Sun plugin are
 available; 

Note that you can only have one java plugin enabled at a time.

$ ls  /usr/lib/iceweasel/plugins/libjavaplugin.so -al
lrwxrwxrwx. 1 root root 41 2009-06-10 21:35 
/usr/lib/iceweasel/plugins/libjavaplugin.so - 
/etc/alternatives/iceweasel-javaplugin.so

$update-alternatives --display iceweasel-javaplugin.so 
iceweasel-javaplugin.so - auto mode
 link currently points to /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so
/usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so - priority 63
Current `best' version is /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so.

 and so, of course, applets do not work. It has been
 like this for ages now; am getting a bit desperate. Whatever I do,
 I cannot get a working Java plugin back.

If everything else fails:
- Purge all JRE
  See:   aptitude search ?and(~Pjava-runtime,~i)
- Purge iceweasel
- Reinstall iceweasel
- Reinstall sun-java6-plugin
- Create a new user account
- Test the JRE on http://java.com/en/download/help/testvm.xml

If that fails, I hope someone else can help you, because I can't think
of anything else.

Franklin


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: java applets

2009-06-28 Thread Jan Willem Stumpel
Frank Lin PIAT wrote:
 On Sun, 2009-06-28 at 14:18 +0200, Jan Willem Stumpel wrote:

 If everything else fails:
 - Purge all JRE
   See:   aptitude search ?and(~Pjava-runtime,~i)
 - Purge iceweasel
 - Reinstall iceweasel
 - Reinstall sun-java6-plugin
 - Create a new user account
 - Test the JRE on http://java.com/en/download/help/testvm.xml

All else had already failed .. but this worked. I lost some prefs
and my bookmarks, but could restore them from backup.

Thanks very much!



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: java applets

2009-06-21 Thread Frank Lin PIAT
Hello,

On Sun, 2009-06-21 at 14:16 +0200, Jan Willem Stumpel wrote:
 I just want to install a Java runtime environment which will allow
 me to see Java applets in action. It seems I have the choice of
 (at least)
 
 default-jre
 gcj-4.4-jre
 gcj-jre
 icedtea-6-jre-cacao
 openoffice.org (includes its own jre, apparently)
 openjdk-6-jre (required by Azureus/Vuze; it does not seem to
 accept other Javas)
 sun-java5-jre
 sun-java6-jre

The JRE package don't provide web browser plugins (to use applet), you
need to install an extra package, which contains the plugin.

 Today I did another attempt: rigorously dpkg --purge'd any trace
 of any other jre than openjdk-6-jre. It does not have a mozilla
 plugin, but suggests installing icedtea6-plugin and
 sun-java6-fonts. But then sun-java6-fonts wants to install
 sun-java6-bin and sun-java6-jre, and suggests sun-java6-plugin
 and ia32-sun-java6-plugin.

Yep, so I suppose you installed the whole thing.

 And the icedtea6-plugin does not work...

doesn't work is a bit short.
What did you do (restart the web browser?), What did you test?, what
worked what didn't?
Does the page about:plugins lists the plugins?
Did you test http://java.com/en/download/help/testvm.xml ?

 This is dependency hell.

Humm, installing sun-java6-plugin (or sun-java5-plugin or
icedtea-gcjwebplugin) should pull all the required dependencies.

 Does anybody know of a decent tutorial
 for setting up jre, any jre, on Debian?

Hopefully, aptitude install sun-java6-plugin should be enough.

 With only one boundary condition: it should work. I haven't been able
 to see applets working for about half a year now.



More on http://wiki.debian.org/Java


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: java applets

2009-06-21 Thread Jan Willem Stumpel
Frank Lin PIAT wrote:

 Humm, installing sun-java6-plugin (or sun-java5-plugin or 
 icedtea-gcjwebplugin) should pull all the required
 dependencies.

Yess.. but that means I'll have at least two jre's: sun-java6 and
the one required by Azureus/Vuze. How can I be sure that they
won't bite each other? Now, with only the openjdk-6-jre
installed, I don't see any applets working, but at least Iceweasel
does not crash/become unresponsive, as it did invariably on
applet-containing pages twhen there were 2 or more jre's.

 Does anybody know of a decent tutorial for setting up jre,
 any jre, on Debian?

 Hopefully, aptitude install sun-java6-plugin should be
 enough.

But I need the openjdk-6-jre as well because of Azureus/Vuze.

 doesn't work is a bit short.

In this case it means: after restarting the browser, the plugin
does not show in about:plugins. And applets do not work; I get an
invitation to click something to download the plugin, but then it
says that there is no appropriate plugin available.

I know that, running Sid, I cannot expect the Moon. But I've had
this problem for 6 months or so now. And I haven't a clue which
package I should file a bug against. This is typically one of
those inter-package bugs for which the BTS does not seem to be
very suitable. Perhaps we need a java task force (as well as a
sound task force).

Regards, Jan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: java applets

2009-06-21 Thread Frank Lin PIAT
On Sun, 2009-06-21 at 16:40 +0200, Jan Willem Stumpel wrote:
 Frank Lin PIAT wrote:
 
  Humm, installing sun-java6-plugin (or sun-java5-plugin or 
  icedtea-gcjwebplugin) should pull all the required
  dependencies.
 
 Yess.. but that means I'll have at least two jre's: sun-java6 and
 the one required by Azureus/Vuze. How can I be sure that they
 won't bite each other? Now, with only the openjdk-6-jre
 installed, I don't see any applets working, but at least Iceweasel
 does not crash/become unresponsive, as it did invariably on
 applet-containing pages twhen there were 2 or more jre's.
 
  Does anybody know of a decent tutorial for setting up jre,
  any jre, on Debian?
 
  Hopefully, aptitude install sun-java6-plugin should be
  enough.
 
 But I need the openjdk-6-jre as well because of Azureus/Vuze.

To be on the safe side for your tests, you might want to remove openjdk.

  doesn't work is a bit short.
 
 In this case it means: after restarting the browser, the plugin
 does not show in about:plugins.

Can you list the plugins in iceweasel, typically, with the _one_line_
command:

find /usr/lib/iceweasel/plugins/  -name *.so \
  | xargs -n 1 readlink -m | xargs dpkg -S

 And applets do not work; I get an
 invitation to click something to download the plugin, but then it
 says that there is no appropriate plugin available.

:(

Franklin


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Iceweasel/Firefox 2.0 and Java applets

2006-12-04 Thread Freddy Freeloader

Hi All,

Ever since I upgraded to Iceweasel (Firefox 2.0) while a Java applet is 
loading the entire browser freezes.   Most Java applets aren't very 
large on the sites I frequent, but the National Weather Service radar 
loops and satellite loops are rather large, and/or their sites are slow, 
and Iceweasel freezes completely until the entire radar map or satellite 
map is loaded. 

If the NWS site is really busy it means Iceweasel will freeze for a long 
period of time (length of load times are in minutes when the site is 
slow) and the only way to leave the site is to right click the top of 
the browser, choose close, and and when the force close pop up window 
appears force it to close. 

I never had this problem with Firefox 1.x.  If the site was slow, and I 
didn't want to wait, I could just choose another site from Bookmarks and 
surf away from the site.  Iceweasel has changed all that.


Is anyone else running into this? 



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




Re: Iceweasel/Firefox 2.0 and Java applets

2006-12-04 Thread Hugo Vanwoerkom

Freddy Freeloader wrote:

Hi All,

Ever since I upgraded to Iceweasel (Firefox 2.0) while a Java applet is 
loading the entire browser freezes.   Most Java applets aren't very 
large on the sites I frequent, but the National Weather Service radar 
loops and satellite loops are rather large, and/or their sites are slow, 
and Iceweasel freezes completely until the entire radar map or satellite 
map is loaded.
If the NWS site is really busy it means Iceweasel will freeze for a long 
period of time (length of load times are in minutes when the site is 
slow) and the only way to leave the site is to right click the top of 
the browser, choose close, and and when the force close pop up window 
appears force it to close.
I never had this problem with Firefox 1.x.  If the site was slow, and I 
didn't want to wait, I could just choose another site from Bookmarks and 
surf away from the site.  Iceweasel has changed all that.


Is anyone else running into this?



This is an iceweasel issue again, I think. I tried those loops with 
FireFox 2.0 from upstream and experienced no freezes at all.


Hugo


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




Re: Iceweasel/Firefox 2.0 and Java applets

2006-12-04 Thread Freddy Freeloader
On Mon, 2006-12-04 at 13:25 -0600, Hugo Vanwoerkom wrote:
 Freddy Freeloader wrote:
  Hi All,
  
  Ever since I upgraded to Iceweasel (Firefox 2.0) while a Java applet is 
  loading the entire browser freezes.   Most Java applets aren't very 
  large on the sites I frequent, but the National Weather Service radar 
  loops and satellite loops are rather large, and/or their sites are slow, 
  and Iceweasel freezes completely until the entire radar map or satellite 
  map is loaded.
  If the NWS site is really busy it means Iceweasel will freeze for a long 
  period of time (length of load times are in minutes when the site is 
  slow) and the only way to leave the site is to right click the top of 
  the browser, choose close, and and when the force close pop up window 
  appears force it to close.
  I never had this problem with Firefox 1.x.  If the site was slow, and I 
  didn't want to wait, I could just choose another site from Bookmarks and 
  surf away from the site.  Iceweasel has changed all that.
  
  Is anyone else running into this?
  
 
 This is an iceweasel issue again, I think. I tried those loops with 
 FireFox 2.0 from upstream and experienced no freezes at all.
 
 Hugo
 
 
OK.  Thanks.  I'll look into filing a bug report on this then.


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



Re: Iceweasel/Firefox 2.0 and Java applets

2006-12-04 Thread Freddy Freeloader
On Mon, 2006-12-04 at 10:58 -0800, Aenoch Lynn wrote:
 On 12/04/2006 07:37 AM Freddy Freeloader wrote:
  Hi All,
  
  Ever since I upgraded to Iceweasel (Firefox 2.0) while a Java applet is
  loading the entire browser freezes.   Most Java applets aren't very
  large on the sites I frequent, but the National Weather Service radar
  loops and satellite loops are rather large, and/or their sites are slow,
  and Iceweasel freezes completely until the entire radar map or satellite
  map is loaded.
  If the NWS site is really busy it means Iceweasel will freeze for a long
  period of time (length of load times are in minutes when the site is
  slow) and the only way to leave the site is to right click the top of
  the browser, choose close, and and when the force close pop up window
  appears force it to close.
  I never had this problem with Firefox 1.x.  If the site was slow, and I
  didn't want to wait, I could just choose another site from Bookmarks and
  surf away from the site.  Iceweasel has changed all that.
  
  Is anyone else running into this?
  
 
 I see the same thing with firefox 1.5.dfsg+1.5.0.7-2 and
 sun-java5-plugin 1.5.0-08-1.1 on a recently rebuilt etch machine.  I
 don't remember seeing this prior to the rebuild.
 
 

I have a desktop that started off running Woody, dist-upgraded to Sarge,
then used apt pinning to run a combination of Sarge, Etch, and Sid.
Finally I dist-upgraded to Sid about a year ago, and that desktop acts
the same way as my recent Etch install on my laptop that was immediately
dist-upgraded to Sid.

I'm running the same version of Java you are on my desktop and 1.5.0.10
on my desktop.


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



Re: Iceweasel/Firefox 2.0 and Java applets

2006-12-04 Thread Freddy Freeloader
On Mon, 2006-12-04 at 16:52 +0100, Jostein Elvaker Haande wrote:
 Freddy Freeloader wrote:
  Hi All,
  Ever since I upgraded to Iceweasel (Firefox 2.0) while a Java applet is 
  loading the entire browser freezes.   Most Java applets aren't very 
  large on the sites I frequent, but the National Weather Service radar 
  loops and satellite loops are rather large, and/or their sites are slow, 
  and Iceweasel freezes completely until the entire radar map or satellite 
  map is loaded.
 
 Dear Freddy
 
   I'm myself am not a user of NWS, being located in Europe, but I've 
 recently had some problems with Java myself. This problem effected all 
 applications trying to use Java, from Iceweasel to Azureus. After some 
 research, I found that I wasn't using Sun's JRE, instead I was using 
 some crappy JRE (don't remember which though), even though I had 
 installed Sun's own VM.
 
   To find out what VM you are using, issue the 'java -version' command, 
 which should read something along these lines;
 
 [EMAIL PROTECTED]:~$ java -version
 java version 1.5.0_09
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
 Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing)
 
   If you haven't installed Sun's on VM, proceed to www.sun.com/java and 
 download the latest tarball, and install that using the 'make-jpkg' 
 (installable using apt-get install make-jpkg). Just follow the 
 instructions given to you by make-jpkg. Before you install, make sure 
 you don't have any other Java VM's installed.
 
 Hope this helps you.
 

Thanks for the reply, but I install, and use, Sun's jre.  I make sure of
what java environment I'm using with update-alternatives.  


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



Re: java applets mozilla

2002-10-03 Thread Jeff

Paul Scott, 2002-Oct-02 22:33 -0700:
 Bob Proulx wrote:
 
 Mirek Dobsicek [EMAIL PROTECTED] [2002-10-01 14:33:09 +0200]:
  
 
 how can I make java applets working in mozilla?
 I'm running Sarge .. mozilla 1.0, jdk1.1
 Java is enabled in mozilla.

 
 
 If you want painless, then do this.  Put this line in your
 /etc/apt/sources.list file.
 
  deb http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian 
  woody non-free
 
 Then:
 
  apt-get update
  apt-get install j2re1.3
  
 
 I have had this working at one time but through some series of upgrades 
 I now get on my somewhere between testing and unstable system:
 
 joy:/home/paul# apt-get install j2re1.3
 Reading Package Lists... Done
 Building Dependency Tree... Done
 You might want to run `apt-get -f install' to correct these:
 Sorry, but the following packages have unmet dependencies:
  j2re1.3: Depends: j2se-common ( 1) but it is not installable
 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
 specify a solution).
 joy:/home/paul# apt-get -f install   
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Correcting dependencies... Done
 The following extra packages will be installed:
  locales
 The following packages will be REMOVED:
  j2re1.3
 The following NEW packages will be installed:
  locales
 0 packages upgraded, 1 newly installed, 1 to remove and 10  not upgraded.
 1 packages not fully installed or removed.
 Need to get 0B/3389kB of archives. After unpacking 26.7MB will be freed.
 Do you want to continue? [Y/n]
 Preconfiguring packages ...
 dpkg: error processing j2re1.3 (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
 Errors were encountered while processing:
 j2re1.3
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 
 Any ideas?

I just ran into this.  I did an update on my mostly-Woody system and
went to install something in aptitude and it removed j2re1.3.  It said
it was broken due to some dependancy issues.  Now, trying to install
it, I can't and it I get this:

root # apt-get install j2re1.3
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely
that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  j2re1.3: Depends: j2se-common ( 1) but it is not installable
E: Sorry, broken packages

It also listed java-common as an unmet dependancy, but I installed
that separately.  I can't find j2se-common at all. 

I don't see this as a known or pending bug on Blackdown's site, so
I've submitted a bug report.

jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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




Re: java applets mozilla

2002-10-03 Thread Angel L. Mateo

Jeff escribió::
 
 I just ran into this.  I did an update on my mostly-Woody system and
 went to install something in aptitude and it removed j2re1.3.  It said
 it was broken due to some dependancy issues.  Now, trying to install
 it, I can't and it I get this:
 
 root # apt-get install j2re1.3
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 
 Since you only requested a single operation it is extremely likely
 that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:
 
 Sorry, but the following packages have unmet dependencies:
   j2re1.3: Depends: j2se-common ( 1) but it is not installable
 E: Sorry, broken packages
 
 It also listed java-common as an unmet dependancy, but I installed
 that separately.  I can't find j2se-common at all. 
 
 I don't see this as a known or pending bug on Blackdown's site, so
 I've submitted a bug report.
 

I have just solved the same problem adding main to the sources.list 
record. Now I have

deb 
http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian 
woody main non-free  (or other blackdown mirror)

With this entry, you have j2se-common available

-- 
Angel L. Mateo
Redes y Comunicaciones - ATICA   Tfo: +34 968 367590
Universidad de MurciaFax: +34 968 363389
Edificio D, Campus de Espinardo
CP: 30100, Murcia


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




Re: java applets mozilla

2002-10-03 Thread Jeff

Angel L. Mateo, 2002-Oct-03 20:01 +0200:
 Jeff escribió::
 
   I have just solved the same problem adding main to the 
   sources.list record. Now I have
 
 deb 
 http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian 
 woody main non-free  (or other blackdown mirror)
 
   With this entry, you have j2se-common available

Right on!  Thanks.  I'll go see if I can update my bug report.

jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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




Re: java applets mozilla

2002-10-03 Thread Paul Scott

Jeff wrote:

Angel L. Mateo, 2002-Oct-03 20:01 +0200:
  

Jeff escribió::

  I have just solved the same problem adding main to the 
  sources.list record. Now I have

deb 
http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian 
woody main non-free  (or other blackdown mirror)

  With this entry, you have j2se-common available



Right on!  Thanks.  I'll go see if I can update my bug report.
  

Thanks, Angel  It worked for me too.

Paul


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




Re: java applets mozilla

2002-10-02 Thread Paul Scott

Bob Proulx wrote:

Mirek Dobsicek [EMAIL PROTECTED] [2002-10-01 14:33:09 +0200]:
  

how can I make java applets working in mozilla?
I'm running Sarge .. mozilla 1.0, jdk1.1
Java is enabled in mozilla.



If you want painless, then do this.  Put this line in your
/etc/apt/sources.list file.

  deb http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian woody 
non-free

Then:

  apt-get update
  apt-get install j2re1.3
  

I have had this working at one time but through some series of upgrades 
I now get on my somewhere between testing and unstable system:

joy:/home/paul# apt-get install j2re1.3
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  j2re1.3: Depends: j2se-common ( 1) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).
joy:/home/paul# apt-get -f install   
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  locales
The following packages will be REMOVED:
  j2re1.3
The following NEW packages will be installed:
  locales
0 packages upgraded, 1 newly installed, 1 to remove and 10  not upgraded.
1 packages not fully installed or removed.
Need to get 0B/3389kB of archives. After unpacking 26.7MB will be freed.
Do you want to continue? [Y/n]
Preconfiguring packages ...
dpkg: error processing j2re1.3 (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
Errors were encountered while processing:
 j2re1.3
E: Sub-process /usr/bin/dpkg returned an error code (1)


Any ideas?

TIA,

Paul Scott

  



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




java applets mozilla

2002-10-01 Thread Mirek Dobsicek

Hi,
how can I make java applets working in mozilla?
I'm running Sarge .. mozilla 1.0, jdk1.1
Java is enabled in mozilla.

When I'm googling it always lead me to download JRE1.4
from SUN pages ...
the plugin is not a part of jdk1.1?
any special package needed?


Mirek Dobsicek


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




Re: java applets mozilla

2002-10-01 Thread Tom Cook

On  0, Mirek Dobsicek [EMAIL PROTECTED] wrote:
 Hi,
 how can I make java applets working in mozilla?
 I'm running Sarge .. mozilla 1.0, jdk1.1
 Java is enabled in mozilla.
 
 When I'm googling it always lead me to download JRE1.4
 from SUN pages ...
 the plugin is not a part of jdk1.1?
 any special package needed?

That depends on which java applets you want to run.  1.1 applets will
run with the plugin from jdk1.1 (although I don't think kaffe comes
with a plugin, if that's what you're using).  I'd recommend the
jdk1.3.1 packages from Sun or Blackdown (also heard good things about
1.3.1 from IBM).

Tom
-- 
Tom Cook
Information Technology Services, The University of Adelaide

Never argue with an idiot.  They drag you down to their level, then beat you with 
experience.

Get my GPG public key: 
https://pinky.its.adelaide.edu.au/~tkcook/tom.cook-at-adelaide.edu.au



msg04584/pgp0.pgp
Description: PGP signature


Re: java applets mozilla

2002-10-01 Thread Bob Proulx

Mirek Dobsicek [EMAIL PROTECTED] [2002-10-01 14:33:09 +0200]:
 how can I make java applets working in mozilla?
 I'm running Sarge .. mozilla 1.0, jdk1.1
 Java is enabled in mozilla.

If you want painless, then do this.  Put this line in your
/etc/apt/sources.list file.

  deb http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debian woody 
non-free

Then:

  apt-get update
  apt-get install j2re1.3

That is the Blackdown version from one of the mirror sites.  However
it is only 1.3 and some people need 1.4 which is not yet available
from them.  In which case you need to get the Sun version and it is a
little harder to get going.

Bob



msg04620/pgp0.pgp
Description: PGP signature


Re: Mozilla: Java-Applets mit SDK v1.4.1

2002-09-20 Thread Frank Engler

Hallo

Heiko Heil [EMAIL PROTECTED] writes:

 Java-Applet-Support für Mozilla (v1.0 auf Woody-System) aktivieren und
 linkte die entsprechende plugin-Datei
 /usr/local/java/jre/plugin/i386/ns610/libjavaplugin_oji.so in mein
 Mozilla-plugin-Verzeichnis /usr/lib/mozilla/plugins. So habe ich das
 früher mit den älteren Java-Versionen auch gehandhabt. Leider
 funktioniert es nicht mehr (plugin wird nicht erkannt).



Ich hab zwar nur die JRE, aber die Anleitung unter
http://java.sun.com/j2se/1.4/jre/install-linux.html
ist so richtig.
Eventuell musst Du noch ein Paket mit einer alten
library installieren, wenn bei Befolgen dieser
Anleitung das Fehlen bemängelt wird (Name ist mir
entfallen). regxpcom ist unter /usr/lib/mozilla/regxpcom.

Achtung, bei mir hat es trotz erfolgreicher Aus-
führung einen Speicherzugriffsfehler geworfen,
aber JRE geht trotzdem.


Frank



Re: Mozilla: Java-Applets mit SDK v1.4.1

2002-09-20 Thread Heiko Heil

* Frank Engler [EMAIL PROTECTED] [20.09.2002 21:01]:
 Eventuell musst Du noch ein Paket mit einer alten library
 installieren, [...]

Vielen Dank für Deine Hinweise. Ich habe die fehlende Library
(libstdc++2.9-glibc2.1) installiert und jetzt funktionierts. Klasse
Sache mit dem regxpcom...

 Achtung, bei mir hat es trotz erfolgreicher Aus- führung einen
 Speicherzugriffsfehler geworfen, aber JRE geht trotzdem.

Dies konnte ich bei meiner Installation (SDK) nicht feststellen.
-- 
Gruß Heiko


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Mozilla: Java-Applets mit SDK v1.4.1

2002-09-17 Thread Heiko Heil

Hallo Debian User,

ich habe gerade den SDK v1.4.1 installiert - funktioniert einwandfrei.
Damit ich die älteren JDKs und JREs löschen kann, wollte ich noch den
Java-Applet-Support für Mozilla (v1.0 auf Woody-System) aktivieren und
linkte die entsprechende plugin-Datei
/usr/local/java/jre/plugin/i386/ns610/libjavaplugin_oji.so in mein
Mozilla-plugin-Verzeichnis /usr/lib/mozilla/plugins. So habe ich das
früher mit den älteren Java-Versionen auch gehandhabt. Leider
funktioniert es nicht mehr (plugin wird nicht erkannt).

Über Hinweise zu SDK v1.4.1  Mozilla würde ich mich sehr freuen...
-- 
Gruß Heiko


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Java applets in Mozilla don't show.

2002-09-11 Thread Lars Jensen

I just installed the Mozilla package on my system, and it can't show
java applets. Both Java and Javascript are enabled in the browser.
Nevertheless I get a message that I need a plugin. The message doesn't
state which plugin. The applets I'm trying to view are basic java applets.

Netscape on the same machine shows the same applets fine.

Any ideas anyone?

Lars.


%%%
Lars Jensen, Truckee Meadows Community College, Reno NV 89512-3999.
Tel: 775.673.7113 E-mail: [EMAIL PROTECTED]


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




Re: Java applets in Mozilla don't show.

2002-09-11 Thread Oki DZ

On Wed, Sep 11, 2002 at 01:47:53PM -0700, Lars Jensen wrote:
 I just installed the Mozilla package on my system, and it can't show
 java applets. Both Java and Javascript are enabled in the browser.
 Nevertheless I get a message that I need a plugin. The message doesn't
 state which plugin. The applets I'm trying to view are basic java applets.

You have to install the plugin that goes with the JVM.
okidz@bdg:/usr/lib/mozilla/plugins$ ls -l
total 20
lrwxrwxrwx1 root root   61 Sep 11 15:04
libjavaplugin_oji.so -
/usr/local/jdk141b/jre/plugin/i386/ns600/libjavaplugin_oji.so
-rw-r--r--1 root root18628 Jun 15 02:07 libnullplugin.so

I use Mozilla 1.0.

Oki



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




java applets in X

1999-05-30 Thread moron
I've just installed the jdk and tried some applets that worked perfectly
well (from local files or across the Internet) with Netscape, IE or
appletviewer under win95.  Running them under Debian in X overwhelmed the
system if there was any significant redrawing of the screen required -  it
couldn't even respond to ctrl-alt-del.  Is this normal?

David



Re: java applets in X

1999-05-30 Thread Khalid EZZARAOUI
moron wrote:

 I've just installed the jdk and tried some applets that worked perfectly
 well (from local files or across the Internet) with Netscape

normally Netscape use it's own java runtime. So it's normal that it works.
what happend when you type : java
in a shell.


Re: java applets in X

1999-05-30 Thread Khalid EZZARAOUI
excuse my previous mail..
it's not the problem.
what version of Netscape are you using ?



Re: java applets in X

1999-05-30 Thread moron
Von: Khalid EZZARAOUI [EMAIL PROTECTED]


moron wrote:

 I've just installed the jdk and tried some applets that worked perfectly
 well (from local files or across the Internet) with Netscape

normally Netscape use it's own java runtime. So it's normal that it works.
what happend when you type : java
in a shell.


and then:


excuse my previous mail..
it's not the problem.
what version of Netscape are you using ?

Sorry, I didn't explain quite clearly.  I've been working under win95, using
Netscape, IE and the jdk appletviewer to see what my things look like with
different browsers - and also with different screen resolutions.  I'm new to
Debian and got a lot of help from you people to get the jdk on to my Debian
partition in the first place.  I dont have anything here except the
appletviewer to run applets (and java for applications), so that's what
I'm using.  Non-awt applications seem to work okay on the normal text screen
(I haven't tested an application with awt components), and applets work fine
unless they have to refresh a large part of the screen frequently, when the
whole system comes to a standstill (more or less so depending on how much
screen redrawing is done.

What I was wondering was whether this might indicate something wrong with my
whole X configuration.  I have quite a small screen and my preferred
resolution is 800*600, but I also have it configured for 640*480 and
1024*768 (also with help from my friends out there!).  In 1024*768 it
(nearly) fills my screen and behaves in a way I'm used to.  In the lower
resolutions (and I'm getting out of my depth here, this is just how I
imagine it to be), it seems to create a virtual window which contains as
much information as the high-res mode would do, but you have to pan around
to see it all.  It works beautifully, but it creates the problem that an
applet that asks for the screen size in order to adapt its own drawing
always gets the answer 1024*768.  This is a different point from my original
question but both may arise from faulty configuration of X.  Any ideas?

TIA

David




Netscape Communicator 4.5 Java Applets

1999-02-27 Thread Allan M. Wind
Reply-To: 
Hi,

For some strange reason Communicator 4.5 crashes (bus error) whenever
encountering ANY applet.  I have tried a million things - reinstalled
all libraries that communicator depends on, reinstall communicator,
tried with no config files, tried tweaking the wrapper script.

An email to Netscape's tech support had no response and posted a
message on their Unix communicator list only resulted in me too's.

I previously used the java activator which worked fine for a couple of
months and then bombed out on a missing symbol (some unrelated library
upgrade).  I asked the person at blackdown that was listed as contact
and never got a reply.  Activator has since disappeared.

No one has these problems apparently and the bug report I filled has
been left in oblivian (what can you do with closed src, right?).  At
one point I read every that I could find on dejanews including the
linux netscape faq which didn't do anything for me.

Anyways, this problems was present with slink and also with potato
(current as of today). Tried different kernels including 2.0.3*,
2.1.125 and 2.2.*.

I have a K6-200, 128 MB RAM, pleanty of disk space but not much hope
for getting this resolved.

Out of desperation I tried hotjava... and well, it sucks.  Mozilla has
a way to go.  Lynx is awesome for some things but not these.

Oh.. and one more interesting thing.  At work communicator has no
(read some) problems with applets.  Go figure.

Suggestions, ideas, anyone?  Thanks!


/Allan
-- 
Allan M. Wind   Phone:  781.938.5272 (home)
687 Main St., 2nd fl.   Fax:781.938.6641 (fax/modem)
Woburn, MA 01801Email:  [EMAIL PROTECTED] (home)


Re: Netscape Communicator 4.5 Java Applets

1999-02-27 Thread Athanasius
Actually, I have the same problem, though in Windows.  Netscape only
crashes for me when I have another program open at the same time, Richwin,
AND when it encounters applets.  It's very strange.  My emails to netscape
also revealed no answers.  It's really quite strange.

At 08:28 PM 2/26/99 -0500, Allan M. Wind wrote:
Reply-To: 
Hi,

For some strange reason Communicator 4.5 crashes (bus error) whenever
encountering ANY applet.  I have tried a million things - reinstalled
all libraries that communicator depends on, reinstall communicator,
tried with no config files, tried tweaking the wrapper script.

An email to Netscape's tech support had no response and posted a
message on their Unix communicator list only resulted in me too's.

I previously used the java activator which worked fine for a couple of
months and then bombed out on a missing symbol (some unrelated library
upgrade).  I asked the person at blackdown that was listed as contact
and never got a reply.  Activator has since disappeared.

No one has these problems apparently and the bug report I filled has
been left in oblivian (what can you do with closed src, right?).  At
one point I read every that I could find on dejanews including the
linux netscape faq which didn't do anything for me.

Anyways, this problems was present with slink and also with potato
(current as of today). Tried different kernels including 2.0.3*,
2.1.125 and 2.2.*.

I have a K6-200, 128 MB RAM, pleanty of disk space but not much hope
for getting this resolved.

Out of desperation I tried hotjava... and well, it sucks.  Mozilla has
a way to go.  Lynx is awesome for some things but not these.

Oh.. and one more interesting thing.  At work communicator has no
(read some) problems with applets.  Go figure.

Suggestions, ideas, anyone?  Thanks!


/Allan
-- 
Allan M. Wind  Phone:  781.938.5272 (home)
687 Main St., 2nd fl.  Fax:781.938.6641 (fax/modem)
Woburn, MA 01801   Email:  [EMAIL PROTECTED] (home)


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
/dev/null




Athanasius

 Another damned, thick, square, book! 
  Always scribble, scribble, scribble! Eh! Mr. Gibbon? 
  -William Henry, Duke of Gloucester, 
   upon receiving the 10th volume of Edward Gibbon's 
   Decline and Fall of the Roman Empire, 1781.


Re: Netscape Communicator 4.5 Java Applets

1999-02-27 Thread Rick King
Actually..nutscrape 4.5 kinda sucks in my humble opinion...use 4.08.. 4.5 
has more bugs than a micro$haft beta...lol... Really..I don't know about the 
java thing, but the mail is horrid...only goes to reason that if the mail 
blows, then the rest of the thing must have problems too... 4.0 will work 
fine too...anything that says 4.0x as well seems to be pretty useable..newer 
isn't necessarily better...there is an old saying that if it ain't broke, 
don't fix it..


Re: java-applets hang or kill netscape

1997-10-27 Thread Daniel Martin
On Mon, 27 Oct 1997, Gerhard Olejniczak wrote:

 Hello!
 
 Recently I changed from S.U.S.E 4.4 to Debian 1.3.1. I think it was a
 good decision but I have one problem.
 If there are java-applets or java-scripts which are sent to my PC 
 netscape hangs or dies while running them. With my old
 Linux-distribution all works fine. I have the same kernel (kernel
 2.0.29) and the same netscape (3.0 gold) with the same preferences.
 I have tried kernel 2.0.30 and netscape 3.01 but the result is the same.
 Has anybody an idea how I can solve the problem? How can I get
 error-codes or messages that can help solving? When netscape dies I have
 no chance to read any message in the status line and when it hangs there
 is no message.
 I would be very happy if anybody can help me.
 
 Gerhard
 
 PS. Excuse me if I have sent this twice. Don't know.

I _think_ I had the same problem as you - I don't remember Netscape
hanging, exactly, but java just wouldn't work at all - netscape simply
opened up a blank spot on the page and gave some error warning that made
no sense.  Anyway, the way I fixed it was to replace the symbolic link
found at /usr/bin/X11/netscape with the following script:
#!/bin/sh
export MOZILLA_HOME=/usr/lib/netscape
exec /usr/lib/netscape/netscape

Now before I'd try this, I'd see if doing the following from an xterm
results in a netscape that doesn't die on java:
export MOZILLA_HOME=/usr/lib/netscape
netscape

Of course, this all assumes that you've installed netscape using the
Debian installer package - if not, the appropriate value for MOZILLA_HOME
will be different.

_|_


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


java-applets hang or kill netscape

1997-10-26 Thread Gerhard Olejniczak
Hello!

Recently I changed from S.U.S.E 4.4 to Debian 1.3.1. I think it was a
good decision but I have one problem.
If there are java-applets or java-scripts which are sent to my PC 
netscape hangs or dies while running them. With my old
Linux-distribution all works fine. I have the same kernel (kernel
2.0.29) and the same netscape (3.0 gold) with the same preferences.
I have tried kernel 2.0.30 and netscape 3.01 but the result is the same.
Has anybody an idea how I can solve the problem? How can I get
error-codes or messages that can help solving? When netscape dies I have
no chance to read any message in the status line and when it hangs there
is no message.
I would be very happy if anybody can help me.

Gerhard

PS. Excuse me if I have sent this twice. Don't know.
-- 
Gerhard Olejniczak Tel:+49-9128-12090
Mozartstr.1E-Mail: [EMAIL PROTECTED]
D-90592 Schwarzenbruck


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .