Q how do I covert an applet to a Servlet

1998-09-21 Thread Matt Zagni
Hi, I have been presented with what I think must be a very common request. Can you convert an Applet to a Servlet ? I have just been presented with this task after a very large applet application has been created that contains quite a number of files. But the application now needs to be

jikes core dump ??

1998-09-21 Thread Paul V. Drobnich
Hi All Does anybody use ibm's Jikes compiler? It realy runs quikly on win32 but as soon I run it under Linux core dumps was occured :-( I have tried it for glib as good as for libc5 -- same result. As for me compiler looks workable: it normal dumps helps for calling without

Re: RXTX, SerialImp.c

1998-09-21 Thread david . atkinson
Guys, I haven't had a chance to look at what everyone has done but here are my thoughts. The major thing I have done with ioctls() is to do a nonblocking read FIONREAD which also returns the number of bytes available for reading. I could not find a similar function using termios. I can't think

Re: jikes core dump ??

1998-09-21 Thread Artur Biesiadowski
On Mon, 21 Sep 1998, Paul V. Drobnich wrote: Hi All Does anybody use ibm's Jikes compiler? It realy runs quikly on win32 but as soon I run it under Linux core dumps was occured :-( I have tried it for glib as good as for libc5 -- same result. As for me compiler looks workable:

Arithmetic Precision Errors

1998-09-21 Thread Maarten van Leunen
Howdie, I have this panel containing fields that I have to arithmetically change. However, with some fields, with the following calculation I get the following results: 172.5 / 1000 = 0.172501 817.0 / 1000 = 0.81701 4975.0 / 1000 = 4.975005 Why is that and how do I stop it? It

Return key is ignored in XmTextWidgetClass inside static Motif applications.

1998-09-21 Thread peter . pilgrim
I have had an irritating long term low priority problem with applications built with a static Motif library. When application display a XmTextWidget, the [RETURN] does not work. Ie the default widget translation: ~Alt ~Shift ~Ctrl KeyReturn newline() does not seem to work at all on

Re: jikes core dump ??

1998-09-21 Thread Ondrej Popp
I have no problems with it runs just fine, [18] popp@FastFelix $ ldd `which jikes` libstdc++.so.2.8 = /usr/lib/libstdc++.so.2.8 (0x40005000) libm.so.6 = /lib/libm.so.6 (0x40046000) libc.so.6 = /lib/libc.so.6 (0x4005e000) /lib/ld-linux.so.2 = /lib/ld-linux.so.2

Re: Arithmetic Precision Errors

