Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread SHUDO Kazuyuki
Paolo Ciccone wrote: > > Does the Inprise JDK have all parts of JPDA? > > I'm not an expert in JPDA but the Sun/Inprise JDK does have JPDA fully > working. I've confirmed Inprise JDK has dynamic libraries and a JAR file which implement JPDA, libjdwp.so, libdt_socket.so and jpda.jar. A JDPA impl

appletviewer won't run demo class

1999-12-22 Thread Linda Lincoln
When I ran the simple Animator class from demos: appletviewer ~/java/demo/Animator/example1.html I get a slew of errors which are attached. When I run applications this error does not occur. What could be wrong. Font specified in font.properties not found [--zapf dingbats-medium-r-no

appletviewer won't run demo class

1999-12-22 Thread Linda Lincoln
When I ran the simple Animator class from demos:     appletviewer ~/java/demo/Animator/example1.html I get a slew of errors which are attached. When I run applications this error does not occur. What could be wrong. Font specified in font.properties not found [--zapf dingbats-medium-r-norm

Because of glibc?

1999-12-22 Thread d_land
I got some problem while install jdk1.2.2 rc3, and my machine is like this: SuSe Linux 6.0, ( kernel 2.2.5 ) + egcs-2.91.66 1. untar program and set path -- no problem 2. run java, it metioned can not load share library libhpi.so, while i check the .java_wrapper shell, find jre/bin/re

UnixFileSystem

1999-12-22 Thread Joseph Shraibman
Why is java.io.UnixFileSystem not included in the java sources distributed with the blackdown jdk? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Scott Murray
On Wed, 22 Dec 1999, Scott Murray wrote: [snip] > >From what I've been able to determine, it looks like JVMDI works with > the Blackdown JDK 1.2.2 release candidates, even with the JIT turned on. Oops, I have to correct myself here. A teammate at work reminded me that the wrapper for our JVMDI-u

Re: Raster ShortInterleavedRaster error

1999-12-22 Thread Juergen Kreileder
> Ryan Marsh writes: Ryan> I get an error using JDK1.2 RC1 and 2 when trying to run the Ryan> SwingSet demo (java -jar SwingSet.jar): Ryan> Error loading L&F: java.lang.IllegalArgumentException: Raster Ryan> ShortInterleavedRaster: width = 64 height = 64 #numDataElements 1 is

Raster ShortInterleavedRaster error

1999-12-22 Thread Ryan Marsh
I get an error using JDK1.2 RC1 and 2 when trying to run the SwingSet demo (java -jar SwingSet.jar): Error loading L&F: java.lang.IllegalArgumentException: Raster ShortInterleavedRaster: width = 64 height = 64 #numDataElements 1 is incompatible with ColorModel DirectColorModel: rmask=7c00 gmask=3

IBM press release

1999-12-22 Thread jknutson
Someone sent this URL to me. I haven't read it yet, but it might be of interest to people on the list... http://www.ibm.com/developer/features/ibm_commitment.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: [Fwd: DODS: error in dods]

1999-12-22 Thread Edward W. Rouse
Solved it. Desktop was set to 24 bit. X on linux running at 8 bit. Changed desktop to 256 colors and it ran fine. Ed. "Edward W. Rouse" wrote: > Originally sent this to the Enhydra list as dods is one of their > apps. However, as I am using the Blackdown JDK, version 1.2.2, I > thought maybe you

[Q] Licensing Rights

1999-12-22 Thread Eric Chao
Hi, I need to package JRE 1.1.8 from IBM with my application as well as the "swingall.jar" from Sun. What are the terms of licensing agreements for these two programs?? Do I have to pay licensing fees for the use of JRE 1.1.8 and "swingall.jar"?? Thanks. Eric Chao [EMAIL PROTECTED] -

Re: JAI

1999-12-22 Thread Jacob Nikom
You don't have to port it to Linux - your can run it on Linux. See in the JAI archive how to do it - search for Linux keyword. Jacob Nikom Morten Primdahl wrote: > > Is Java Advanced Imaging getting ported to Linux? > > -- > Morten Primdahl Caput ApS Tel +45 33 12 24 42 > [EMAIL

JAI

1999-12-22 Thread Morten Primdahl
Is Java Advanced Imaging getting ported to Linux? -- Morten Primdahl Caput ApS Tel +45 33 12 24 42 [EMAIL PROTECTED]Nygade 6Fax +45 33 91 24 42 http://www.caput.comDK-1164 Kbh K -

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Paolo Ciccone
On Wed, Dec 22, 1999 at 05:49:07PM +0900, SHUDO Kazuyuki wrote: > > > Can the > > > JDPA work with Blackdown or does it require us to port it to Linux?? > > > Is the JPDA 100% java or does it require some native calls > > > that need to be rewritten for linux?? > > > > Some porting is required. Th

Re: glibc requirements

1999-12-22 Thread Paolo Ciccone
On Tue, Dec 21, 1999 at 07:30:34PM -0800, Alan Westhagen wrote: > I tried to get this to work with blackdown jdk1.2.2-RC3. I already > had URW fonts. Some of the documentation seemed to point towards > installing Microsoft truetype fonts, as well. Since I am running > RH6.0, which has the xfs f

GIF Transparency Support in BD JRE 118v1

1999-12-22 Thread Brian Smith
All: I am attempting to use a GIF image that leverages transparency in my Java APP running under 118v1 but find that the transparent areas are not transparent. Is this a known bug or is this a problem with a local linux library that is not part of the JRE? I searched the archives for similar

[Fwd: DODS: error in dods]

1999-12-22 Thread Edward W. Rouse
Originally sent this to the Enhydra list as dods is one of their apps. However, as I am using the Blackdown JDK, version 1.2.2, I thought maybe you could help. I read the message about the font errors. Will this affect the app? The stopper appears to be the color depth? This runs on RH 6.2. TI

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Scott Murray
On Wed, 22 Dec 1999, SHUDO Kazuyuki wrote: [snip] > Only JVM itself can provide JVMDI functions. I > understood it is the reason why Inprise guys decideed to > develop their JDK. > > It's a wonder that JVMDI can't work with the Blackdown > JDK 1.2. The reference implementation seems to have an >

Problem with malloc on Linux6.1

1999-12-22 Thread Pramila
Hi!       I am working on Linux6.0  and glibc version 2.1.1.       In my application I am getting SIGSEGV during malloc  and it dumps core also       and the stacj is as follows..   >   Our application code calls malloc.   >   in  __libc_malloc (bytes=12) at   malloc.c:2616    

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread SHUDO Kazuyuki
> > Can the > > JDPA work with Blackdown or does it require us to port it to Linux?? > > Is the JPDA 100% java or does it require some native calls > > that need to be rewritten for linux?? > > Some porting is required. The Inprise JDK (available from Sun) has JPDA, > Blackdown (currently) does no