You will want to be careful because there are some incompatibilities
with respect to Mozilla, RH and the Java Plugins: There are 2 versions
of the j2re out there -- one compiled for gcc 3.x platforms (RH9 and
equivalents) and one for gcc 2.95 platforms (RH8 and "non-mainstream"
Li
On Fri, 3 Oct 2003, Allan Rabenau wrote:
> I have installed RH 9, and am using Mozilla 1.2.1. I have downloaded
> Java j2re-1_4_2.01 and would like to add it as a plugin to the Mozilla,
> but I can't find any instructions. There is an sxs addressing this
> idea, but it refers
On 03 Oct 2003 13:32:43 -0400 Allan Rabenau <[EMAIL PROTECTED]> wrote:
> I have installed RH 9, and am using Mozilla 1.2.1. I have downloaded
> Java j2re-1_4_2.01 and would like to add it as a plugin to the Mozilla,
> but I can't find any instructions. There is an sxs ad
I have installed RH 9, and am using Mozilla 1.2.1. I have downloaded
Java j2re-1_4_2.01 and would like to add it as a plugin to the Mozilla,
but I can't find any instructions. There is an sxs addressing this
idea, but it refers to files that are not in this release; it may be out
of date.
early AWT implementations were very different. Some still are. Unfortunately, AWT
leaves a lot up to the JRE implementation.
SWING (JFC) classes do the rendering in Java, which makes them a lot more consistent.
Unix, Mac and Windows all have their quirks for AWT layout, still (as far as I
Quoth Kevin O'Gorman:
> I've recently received the Java source code for an application I've
> been using for a while, and want to fix some of the glitches that
> have been bugging me. I've gotten most of them, but two are being
> obstinate.
>
> The original
I've recently received the Java source code for an application I've
been using for a while, and want to fix some of the glitches that
have been bugging me. I've gotten most of them, but two are being
obstinate.
The original author was on a Mac, and did not have the problems
I'
Perhaps you should try:
$ /opt/j2re1.4.1/bin/java -version
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode)
And make sure there's a link to javaplugin_oji.so in the pl
$ java -version
java version "1.4.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_03-b04)
Java HotSpot(TM) Client VM (build 1.4.0_03-b04, mixed mode)
On Sat, 29 Mar 2003 23:22:59 -0500
Tim Wunder <[EMAIL PROTECTED]> wrote:
> Which JRE?
Works for me under Mozilla 1.3b (haven't had a chance to upgrade yet). Running
RH 7.0 on a Compaq Presario AMD duron 700 mhz.
But the display is a little wierd. The graph below looks scrunched to the
right.
Alan Jackson wrote:
> Doesn't work at all under Mozilla 1.3
>
> Displays the map, but t
x j2re-1_4_1_02-linux-i586-rpm.bin
> ./j2re-1_4_1_02-linux-i586-rpm.bin
> rpm -ivh j2re-1_4_1_02-fcs-linux-i586.rpm
> ln -s /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so
> /usr/local/netscape7.02/plugins/
>
> After that, it worked fine. It was one of those small pr
i586-rpm.bin
rpm -ivh j2re-1_4_1_02-fcs-linux-i586.rpm
ln -s /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so
/usr/local/netscape7.02/plugins/
After that, it worked fine. It was one of those small projects I'd never
gotten around to, but it was a sim
Which JRE?
According to http://plugindoc.mozdev.org/whichjava.html
I needed Blackdown's JRE for Moz 1.3 under RH 8.0. Blackdown also had 2
versions of 1.4.1, one for gcc-3.2 and one for gcc-2.95
On Saturday 29 March 2003 11:09 pm, someone claiming to be Alan Jackson wrote:
> Doesn't work at all u
Doesn't work at all under Mozilla 1.3
Displays the map, but the buttons don't work in Netscape 7.0
Both in Col 3.1.1
On Sat, 29 Mar 2003 20:28:44 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:
> Does anybody get this link to work properly in linux?
>
> http://www.ghcc.msfc.nasa.gov/temperature/
at home...).
I can't seem to get Konqueror to find the java pligin for some reason :-(
--
RedHat Psyche 8.0, stock kernel, KDE 3.1.CVS, Xfree86 4.2.1
11:05pm up 3 days, 16:14, 3 users, load average: 1.16, 1.04, 1.03
It's what you learn after you know it all that counts
_
:44 -0500 - Joel Hammer <[EMAIL PROTECTED]> wrote
the following
Re: Java problem
>nasa
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
On Sunday 30 March 2003 01:28 am, Joel Hammer wrote:
> Does anybody get this link to work properly in linux?
>
> http://www.ghcc.msfc.nasa.gov/temperature/
>
> Even with my new lindows box and netscape, this link performs poorly.
>
> I would like to know if anybody using linux can navigate this pag
Does anybody get this link to work properly in linux?
http://www.ghcc.msfc.nasa.gov/temperature/
Even with my new lindows box and netscape, this link performs poorly.
I would like to know if anybody using linux can navigate this page properly.
It displays almost OK in XP, but some buttons don
I should clarify:
It makes the resulting .class FILE FORMAT binary compatible.
That is to say, the .class file format is recognized as valid
by the 1.1 runtime. Sorry for the confusion.
Nate
--- Nate Cole <[EMAIL PROTECTED]> wrote:
> Matt,
>
> getWidth() in 1.3+ is from the Component super cl
Matt,
getWidth() in 1.3+ is from the Component super class. This
method did not exist in 1.1 Component.
BTW, specifying -target 1.1 does *not* verify a backward
compatable class. It merely makes the resulting .class file
**binary compatible**.
Nate
--- Matthew Carpenter <[EMAIL PROTECTED]> w
I realize this isn't necessarily a direct Linux question, but this is the
largest amount of brainpower I know of.
I have created an Applet and compiled it using COLW31's default JVM (Sun
JVM 1.3)
Loading the Applet on a Windows machine using IE5.5 and the MS JVM fails
with an error message, basic
On Mon, 24 Jun 2002 02:36, James McDonald wrote:
> you need to set to up env vars in you .bash_profile file or /etc/profile
>
> JAVA_HOME=JAVA_HOME=/usr/java/j2sdk1.4.0
> PATH=$PATH:/usr/java/j2sdk1.4.0/bin
> export JAVA_HOME PATH
Correction the JAVA_HOME line should have been
On Mon, 24 Jun 2002 01:50, Joel Hammer wrote:
> Could someone point me to good and easy documentation on using java with
> linux?
>
> I know I have a java runtime environment somewhere on my Caldera 2.4
> system, but when I installed Opera 6.01 it found no java environment. So, I
There is the SxS, ya know.
Joel Hammer wrote:
> Could someone point me to good and easy documentation on using java with
> linux?
>
> I know I have a java runtime environment somewhere on my Caldera 2.4 system,
> but when I installed Opera 6.01 it found no java environment. So, I
eD24? IIRC, java was installed in /usr/java, just like it is still. The executables
are in /usr/java/bin/
What else do you want to know? I don't know of any read-em-up, just my own experience.
begin "Joel Hammer" <[EMAIL PROTECTED]>
(Sun, 23 Jun 2002 11:50:19 -0400)
Could someone point me to good and easy documentation on using java with
linux?
I know I have a java runtime environment somewhere on my Caldera 2.4 system,
but when I installed Opera 6.01 it found no java environment. So, I need to
know what to do to make my java run time environment, whatever
I use Blackdown 1.3.1 without crashing.
On Sat, 22 Jun 2002 22:28:21 -0400
Harry G <[EMAIL PROTECTED]> wrote:
> Which have you found works well with it? I have tried Suns 1.4JRE
> version, but it crashes Mozilla.
>
> TIA
>
> Harry G
>
> ___
> Lin
Which have you found works well with it? I have tried Suns 1.4JRE version,
but it crashes Mozilla.
TIA
Harry G
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are loca
On Saturday 22 Jun 2002 21:03, Harry G wrote:
> I am trying to install java 1.4. I saved the file in:
>
> linux:/usr/local/java # ls
> . .. j2re-1_4_0_01-linux-i586.bin
>
> Then I try to run it by doing:
> linux:/usr/local/java # ./j2re-1_4_0_01-linux-i586.bin
>
>
Harry G wrote:
> I am trying to install java 1.4. I saved the file in:
>
> linux:/usr/local/java # ls
> . .. j2re-1_4_0_01-linux-i586.bin
>
> Then I try to run it by doing:
> linux:/usr/local/java # ./j2re-1_4_0_01-linux-i586.bin
>
> It returns:
> bash: ./j2r
I am trying to install java 1.4. I saved the file in:
linux:/usr/local/java # ls
. .. j2re-1_4_0_01-linux-i586.bin
Then I try to run it by doing:
linux:/usr/local/java # ./j2re-1_4_0_01-linux-i586.bin
It returns:
bash: ./j2re-1_4_0_01-linux-i586.bin: bad interpreter: Permission denied
I am
On Tuesday 09 April 2002 01:17 pm, zohar wrote:
> Is there some application which make the code of Java language for the
> controls(command buttons. option buttons, list box, combo box, etc) that
> are in the screen using AWT library and JDBC as I have connect it to
> database (par
On April 9, 2002 10:17 am, zohar wrote:
> Is there some application which make the code of Java language for the
> controls(command buttons. option buttons, list box, combo box, etc) that
> are in the screen using AWT library and JDBC as I have connect it to
> database (particula
Is there some application which make the code of Java language for the
controls(command buttons. option buttons, list box, combo box, etc) that are
in the screen using AWT library and JDBC as I have connect it to database
(particularly of mysql, though for the time
being I could work with Access
34 matches
Mail list logo