1998-09-21 Thread Ondrej Popp
I am not able to reproduce this, can you be more specific on the source? Ondrej import java.io.*; public class arithmetic { public static void main(String Args[]) { double d1 = 172.5 / 1000; double d2 = 817.0 / 1000; double d3 = 4975.0 / 1000; Double D1 = new

RE: Where can I get JDK-1.1.6v4 ?

1998-09-21 Thread Harold G. Andrews II
I was able to download v4a for i386 architecture (glibc) from the following site: ftp://ftp.iodynamics.com/pub/mirror/linux-jdk/JDK-1.1.6/ I haven't installed it yet, but I was able to get it. Enjoy. -Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: Where is 1.1.6v4 published?/diffs?

1998-09-21 Thread Bernd Kreimeier
Dan Kegel writes: Oddly enough, the only one I've found is ftp://ftp.tux.org/pub/java/JDK-1.1.6/i386/glibc/v4a/ Are the source diffs to the stock JDK 1.1.6 distribution available somewhere? b.

Kaffe and HJBrowser

1998-09-21 Thread Alexandre Boissy
Hello, I just downloaded kaffe v1.0 and Hot Java Browser v1.1.4. I'd like to know if it's possible to run hotjava with kaffe. How modify script 'hotjava' to do this ? Thank's a lot for your help. Alexandre.

Re: RXTX, SerialImp.c

1998-09-21 Thread david . atkinson
Dan, I did try to write a version using select() but it stopped everything while waiting on the select. I agree that java lacks select(). It would be great if you could get a version of select under java. Alternatively if I could stop select blocking all threads .. Dave [EMAIL PROTECTED]

JAVA-LINUX

1998-09-21 Thread Edson Soares Ramos
Hi, i'm using RH 4.2 and i installed jdk1.1.6 for linux. The installation was susccesfully. I wrote a litle code(Hello Wold) but when i run javac Hello, it gives me a message like that one: No Library path set. Failed to locate native function: java/lang/System.currentTimeMillis()j COULD

freebuilder config ???

1998-09-21 Thread Marcio Macedo
Hi I'm trying to run freebuilder in my system, besides it refuses saying: Can't find class Main I'm using JDK1.1.5 and its configuration looks fine, Can anyone help ? -- --Marcio Macedo Conectiva

Re: Java interface to MySQL

1998-09-21 Thread Vincent Trussart
Corey Shelton wrote: I was told that there's a JAVA web interface for MySQL that works much better than the one currently in Perl. Could someone point me in the right direction? Thanks Corey Here is a very good jdbc driver for MySQL : http://www.voicenet.com/~zellert/tjFM/ Good

THANKS

1998-09-21 Thread Syed Mubin
__ Syed Mubeen National Centre For Biological Sciences, [EMAIL PROTECTED]TIFR Centre, P.B #1234, 80-334-5615 or 4062 or 3035 IISc Campus, Resi :3452848

Re: CLASSPATH problem

1998-09-21 Thread Michael Sinz
On Mon, 21 Sep 1998 15:48:51 -0500, Larry Bottorff wrote: I just downloaded jdk1_1_6-v2-glibc_tar.gz and set it up in /usr/lib/jdk1.1.6. I'm using Red Hat 5.1 on Intel and I had previously updated glibc with glibc-2_0_7-19. I also set up my path to /usr/lib/jdk1.1.6/bin. When I try to compile:

Re: Kaffe and HJBrowser

1998-09-21 Thread Peter C. Mehlitz
On Mon, 21 Sep 1998, Alexandre Boissy wrote: I just downloaded kaffe v1.0 and Hot Java Browser v1.1.4. I'd like to know if it's possible to run hotjava with kaffe. No, it isn't (yet). There are certain "beyond-spec" incompatibilities (SwingGraphics delegation / inheritance, deprecated

Re: CLASSPATH problem

1998-09-21 Thread Todd R. Palmer
More than likely, you still have Kaffe installed, and it is the kaffe complier you are running. Kaffe is installs the following files: /usr/bin/appletviewer /usr/bin/jar /usr/bin/javac /usr/bin/javadoc /usr/bin/javakey /usr/bin/javap /usr/bin/jdb /usr/bin/kaffe try removing kaffe (rpm -e

New Installation Problem

1998-09-21 Thread Georgios Y Lazarou
Hi, I just download and install jdk1.1.6 at /usr/local/jdk1.1.6/. I read the README.linux file and I did everything it is said there. I added to the PATH the bin dir: "/usr/local/jdk1.1.6/bin". Now, when I try to run javac I get the following error message: $ javac CFFCT.java

Kaffe and Serialization (was Re: Kaffe and HJBrowser)

1998-09-21 Thread Steve Waldman
Peter, Speaking of things that might be "beyond-spec", are Kaffe's standard classes and the Sun JDK classes Serialization compatible? For example, if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and send it over a network to a Sun VM, could the Sun VM deserialize it properly to

Re: New Installation Problem

1998-09-21 Thread Juergen Kreileder
Georgios Y Lazarou writes: Hi, I just download and install jdk1.1.6 at /usr/local/jdk1.1.6/. I read the README.linux file and I did everything it is said there. I added to the PATH the bin dir: "/usr/local/jdk1.1.6/bin". Now, when I try to run javac I get the following error message: