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