[Fwd: Portability]

1998-10-09 Thread Pierre LATECOERE
Hello Jason, I have just finished develloping a fairly complex Java financial application using Jbuilder 2 on Win NT. I have used exclusively the latest Swing components (such as JInternal Frame you just wrote about). I must ask you one advice: I would like to port it to Linux using Blackdow

RE: JDesktopPane & moveToFront

1998-10-09 Thread Jason Dillon
Ok... I must be loosing it... i was testing all of this with the wrong member function =| --jason On 10-Oct-98 Jason Dillon wrote: > Hey, this really isn't a Linux related question, but I am going nutz trying > to > get newly added JInternalFrames to move to the front of a JDesktopPane (at > th

JDesktopPane & moveToFront

1998-10-09 Thread Jason Dillon
Hey, this really isn't a Linux related question, but I am going nutz trying to get newly added JInternalFrames to move to the front of a JDesktopPane (at the DEFAULT_LAYER) and receive focus. I have tried _desktop.add (frame); _desktop.moveToFront (frame); & _desktop.add (frame); frame.moveToF

Sorry To Bother

1998-10-09 Thread Frank Morton
Sorry to bother you, but I am going nuts surfing for a java JDK for linux running on MIPS. Is there such a thing? Thanks either way. _ Frank Morton ([EMAIL PROTECTED]) Voice: (317) 876-3355 FAX: (317) 876-3398 Home: (317) 574-0815

Re: jdk 1.1.6-v5 and citrix java client

1998-10-09 Thread Alan Yung
unsubscribe Wolfgang Walter wrote: > Hi ! > > When using jdk 1.1.6-v5 for running the citrix client I get a strange behaviour: > after the dialog 'connecting to ', when the main window has appeared > nothing is displayed in it till I move the window (but the client does not > hang, it just d

Re: jdk 1.1.6-v5 and citrix java client

1998-10-09 Thread Wolfgang Walter
On Fri, Oct 09, 1998 at 06:32:12PM +, Adam Williams wrote: > > > > When using jdk 1.1.6-v5 for running the citrix client I get a strange > behaviour: > > after the dialog 'connecting to ', when the main window has appeared > > nothing is displayed in it till I move the window (but the clie

Re: Linux JIT?

1998-10-09 Thread Jason Dillon
I have not had much luck with kaffe. Most everything that I have written or download does not run under the kaffe jvm (when it works just find with blackdown's). --jason On 09-Oct-98 Wilhelm *Rafial* Fitzpatrick wrote: >> > Is there any other JIT compiler for Linux other than TYA? > > Well, t

Re: jdk 1.1.6-v5 and citrix java client

1998-10-09 Thread Adam Williams
> > When using jdk 1.1.6-v5 for running the citrix client I get a strange behaviour: > after the dialog 'connecting to ', when the main window has appeared > nothing is displayed in it till I move the window (but the client does not > hang, it just does not display anything). After moving the

jdk 1.1.6-v5 and citrix java client

1998-10-09 Thread Wolfgang Walter
Hi ! When using jdk 1.1.6-v5 for running the citrix client I get a strange behaviour: after the dialog 'connecting to ', when the main window has appeared nothing is displayed in it till I move the window (but the client does not hang, it just does not display anything). After moving the disp

Re: Linux JIT?

1998-10-09 Thread Jason Dillon
I will give this one a try. Thanks. --jason On 09-Oct-98 Nozomi Matsumura wrote: Is there any other JIT compiler for Linux other than TYA? I have been using >>> (snip) >>> see http://www.shudo.net/jit/index-j.html >>> hope this helps. >> >> Is there a english version of this page?

RE: Linux JIT?

1998-10-09 Thread Jason Dillon
Whoa... I have found that most everything awt/swing based is slower with TYA. That is odd. I don't know if it is just you... but it is definetly not me. --jason On 09-Oct-98 Michael Rohleder wrote: > Jason Dillon writes: > > Is there any other JIT compiler for Linux other than TYA? I have b

TYA1.1 new release

1998-10-09 Thread Albrecht Kleine
Hi, yesterday it was Richard Jones who convinced me to release the TYA1.1 code even though it is still not bug free. But besides next months I don't have enough time to write much for TYA, so now you get a current snapshot. And at last: after exactly _200_ builds now it's good time to releas

Re: jre/java troubles

1998-10-09 Thread Tom Jenkins
I'd hazard a guess that your CLASSPATH does not have '.' in it so the JVM can't locate your Main.class file At 03:15 PM 10/9/98 -0400, Ian Wehrman wrote: >good day all, > >i'm sure this is a frequently asked question, but after looking around, >i haven't yet found anything. i have the JDK 1.1.6v4

Re: jre/java troubles

1998-10-09 Thread dan
Ian Wehrman wrote: > good day all, > > i'm sure this is a frequently asked question, but after looking around, > i haven't yet found anything. i have the JDK 1.1.6v4a for i386-glibc > linux, and compiling .java files with javac works fine, however whenever > i try to execute a class file with t

small patch

1998-10-09 Thread Kyriakos Georgiou
You have probably got this correction already, but here it is anyways. It caused a "function {isGreaterOrEqua not found" with my bash (version 1.14.7(1)) later Kiriakos --- bin/checkVersions.orig Fri Oct 9 15:13:34 1998 +++ bin/checkVersions Fri Oct 9 15:13:45 1998 @@ -103,8 +103,8

jre/java troubles

1998-10-09 Thread Ian Wehrman
good day all, i'm sure this is a frequently asked question, but after looking around, i haven't yet found anything. i have the JDK 1.1.6v4a for i386-glibc linux, and compiling .java files with javac works fine, however whenever i try to execute a class file with the 'java' command, i get: [iwehr

[Q] Can I get jdk1.1.3.diff?

1998-10-09 Thread Steve Byrne
Cheolgi Kim writes: > Dear Mr. Byrne > > How do you do Mr.Byrne. I'm Cheolgi Kim at KAIST in South Korea. > > Thank you for your porting project. > > I have jdk1.1.3 source license now. As I'm not a U.S. citizen., it's not > so easy to get newest version > > of JDK . > > I need to

Re: threads doesn't work???

1998-10-09 Thread Steve Byrne
Martin Sorgatz writes: > Martin Schmitz wrote: > > > please look at this small example!! > > what example? > > > it creates a thread, but the output is done after the main thread did > > his work!!! > > on windows it works fine! > > > > i've another software where i create a thread w

Re: Linux JIT?

1998-10-09 Thread Nozomi Matsumura
>>> Is there any other JIT compiler for Linux other than TYA? I have been using >> (snip) >> see http://www.shudo.net/jit/index-j.html >> hope this helps. > > Is there a english version of this page? (I cant read anything) well, this page japanese only yet. but you can download from http://www.s

Re: Linux JIT?

1998-10-09 Thread A . KLOS
-- | From: nmatsumu / mime, , , [EMAIL PROTECTED] | To: user57 / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: Linux JIT? | Date: Friday, October 09, 1998 2:39PM | | Hi, | | > Is there any other JIT compiler for Linux other than TYA? I have

Re: stop the abonnement

1998-10-09 Thread Sunil Khandwala
Why not look for a subject line containing only "unsubscribe". This should work quite nicely. cheers --Sunil John Summerfield wrote: > > On Thu, 8 Oct 1998, Levente Farkas wrote: > > > karl, > > IMHO it'd be good to add a very easy procmail command for this list, > > if a mail contain the word

Re: Linux JIT?

1998-10-09 Thread Nozomi Matsumura
Hi, > Is there any other JIT compiler for Linux other than TYA? I have been using (snip) see http://www.shudo.net/jit/index-j.html hope this helps. Nozomi Matsumura [EMAIL PROTECTED]

Re: Arbitrary Precision Arithmetic?

1998-10-09 Thread Dimitrios Vyzovitis
> Take a look at: > > http://gams.nist.gov/javanumerics/ > > and maybe from there: > http://members.xoom.com/znerd/java/jump/index.html > THanx. I think that jump is what I was looking for (but javanumerics looks also interesting and cool) -- Dimitrios Vyzovitis -- Information Processing L

Re: Linux JIT?

1998-10-09 Thread Leos Bitto
On Fri, 9 Oct 1998, Wilhelm *Rafial* Fitzpatrick wrote: > > > Is there any other JIT compiler for Linux other than TYA? > > Well, there is kaffe, which comes with its own JIT for i386, > and a couple other platforms. beta 2 has just been released. > www.transvirtual.com. > Well, kaffe is nice,

Re: jdk-1.1.6 v5 and kaffe-1.0b2 rpms

1998-10-09 Thread Matt Zagni
This may seem crazy but how do you install or deal with .rpm files ?

jdk-1.1.6 v5 and kaffe-1.0b2 rpms

1998-10-09 Thread Levente Farkas
hi, I'm just upload to incoming.redhat.com (and I hope i'll be in contirb area tomorrow): The Blackdown Java-Linux Porting Team's port of Sun(tm)'s Java(tm) Development Kit. jdk-1.1.6-5.glibc.i386.rpm jdk-1.1.6-5.glibc.src.rpm Transvirtual's free Java VM: kaffe-1.0.b2-3.i386.rpm kaffe-1.0.b2-3.

Re: Arbitrary Precision Arithmetic?

1998-10-09 Thread Ernst de Haan
Hi Dimitri, > Hi, > Has anyone implemented any arbitrary precision arithmetic routines in > java? I have written a arbitrary precision library for Java. The Java Ultimate Math Package (JUMP) is an _extendible_ framework for arbitrary precision computations. It currently supports concrete impl

[Q] Can I get jdk1.1.3.diff?

1998-10-09 Thread Cheolgi Kim
Dear Mr. Byrne How do you do Mr.Byrne. I'm Cheolgi Kim at KAIST in South Korea. Thank you for your porting project. I have jdk1.1.3 source license now. As I'm not a U.S. citizen., it's not so easy to get newest version of JDK . I need to port JVM to Linux kernel, and your source code may hel

Re: threads doesn't work???

1998-10-09 Thread Martin Sorgatz
Martin Schmitz wrote: > please look at this small example!! what example? > it creates a thread, but the output is done after the main thread did > his work!!! > on windows it works fine! > > i've another software where i create a thread which is running endless, > but it blocks the GUI. > > so

threads doesn't work???

1998-10-09 Thread Martin Schmitz
please look at this small example!! it creates a thread, but the output is done after the main thread did his work!!! on windows it works fine! i've another software where i create a thread which is running endless, but it blocks the GUI. so were is the problem with threads in linux??? i'm usin

Re: Linux JIT?

1998-10-09 Thread Wilhelm *Rafial* Fitzpatrick
> > Is there any other JIT compiler for Linux other than TYA? Well, there is kaffe, which comes with its own JIT for i386, and a couple other platforms. beta 2 has just been released. www.transvirtual.com. Also, under LinuxPPC there is the Metroworks JIT, which has just been released as source

RE: Arbitrary Precision Arithmetic?

1998-10-09 Thread A . KLOS
-- | From: poincare / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Arbitrary Precision Arithmetic? | Date: Thursday, October 08, 1998 11:17PM | | Hi, | Has anyone implemented any arbitrary precision arithmetic routines in | java? Take a look at

YA-HOO! v5 is out!

1998-10-09 Thread Steve Byrne
The Linux JDK Porting Team is happy to announce the availability of version 1.1.6v5 of the Linux JDK. It has all kinds of good bug fixes, including fixes for disappearing windows, crashes when using jni, sound playing fixes, setting socket options, and lots more. From the README.linux: " F

Re: Arbitrary Precision Arithmetic?

1998-10-09 Thread John Summerfield
On Fri, 9 Oct 1998, Dimitrios Vyzovitis wrote: > Hi, > Has anyone implemented any arbitrary precision arithmetic routines in > java? Do you mean someting different from BigDecimal (which is included)? BigDecimal allows numbers of any size with any number of decimal places. It's a rotten way to

Re: stop the abonnement

1998-10-09 Thread John Summerfield
On Thu, 8 Oct 1998, Levente Farkas wrote: > karl, > IMHO it'd be good to add a very easy procmail command for this list, > if a mail contain the word "unsubscribe" forward to the list manager. > we may lose some mail with this, but who wanna write the word "unsubscribe" > on this list (and can av

Where is code for Java image -> X11 Image ?

1998-10-09 Thread Gerald Gutierrez
I've been looking at the 1.1.7 source code. I'd like to find the C code which takes a Java image in int array format, like what is passed to a MemoryImageSource, and converts it into an X11 image for display. I think it's somewhere inside the src/solaris tree in a directory with a bunch of awt_*.c