Thanks for the tip, I tried it but still have the same problem.
Regards,
Jim
--
[EMAIL PROTECTED] wrote:
>
>
> From:
>[EMAIL PROTECTED]
> To:
>[EMAIL PROTECTED]
> Cc:
>[EMAIL PROTECTED]
> Date:
>Thu, 11 Feb 1999 08:36:31 -0500
> Subject:
>R
I'm working as a senior software engineer at a prominent internet advertising
company. We are making some crucial design decisions and I was wondering when would a
linux/i386 JVM that is 1.2 compliant be available, and thought you would be the
people to ask.
Thank you.
Does Sun's committment to support the porting of Java to Linux include
packages outside the JDK 1.2 Core API ? Obviously, pure Java packages
will run on the JDK 1.2 port (some already run on JDK 1.1).
I'm interested in seeing ports to Linux of packages that depend on some
native code (albeit a ver
On Thu, 11 Feb 1999 14:37:00 -0500, Bruce R Miller wrote:
>Hi all;
> Would the problem with jdk 1.1.7 and glibc-2.0.1xx be solved simply by
>re-make-ing the system? This has solved some other similar problems for me.
>(or does extensive, painful, testing have to be done?)
Well, the problem is
Hi all;
Would the problem with jdk 1.1.7 and glibc-2.0.1xx be solved simply by
re-make-ing the system? This has solved some other similar problems for me.
(or does extensive, painful, testing have to be done?)
If it's simple -- and assuming jdk 1.2 isn't right around the corner -- would
it be
We're currently developping a free mapping applet with JFC 1.03. At this
point in time, we could run only run it on NN and IE with the Windows Java
plug-in (contrary to what is stated by Sun we had no success without the
plug-in but that's another story). Anyways, Sun refer to your site for a
Linu
donald riggs writes:
> Hello,
>
> I am attempting to port JDK1.1.7 to a Linux environment on the SA-1100 platform,
>and as a preliminary exercise, I am attempting to duplicate Blackdown's successful
>efforts at porting the JDK to the i386 Linux environment. As a first step, I have
>
> "George" == Uncle George <[EMAIL PROTECTED]> writes:
George> Fonts have changed. From my look jdk1.2 want to really use
George> scaleable fonts/type1 fonts/truetype fonts. Scaleable
George> fonts from X are the ones with 0-0-0-0 in them ( as this
George> is the criteria used
I want to execute a java test program from inside a shell script under Red
Hat 5.2. Any thoughts on the best construct to use along the lines of:
#!/bin/sh
java \
-Dcgi.content_type=$CONTENT_TYPE \
hello
r.b.
Linuxsoft
Open Source Solutions
http://www.linuxsoft.net
Fonts have changed. From my look jdk1.2 want to really use scaleable
fonts/type1 fonts/truetype fonts. Scaleable fonts from X are the ones with
0-0-0-0 in them ( as this is the criteria used by jdk1.2)
type1&truetype are suppose to be from the OPENWIN directory, which is "" in my
build. There is a
Note that there is a 1.1.7B also available for Windows now. It may be
that the sources reflect this new version.
Alexander
On Thu, 11 Feb 1999 08:30:53 -0500, donald riggs wrote:
>Hello,
>
>I am attempting to port JDK1.1.7 to a Linux environment on the SA-1100 platform,
>and as a preliminary exercise, I am attempting to duplicate Blackdown's successful
>efforts at porting the JDK to the i386 Linux environment.
>What's an XBD?
The X keyboard extension.
--Chris
What's an XBD?
Peter
__ Reply Separator _
Subject: Re: Keyboard mnemonic problem
Author: cbsmith ([EMAIL PROTECTED]) at lon-mime
Date:11/02/99 03:19
On Thu, 11 Feb 1999, Jackie Manning wrote:
> On my system, RH 5.1 updated to 2.
On my RedHat machine, I replaced the soft link in /usr/bin with
a shell script which sets the classpath:
#!/bin/bash
export MOZILLA_HOME=/usr/lib/netscape
for i in ${MOZILLA_HOME}/java/classes/*.jar
do
CP=${CP:-.}:$i
done
for i in /path/to/swing/*.jar
do
CP=${CP:-.}:$i
done
unset i
Hello,
I am attempting to port JDK1.1.7 to a Linux environment on the SA-1100 platform,
and as a preliminary exercise, I am attempting to duplicate Blackdown's successful
efforts at porting the JDK to the i386 Linux environment. As a first step, I have the
Sun distribution of JDK1.1.7 via
Jackie Manning wrote:
> On my system, RH 5.1 updated to 2.0.36, jdk1.1.7-v1a, keyboard mnemonics
> do not function. The same
> programs function properly on my laptop, RH 5.1 - 2.0.35, jdk1.1.7-v1a.
>
> Can anyone give me a clue where to look for the problem?
>
> Thanks.
Forgot to say Swing 1.1
On Thu, 11 Feb 1999, Jackie Manning wrote:
> On my system, RH 5.1 updated to 2.0.36, jdk1.1.7-v1a, keyboard mnemonics
> do not function. The same
> programs function properly on my laptop, RH 5.1 - 2.0.35, jdk1.1.7-v1a.
>
> Can anyone give me a clue where to look for the problem?
I've got a frie
On my system, RH 5.1 updated to 2.0.36, jdk1.1.7-v1a, keyboard mnemonics
do not function. The same
programs function properly on my laptop, RH 5.1 - 2.0.35, jdk1.1.7-v1a.
Can anyone give me a clue where to look for the problem?
Thanks.
Juergen Kreileder wrote:
-> The problem is that the JDK tries to use the Xserver's shared memory
-> extension but that only works locally. If you use lbxproxy even
-> the Sun JDK will fail.
->
-> These problems are solved in the Blackdown JDK 1.2.
Guys - you are REALLY DOING AN EXCELLENT J
> Manfred Hauswirth writes:
Manfred> There is another problem I discovered when playing around
Manfred> with JDK1.2: obviously there is a bad interaction between
Manfred> Swing and ssh. When I run programs that use Swing on
Manfred> Solaris remotely from a Solaris box everythi
[EMAIL PROTECTED] wrote:
-> Try editing your properties file and replacing the font you
-> listed with:
-> -b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-iso8859-1
I had the same problem, so I edited my fonts.properties and exchanged the fonts with
existing fonts of my X server (I doubl
22 matches
Mail list logo