Re: Installing java plugin in Mozilla?

2006-03-21 Thread Wolfgang Pfeiffer
On Sun, Mar 19, 2006 at 08:03:20PM +0100, Wolfgang Pfeiffer wrote:
> On Sun, Mar 19, 2006 at 02:19:37PM +0100, Alejandro Muñoz Fernández wrote:
> > Terry Shannon dijo: 
> > 
> > |  I did learn alot today.  How to create a deb package from another
> > |  archive.  The file is in the IBM jre 1.5 archive, so I may give that a
> > |  try, although the java-package 0.24 doesn't list it as supported.  Guess
> > |  I could update to 0.27, been there today and done that.
> > 
> > Hi!
> > 
> > I've successfully installed "ibm-java2-sdk-50-linux-ppc.tgz" a long time 
> > ago 
> > and it's got a java browser plugin, but it's still a bit buggy because some 
> > applets fail.
> > 
> > That's what I did to make the plugin work on my computer (after installing 
> > ibm-java2-sdk-50-linux-ppc.tgz):
> > 
> > 1) I made a sym link from 
> > /opt/ibm-java2-ppc-50/jre/bin/libjavaplugin_oji.so to 
> > /usr/lib/mozilla/plugins/libjavaplugin_oji.so 
> > and  /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so
> 
> .. aditionally -- not being sure about it -- I think here, on Debian
> unstable it was a good idea to also create a symlink to
> mozilla-snapshot:
> 
> 
> ln -s --force -i /usr/lib/j2sdk1.5-ibm/jre/bin/libjavaplugin_oji.so 
> /usr/lib/mozilla-snapshot/plugins/javaplugin_oji.so

Just to clarify it: 
/usr/lib/j2sdk1.5-ibm/jre/bin/libjavaplugin_oji.so
above is part of the .deb package ibm-j2sdk1.5

Regards
Wolfgang

-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Terry Shannon

It's working!

There must be a bug in the java-package 0.27 for the TESTING  
release.  Java works fine when I extract from the tarball.


Now, I need to find out if this has been reported and log a bug- 
report if needed.  I'll check unsupported first.



On Mar 19, 2006, at 6:23 PM, <[EMAIL PROTECTED]> [EMAIL PROTECTED]> wrote:



Well, the plugin interface to Mozilla is working.
Java still is not.  I see java in about plugins in the
browser.  Running java -version still complains that
it cannot find the jvm.  I get the message:  JVM not
found libjvm.s0  - libjvm.so

Doing a locate on it I see that there are two, one
under the classic directory and another under the j9vm
directory.  This is in the documentation.  However,
why doesn't the java command see it?

I did  step 1 from below.

I forgot step 2, but when I ran update-alternatives it
told me there was only one alternative:
/usr/lib/j2re1.5-ibm/jre/bin/java  nothing to
configure.

For step 3, I updated the .profile for the root
account and the .bash_profile for my user account.
I'm not sure where the default PATH is set from.

I tried your step 4 command and got an error.  I used
the command documented at IBM: set default to
/usr/lib/mozilla/plugins and run ln -s
/usr/lib/j2re1.5-ibm/jre/bin/libjavaplugin_oji.so

Since the browser sees the plugins I assume this is
correct.

So, for step 5 I guess I'll try what was suggested:
install java 1.5 from the tarball, i.e.
dpkg -r ibm-j2re1.5
command(?) ibm-java2-jre-50-linux-ppc.tgz

I guess I could also try the SDK.  The files in the
jre archive have a date of 24 January 2006.  Perhaps
IBM left something out like they did with the 1.4
archives!!!

Not as close as I throught,
Terry

--- Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote:


On Sun, Mar 19, 2006 at 03:16:35PM -0500, Terry
Shannon wrote:


Perhaps I can set up a link to /opt?  I'm new to

linux/unix and find

the documentation confusing.  I see that Wolfgang

also has it

installed in /usr/lib so maybe I just need to set

up $PATH correctly

and use the ln command Wolfgang provided.



1:
Build the deb package. Something along the line of:

 fakeroot make-jpkg --full-name "Your name" --email
[EMAIL PROTECTED] --changes ibm-java2-sdk-50-linux-ppc.tgz

2:
run
update-alternatives --config java

choose
/usr/lib/j2sdk1.5-ibm/bin/java

3:
change your $PATH, please see my previous message in
this thread

4:
build the links to your browser dirs. Also please
check my precious
message to do that ...

5:
I hope I didn't forget anything ... :)

Sorry for being a bit non-verbose ... there's a
movie on the telly
... :)

Wolfgang


--
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM:
crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113


http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on



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





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





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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread tgs154-bw
Well, the plugin interface to Mozilla is working. 
Java still is not.  I see java in about plugins in the
browser.  Running java -version still complains that
it cannot find the jvm.  I get the message:  JVM not
found libjvm.s0  - libjvm.so

Doing a locate on it I see that there are two, one
under the classic directory and another under the j9vm
directory.  This is in the documentation.  However,
why doesn't the java command see it?

I did  step 1 from below.

I forgot step 2, but when I ran update-alternatives it
told me there was only one alternative:
/usr/lib/j2re1.5-ibm/jre/bin/java  nothing to
configure.

For step 3, I updated the .profile for the root
account and the .bash_profile for my user account. 
I'm not sure where the default PATH is set from.

I tried your step 4 command and got an error.  I used
the command documented at IBM: set default to
/usr/lib/mozilla/plugins and run ln -s
/usr/lib/j2re1.5-ibm/jre/bin/libjavaplugin_oji.so

Since the browser sees the plugins I assume this is
correct.

So, for step 5 I guess I'll try what was suggested:
install java 1.5 from the tarball, i.e.  
dpkg -r ibm-j2re1.5 
command(?) ibm-java2-jre-50-linux-ppc.tgz

I guess I could also try the SDK.  The files in the
jre archive have a date of 24 January 2006.  Perhaps
IBM left something out like they did with the 1.4
archives!!!

Not as close as I throught,
Terry

--- Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote:

> On Sun, Mar 19, 2006 at 03:16:35PM -0500, Terry
> Shannon wrote:
> > 
> > Perhaps I can set up a link to /opt?  I'm new to
> linux/unix and find  
> > the documentation confusing.  I see that Wolfgang
> also has it  
> > installed in /usr/lib so maybe I just need to set
> up $PATH correctly  
> > and use the ln command Wolfgang provided.
> 
> 
> 1: 
> Build the deb package. Something along the line of:
> 
>  fakeroot make-jpkg --full-name "Your name" --email
> [EMAIL PROTECTED] --changes ibm-java2-sdk-50-linux-ppc.tgz
> 
> 2:
> run
> update-alternatives --config java
> 
> choose
> /usr/lib/j2sdk1.5-ibm/bin/java
> 
> 3:
> change your $PATH, please see my previous message in
> this thread
> 
> 4:
> build the links to your browser dirs. Also please
> check my precious
> message to do that ... 
> 
> 5:
> I hope I didn't forget anything ... :)
> 
> Sorry for being a bit non-verbose ... there's a
> movie on the telly
> ... :)
> 
> Wolfgang
> 
> 
> -- 
> Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM:
> crashinglinux/
> http://profiles.yahoo.com/wolfgangpfeiffer
> 
> Key ID: E3037113
>
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Alejandro Muñoz Fernández
Terry Shannon dijo: 

|  Well, I did get the right version of java-package installed so I
|  could create a .deb for the IBM java release.  However, now when I
|  run a check to test java -version, I get an error saying it cannot
|  find the jvm.
|
|  When I created j2re1.4 or j2sdk1.4 the command worked.  I don't know
|  if the 1.5 version requires  the installation under the /opt as
|  documented on the web sit.  The Debian packages I created are being
|  installed under /usr/lib.
|
|  Perhaps I can set up a link to /opt?  I'm new to linux/unix and find
|  the documentation confusing.  I see that Wolfgang also has it
|  installed in /usr/lib so maybe I just need to set up $PATH correctly
|  and use the ln command Wolfgang provided.
|
|  Terry

I have a link:

$ ls -l /usr/bin/java
lrwxrwxrwx  1 root root 30 2005-12-24 23:26 /usr/bin/java 
-> /opt/ibm-java2-ppc-50/bin/java

So I suppose you must create a link to the java binary:

# ln -s /opt/ibm-java2-ppc-50/***or_your_right_path***/bin/java /usr/bin/java


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Wolfgang Pfeiffer
On Sun, Mar 19, 2006 at 03:16:35PM -0500, Terry Shannon wrote:
> 
> Perhaps I can set up a link to /opt?  I'm new to linux/unix and find  
> the documentation confusing.  I see that Wolfgang also has it  
> installed in /usr/lib so maybe I just need to set up $PATH correctly  
> and use the ln command Wolfgang provided.


1: 
Build the deb package. Something along the line of:

 fakeroot make-jpkg --full-name "Your name" --email [EMAIL PROTECTED] --changes 
ibm-java2-sdk-50-linux-ppc.tgz

2:
run
update-alternatives --config java

choose
/usr/lib/j2sdk1.5-ibm/bin/java

3:
change your $PATH, please see my previous message in this thread

4:
build the links to your browser dirs. Also please check my precious
message to do that ... 

5:
I hope I didn't forget anything ... :)

Sorry for being a bit non-verbose ... there's a movie on the telly
... :)

Wolfgang


-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Alejandro Muñoz Fernández
Terry Shannon dijo: 

|
|  Update /etc/apt/sources.list to make the contrib and non-free
|  packages available:
|  deb http://my.favorite.mirror.org/debian stable main
|  deb http://my.favorite.mirror.org/debian testing contrib non-free
|
|
|  Into the /etc/apt/apt.conf file insert the following line:
|  APT::Default-Release stable   #use the stable "version"
|
|  Now the documentation is a little confusing because the use of
|  "version" as one of: stable testing un-stable, and also as a dotted
|  version number like 0.27!  So which syntax do I use?
|
|  # apt-get install  needed-package=testing
|  OR
|  # apt-get install needed-package=0.27
|
|  Another syntax may be using the -t option, but the parameter is now
|  called "distribution"?
|  # apt-get -t testing install needed-package
|

I have no idea. I didn't installed a debianised IBM java package but the 
original IBM one. If you try to install the original IBM java package 
(ibm-java2-sdk-50-linux-ppc.tgz), you may be lucky. That's the only thing I'm 
able to think to help you.


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Terry Shannon
Well, I did get the right version of java-package installed so I  
could create a .deb for the IBM java release.  However, now when I  
run a check to test java -version, I get an error saying it cannot  
find the jvm.


When I created j2re1.4 or j2sdk1.4 the command worked.  I don't know  
if the 1.5 version requires  the installation under the /opt as  
documented on the web sit.  The Debian packages I created are being  
installed under /usr/lib.


Perhaps I can set up a link to /opt?  I'm new to linux/unix and find  
the documentation confusing.  I see that Wolfgang also has it  
installed in /usr/lib so maybe I just need to set up $PATH correctly  
and use the ln command Wolfgang provided.


Terry



On Mar 19, 2006, at 2:03 PM, Wolfgang Pfeiffer wrote:

On Sun, Mar 19, 2006 at 02:19:37PM +0100, Alejandro Muñoz Fernández  
wrote:

Terry Shannon dijo:

|  I did learn alot today.  How to create a deb package from another
|  archive.  The file is in the IBM jre 1.5 archive, so I may give  
that a
|  try, although the java-package 0.24 doesn't list it as  
supported.  Guess

|  I could update to 0.27, been there today and done that.

Hi!

I've successfully installed "ibm-java2-sdk-50-linux-ppc.tgz" a  
long time ago
and it's got a java browser plugin, but it's still a bit buggy  
because some

applets fail.

That's what I did to make the plugin work on my computer (after  
installing

ibm-java2-sdk-50-linux-ppc.tgz):

1) I made a sym link from
/opt/ibm-java2-ppc-50/jre/bin/libjavaplugin_oji.so to
/usr/lib/mozilla/plugins/libjavaplugin_oji.so
and  /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so


.. aditionally -- not being sure about it -- I think here, on Debian
unstable it was a good idea to also create a symlink to
mozilla-snapshot:


ln -s --force -i /usr/lib/j2sdk1.5-ibm/jre/bin/ 
libjavaplugin_oji.so /usr/lib/mozilla-snapshot/plugins/ 
javaplugin_oji.so




2) Then, I executed:

# update-alternatives --config java

and chose /opt/ibm-java2-ppc-50/bin/java

It works if I use Konqueror, Mozilla and Firefox, but it doesn't  
if I use

Opera.



Yes, same being true here for Konqueror, Mozilla and Firefox (I don't
have Opera installed), but I also had to add the Java path to my
~/.bash_profile: The $PATH setting now looks like this in there:

PATH=/usr/lib/j2sdk1.5-ibm/jre/bin/:~/bin:"${PATH}"

After installing the debianised package please also see
file:///usr/lib/j2sdk1.5-ibm/docs/en/ 
sdkandruntimeguide.lnx.en.htm#pathcons

for this.



You can try to make theese steps, close the browser, and open it  
again to make

it rescan de plugins and go to the java test page
(http://www.java.com/en/download/help/testvm.xml) to check if it  
works.


Positive. Konqueror, Mozilla and Firefox all work with the page above
and the IBM Java ... :) (Except that I didn't even have to restart
Firefox to see a working Java. IIRC ... :)

And for those intending to install a debianised package (probably will
will make things much easier) of the IBM Java tarball. Something like:

fakeroot make-jpkg --full-name "Your Name" --email [EMAIL PROTECTED] -- 
changes ibm-java2-sdk-50-linux-ppc.tgz


HTH

Best Regards
Wolfgang

--
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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






Re: Installing java plugin in Mozilla?

2006-03-19 Thread Jack Malmostoso
On Sun, 19 Mar 2006 18:50:09 +0100, Matteo Bigoi - Bigo! wrote:

> No, the ibm jdk 1.5 have a java plugin for firefox. I'm using it!

I think I'm stuck with the 1.4 then :)
Good to know!

-- 
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux on AMD64


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Terry Shannon
Based on your feedback and another reply from Bigo, I'm convinced the  
IBM plugin should work in Mozilla and also Firefox.


Now I am researching how to upgrade just the java-package from  
testing.  From what I've read so far, this is documented under  
Keeping a Mixed System in the APT-HOWTO available on the  
www.debian.org  web site and probably also on your debian system.  I  
need the java-package from testing because it support the 1.5  
version  of the IBM java plugin.


Update /etc/apt/sources.list to make the contrib and non-free  
packages available:

deb http://my.favorite.mirror.org/debian stable main
deb http://my.favorite.mirror.org/debian testing contrib non-free


Into the /etc/apt/apt.conf file insert the following line:
APT::Default-Release stable   #use the stable "version"

Now the documentation is a little confusing because the use of   
"version" as one of: stable testing un-stable, and also as a dotted  
version number like 0.27!  So which syntax do I use?


# apt-get install  needed-package=testing
OR
# apt-get install needed-package=0.27

Another syntax may be using the -t option, but the parameter is now  
called "distribution"?

# apt-get -t testing install needed-package

Almost there!

Terry


On Mar 19, 2006, at 8:19 AM, Alejandro Muñoz Fernández wrote:


Terry Shannon dijo:

|  I did learn alot today.  How to create a deb package from another
|  archive.  The file is in the IBM jre 1.5 archive, so I may give  
that a
|  try, although the java-package 0.24 doesn't list it as  
supported.  Guess

|  I could update to 0.27, been there today and done that.

Hi!

I've successfully installed "ibm-java2-sdk-50-linux-ppc.tgz" a long  
time ago
and it's got a java browser plugin, but it's still a bit buggy  
because some

applets fail.

That's what I did to make the plugin work on my computer (after  
installing

ibm-java2-sdk-50-linux-ppc.tgz):

1) I made a sym link from
/opt/ibm-java2-ppc-50/jre/bin/libjavaplugin_oji.so to
/usr/lib/mozilla/plugins/libjavaplugin_oji.so
and  /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so

2) Then, I executed:

# update-alternatives --config java

and chose /opt/ibm-java2-ppc-50/bin/java

It works if I use Konqueror, Mozilla and Firefox, but it doesn't if  
I use

Opera.

You can try to make theese steps, close the browser, and open it  
again to make

it rescan de plugins and go to the java test page
(http://www.java.com/en/download/help/testvm.xml) to check if it  
works.



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






Re: Installing java plugin in Mozilla?

2006-03-19 Thread Wolfgang Pfeiffer
On Sun, Mar 19, 2006 at 02:19:37PM +0100, Alejandro Muñoz Fernández wrote:
> Terry Shannon dijo: 
> 
> |  I did learn alot today.  How to create a deb package from another
> |  archive.  The file is in the IBM jre 1.5 archive, so I may give that a
> |  try, although the java-package 0.24 doesn't list it as supported.  Guess
> |  I could update to 0.27, been there today and done that.
> 
> Hi!
> 
> I've successfully installed "ibm-java2-sdk-50-linux-ppc.tgz" a long time ago 
> and it's got a java browser plugin, but it's still a bit buggy because some 
> applets fail.
> 
> That's what I did to make the plugin work on my computer (after installing 
> ibm-java2-sdk-50-linux-ppc.tgz):
> 
> 1) I made a sym link from 
> /opt/ibm-java2-ppc-50/jre/bin/libjavaplugin_oji.so to 
> /usr/lib/mozilla/plugins/libjavaplugin_oji.so 
> and  /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so

.. aditionally -- not being sure about it -- I think here, on Debian
unstable it was a good idea to also create a symlink to
mozilla-snapshot:


ln -s --force -i /usr/lib/j2sdk1.5-ibm/jre/bin/libjavaplugin_oji.so 
/usr/lib/mozilla-snapshot/plugins/javaplugin_oji.so

> 
> 2) Then, I executed:
> 
> # update-alternatives --config java
> 
> and chose /opt/ibm-java2-ppc-50/bin/java
> 
> It works if I use Konqueror, Mozilla and Firefox, but it doesn't if I use 
> Opera.


Yes, same being true here for Konqueror, Mozilla and Firefox (I don't
have Opera installed), but I also had to add the Java path to my
~/.bash_profile: The $PATH setting now looks like this in there:

PATH=/usr/lib/j2sdk1.5-ibm/jre/bin/:~/bin:"${PATH}"

After installing the debianised package please also see
file:///usr/lib/j2sdk1.5-ibm/docs/en/sdkandruntimeguide.lnx.en.htm#pathcons
for this.

> 
> You can try to make theese steps, close the browser, and open it again to 
> make 
> it rescan de plugins and go to the java test page 
> (http://www.java.com/en/download/help/testvm.xml) to check if it works.

Positive. Konqueror, Mozilla and Firefox all work with the page above
and the IBM Java ... :) (Except that I didn't even have to restart
Firefox to see a working Java. IIRC ... :)

And for those intending to install a debianised package (probably will
will make things much easier) of the IBM Java tarball. Something like:

fakeroot make-jpkg --full-name "Your Name" --email [EMAIL PROTECTED] --changes 
ibm-java2-sdk-50-linux-ppc.tgz

HTH

Best Regards
Wolfgang

-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Matteo Bigoi - Bigo!
> > The above web site did answer some questions on how to set up a package
> > from code you download.  Is this still a valid method?
> 
> There is no such plugin for PPC. If you want java functionalities in your
> browser, I suggest to switch to Opera: Opera does not rely on
> libjavaplugin_oijc.so but uses directly the JVM to render the applets.

No, the ibm jdk 1.5 have a java plugin for firefox.
I'm using it!

Ciao

Bigo!

-- 
Naturalmente noi non metteremo mai, 
dentro Windows, cose come il multitasking pre-emptive. [Bill Gates]

--
 Registered Linux User # 365044
http://dust.homelinux.org
Please don't send me any Micro$oft attachments!
--



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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Terry Shannon
Even though I have learned a lot, I've probably forgot much: I'm on  
my third install of Linux over the past two weeks.


I haven't created the ibm-j2re1.5 package yet because the sarge java- 
package only supports ibm-j2re1.4 which does not have the javaplugin  
needed.  I set a message to IBM support on this issue.


I decided to try to update java-package from testing to 0.27 which  
does support ibm-j2re1.5.  However, this is where my learning may be  
failing or not assimilated yet.  I added testing main contrib non- 
free from the mirror to source.list.


In order to have the java-package 0.27 available, I had(?) to select  
U in aptitude to make it available, which also means that I was going  
to update my system to testing level.


Isn't there a way I could only have the new java-package installed  
from testing?  Perhaps, the following:  1) add the testing entry to  
sources.list, 2) run aptitude u option to update the databases, 3)  
aptitude install java-package.  Would this work?


When I tried to update my whole system from sarge to testing it  
updated a lot of packages and failed with too many errors to  
continue.  I tried to back out of this condition, but eventually  
decided reinstalling was just as quick!


However, this wipes out my downloaded archives!  Is there a way to  
skip the partitioning, use the current downloaded files (about an  
hours time), and fresh install back to sarge?  This is my current  
task: reread the Debian reference, specifically chapter 6.


This is getting too long, and perhaps the subject should be changed  
to Installing Debian, experience on an iMac powerpc!


Terry


On Mar 19, 2006, at 1:33 AM, Rogério Brito wrote:


Hi, Terry and others.

On Mar 18 2006, Terry Shannon wrote:

I did learn alot today.


Well, that's nice to know.


How to create a deb package from another archive.  The file is in the
IBM jre 1.5 archive, so I may give that a try, although the
java-package 0.24 doesn't list it as supported.  Guess I could update
to 0.27, been there today and done that.


So, you actually created ibm-j2re1.5, right? If not, at least file a
bugreport (see the package reportbug) with severity wishlist against
java-package to tell them what your problem is.


So, if I install my ibm-j2re1.4 package I created, then after I
install Opera I should have a browser that supports java applets?


I don't know anything about how Opera works with Java, but I'd guess
that if the IBM jre 1.5 has the proper plugin, why exactly couldn't  
you

use, say, Firefox?  Different ABI's?


I need a browser that will work with most commercial sites in the US.
They seems to be IE specific and are picky about others.


If you actually end up installing Opera, be sure to change its default
identification from IE to Opera, so that the commercial sites you are
using actually know that their customers happen to exercise their  
right

to choose.

And keeping an eye on the Free Java implementations isn't a bad thing
also. They're evolving quite fast lately.


Regards, Rogério.

--
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/


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






Re: Installing java plugin in Mozilla?

2006-03-19 Thread Alejandro Muñoz Fernández
Terry Shannon dijo: 

|  I did learn alot today.  How to create a deb package from another
|  archive.  The file is in the IBM jre 1.5 archive, so I may give that a
|  try, although the java-package 0.24 doesn't list it as supported.  Guess
|  I could update to 0.27, been there today and done that.

Hi!

I've successfully installed "ibm-java2-sdk-50-linux-ppc.tgz" a long time ago 
and it's got a java browser plugin, but it's still a bit buggy because some 
applets fail.

That's what I did to make the plugin work on my computer (after installing 
ibm-java2-sdk-50-linux-ppc.tgz):

1) I made a sym link from 
/opt/ibm-java2-ppc-50/jre/bin/libjavaplugin_oji.so to 
/usr/lib/mozilla/plugins/libjavaplugin_oji.so 
and  /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so

2) Then, I executed:

# update-alternatives --config java

and chose /opt/ibm-java2-ppc-50/bin/java

It works if I use Konqueror, Mozilla and Firefox, but it doesn't if I use 
Opera.

You can try to make theese steps, close the browser, and open it again to make 
it rescan de plugins and go to the java test page 
(http://www.java.com/en/download/help/testvm.xml) to check if it works.


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



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Bin Zhang
On 3/18/06, Jack Malmostoso <[EMAIL PROTECTED]> wrote:
> On Sat, 18 Mar 2006 20:20:13 +0100, Terry Shannon wrote:
>
> > However, when I try to follow the instructions in the documentation from
> > the package to setup a link from the mozilla plugins directory to the java
> > plugin I don't see the file name, libjavaplugin_oijc.so in the /opt
> > directory or any other directory, they specified?
> >
> > The above web site did answer some questions on how to set up a package
> > from code you download.  Is this still a valid method?
>
> There is no such plugin for PPC.

There is a plugin libjavaplugin_oji.so (not libjavaplugin_oijc.so) for
mozilla/firefox for PPC in IBM Java 5.0 (
http://www-128.ibm.com/developerworks/java/jdk/linux/download.html ).

Best regards,
Bin


> If you want java functionalities in your
> browser, I suggest to switch to Opera: Opera does not rely on
> libjavaplugin_oijc.so but uses directly the JVM to render the applets.
>
>
> --
> Best Regards, Jack
> Linux User #264449
> Powered by Debian GNU/Linux on AMD64
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: Installing java plugin in Mozilla?

2006-03-19 Thread Chris Burdess

Jack Malmostoso wrote:

Terry Shannon wrote:
However, when I try to follow the instructions in the  
documentation from
the package to setup a link from the mozilla plugins directory to  
the java

plugin I don't see the file name, libjavaplugin_oijc.so in the /opt
directory or any other directory, they specified?

The above web site did answer some questions on how to set up a  
package

from code you download.  Is this still a valid method?


There is no such plugin for PPC. If you want java functionalities  
in your

browser, I suggest to switch to Opera: Opera does not rely on
libjavaplugin_oijc.so but uses directly the JVM to render the applets.


See also http://www.nongnu.org/gcjwebplugin/ for a free solution.
--
犬 Chris Burdess
  "They that can give up essential liberty to obtain a little safety
  deserve neither liberty nor safety." - Benjamin Franklin






PGP.sig
Description: This is a digitally signed message part


Re: Installing java plugin in Mozilla?

2006-03-18 Thread Jack Malmostoso
On Sun, 19 Mar 2006 02:30:10 +0100, Terry Shannon wrote:

> So, if I install my ibm-j2re1.4 package I created, then after I install
> Opera I should have a browser that supports java applets?  I need a
> browser that will work with most commercial sites in the US.  They seems
> to be IE specific and are picky about others.

Once you have installed opera (check out the forums on opera.com, you
might find an apt-get repository!) open the preferences and in the
"Advanced" tab select "Programs" and then "Java Options". Now enter the
path to the /$JAVA_INSTALLATION_DIRECTORY/lib and validate the Java Path.
If Opera does not complain, you are done.

-- 
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux on AMD64


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



Re: Installing java plugin in Mozilla?

2006-03-18 Thread Rogério Brito
Hi, Terry and others.

On Mar 18 2006, Terry Shannon wrote:
> I did learn alot today.

Well, that's nice to know.

> How to create a deb package from another archive.  The file is in the
> IBM jre 1.5 archive, so I may give that a try, although the
> java-package 0.24 doesn't list it as supported.  Guess I could update
> to 0.27, been there today and done that.

So, you actually created ibm-j2re1.5, right? If not, at least file a
bugreport (see the package reportbug) with severity wishlist against
java-package to tell them what your problem is.

> So, if I install my ibm-j2re1.4 package I created, then after I
> install Opera I should have a browser that supports java applets?

I don't know anything about how Opera works with Java, but I'd guess
that if the IBM jre 1.5 has the proper plugin, why exactly couldn't you
use, say, Firefox?  Different ABI's?

> I need a browser that will work with most commercial sites in the US.
> They seems to be IE specific and are picky about others.

If you actually end up installing Opera, be sure to change its default
identification from IE to Opera, so that the commercial sites you are
using actually know that their customers happen to exercise their right
to choose.

And keeping an eye on the Free Java implementations isn't a bad thing
also. They're evolving quite fast lately.


Regards, Rogério.

-- 
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/


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



Re: Installing java plugin in Mozilla?

2006-03-18 Thread Terry Shannon
re: There is no browser plugin for the PPC!  

And I think I know why!  Guess what is missing from the IBM java 1.4.2
ppc archives?  The libjavaplugin_oji.so file needed to link to!  No
wonder a lot of messages I read say use the Blackdown version.  However,
it's only 1.3.1!

I did learn alot today.  How to create a deb package from another
archive.  The file is in the IBM jre 1.5 archive, so I may give that a
try, although the java-package 0.24 doesn't list it as supported.  Guess
I could update to 0.27, been there today and done that.  

So, if I install my ibm-j2re1.4 package I created, then after I install
Opera I should have a browser that supports java applets?  I need a
browser that will work with most commercial sites in the US.  They seems
to be IE specific and are picky about others.



On Sat, 2006-03-18 at 22:15 +0100, Jack Malmostoso wrote:
> On Sat, 18 Mar 2006 20:20:13 +0100, Terry Shannon wrote:
> 
> > However, when I try to follow the instructions in the documentation from
> > the package to setup a link from the mozilla plugins directory to the java
> > plugin I don't see the file name, libjavaplugin_oijc.so in the /opt
> > directory or any other directory, they specified?
> > 
> > The above web site did answer some questions on how to set up a package
> > from code you download.  Is this still a valid method?
> 
> There is no such plugin for PPC. If you want java functionalities in your
> browser, I suggest to switch to Opera: Opera does not rely on
> libjavaplugin_oijc.so but uses directly the JVM to render the applets.
> 
> 
> -- 
> Best Regards, Jack
> Linux User #264449
> Powered by Debian GNU/Linux on AMD64
> 
> 


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



Re: Installing java plugin in Mozilla?

2006-03-18 Thread Jack Malmostoso
On Sat, 18 Mar 2006 20:20:13 +0100, Terry Shannon wrote:

> However, when I try to follow the instructions in the documentation from
> the package to setup a link from the mozilla plugins directory to the java
> plugin I don't see the file name, libjavaplugin_oijc.so in the /opt
> directory or any other directory, they specified?
> 
> The above web site did answer some questions on how to set up a package
> from code you download.  Is this still a valid method?

There is no such plugin for PPC. If you want java functionalities in your
browser, I suggest to switch to Opera: Opera does not rely on
libjavaplugin_oijc.so but uses directly the JVM to render the applets.


-- 
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux on AMD64


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