RE: IBM has posted early-access JDK 1.3

2000-05-09 Thread Paul Ho
AFAICT implemention for setRequestProperty is the same in jdk 1.1, 1.2 and 1.3 Don't forget java.net.URLConnection is an abstract class. Cheers, Paul At 11:53 AM -0400 5/9/0, Gayathri Viswanathan wrote: >Hi ! > >Is the setRequestProperty method in java.net.URLConnection implemented in >this vers

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Paul Ho
At 11:58 AM -0400 07/23/99, Nelson Minar wrote: >Could it really just be me? I'm running pretty basic Netscape, about >the only change I made was running Fortify over the browser. Trivial >applets like > >http://nelson.www.media.mit.edu/people/nelson/research/mas964/ps2/CircleRepetition.html >ar

Re: More problems with Java2 and Redhat6.0

1999-05-03 Thread Paul Ho
Read README.linux You need greenthread and nojit Paul At 02:02 PM +0300 05/03/99, Jani Mikkonen wrote: >Call me stupid! Last post i made was made in haste. I did check that all >java >binaries runs properly and console "hello world" executes normally, what >i didnt >check was AWT based programs

Re: glibc 2.1 binary

1999-04-27 Thread Paul Ho
At 06:09 PM -0500 04/26/99, [EMAIL PROTECTED] wrote: >Hi, > >Is there still a planned glibc 2.1 release of pre-v1? JDK1.2 pre-v1 works with glibc2.1 You have to use green threads and nojit. README.linux have more info. (BTW, from the README.linux pre-v1 was bulit on glibc 2.1) Paul -

Re: glibc 2.1 binary

1999-04-27 Thread Paul Ho
At 05:20 PM -0700 04/26/99, Pete Wyckoff wrote: >For 1.1 you may want to back up to 116v5, or you can try 1.2pre-v1, >but I've personally had no success with 1.1.7 and glibc2.1 either. There is a solution for jdk117 on glibc 2.0 and 2.1 Read JitterBug for detail. It's more that a month old alrea

Re: You're gonna love this...

1999-04-27 Thread Paul Ho
At 09:07 AM -0700 04/27/99, Christine Eckstein wrote: >Has anyone got a JDK working on RedHat 6.0 yet? Heehee! I'm using a very late rawhide, glibc2.1 with linux 2.2.6-ac1 etc. jdk 1.2 pre-v1 works. I would expect 6.0 is ok too. Paul -

Re: native code Java application.

1999-04-13 Thread Paul Ho
At 12:50 PM +0100 04/13/99, Urs Wagner wrote: >Sorry > >I mean native code Java application. try the gcj thing form cygnus. http://sourceware.cygnus.com/java/ It's a Java front end to egcs. >Wait I'm confused. Isn't JFC just Swing? Why isn't that "native Java"? JFC1.1 is swing, 100% pure Java a

Re: GLibc-2.1 and JDK1.2pre-v1

1999-03-08 Thread Paul Ho
At 9:30 AM +0100 3/8/99, German Jose Gomez Garcia wrote: > Well, although many people has reported strange problems with >glibc-2.1, it is working ok here (I would say that it is working faster, >but I have no benchmarks) and it supports things like Unix98 pty and more. > The only prob

Re: Green/Native threads

1999-02-08 Thread Paul Ho
At 12:09 PM -0500 2/8/99, Nelson Minar wrote: >A bit more info on thread limits.. Linux 2.0 defines NR_TASKS in >/usr/src/linux/include/linux/tasks.h. The default is 512, but then >there's MAX_TASKS_PER_USER which is defined as NR_TASKS/2. So if I >understand right, that means that a Java process

Re: Web site dead?!?/Java 2

1999-02-08 Thread Paul Ho
At 12:27 AM +0100 2/8/99, Joachim Breuer wrote: >Hello! > >As can be seen on http://www.blackdown.org/java-linux/info.html, your >web site has last been touched on 98/12/17 with the remark that >1.2/Java2 is sorta running and to be expected in at most one month. Did you actually check the page? T

Re: jdk1.2 class lib on jdk1.1 jvm?

1999-02-08 Thread Paul Ho
At 12:07 AM +0100 2/8/99, Logi Ragnarsson wrote: >in the short term all I really need is the collections API. There is a version for java 1.1: http://www.javasoft.com/beans/infobus/index.html#COLLECTIONS Cheers, Paul

Re: Error in link on http://java.blackdown.org/~sbb/

1999-02-04 Thread Paul Ho
At 8:39 PM +0100 2/4/99, Kaj Hejer wrote: >H!! > >The link to donwloading JDK for linux >(http://www.blackdown.org/java-linux/Mirrors.cgi) from >http://java.blackdown.org/~sbb/ just give me a "Not found" message. use http://www.blackdown.org/ Cheers, Paul

Re: jvm support for >1024 fds

1999-01-18 Thread Paul Ho
>From the FAQ in glibc 2.0.109: >2.25. I need lots of open files. What do I have to do? > >{AJ} This is at first a kernel issue. The kernel defines limits with >OPEN_MAX the number of simultaneous open files and with FD_SETSIZE the >number of used file descriptors. You need to change these v

Re: Java.Linux.GUI

1998-12-12 Thread Paul Ho
At 8:13 PM -0800 12/11/98, irfuben wrote: >Replace X-windows with a GUI written in Java GGI or SVGAlib? >specifically for Linux and Apache. Apache? In what way? Cheers, Paul

Re: Unix/Linux commands using Java

1998-12-02 Thread Paul Ho
At 11:12 PM -0800 11/30/98, <[EMAIL PROTECTED]> wrote: >2. Can I combine Perl with Java? The latest Perl 5.005_54 come with JPL Cheers, Paul

Re: JEditorPane problem...

1998-10-01 Thread Paul Ho
At 12:12 PM -0700 10/1/98, Bruno Boettcher wrote: >hello, > >another problem > >i try to instantiate a JEditorPane and get strange Errors: >java.lang.NumberFormatException: 98% >at java.lang.Integer.parseInt(Integer.java) >at java.lang.Integer.valueOf(Integer.java) >at

JDK 1.1.6v4a SIGSEGV 11 and fix

1998-09-07 Thread Paul Ho
JDK 1.1.6v4a give me SIGSEGV "out of the box". Dump from java_g: SIGSEGV 11* segmentation violation Full thread dump: "../../../../src/genunix/java/green_threads/src/monitor_md.c", line 443: assertion failure *** panic: Internal error dumping threads! My config: jdk1.1.6-v4a-i386-libc5.tar

Re: Survey: does this crash your compiler?

1998-08-22 Thread Paul Ho
Well using JDK1.1.6v3 on Linux it doesn't crash, just an error: sun.tools.java.CompilerError: stackSize null gjc 0.6g compile the code with no error. pizza 0.39g give the following error: DieNow.java:5: class 'null not found in class DieNow.$anonymous_class0 Panel death = new Panel (null

Re: Trying to use LessTif with jdk1.1.6-v2

1998-07-10 Thread Paul Ho
>Interesting. Do you remember which version of lesstif-current you used? My >tests >are based on 1.18 with last change in ChanageLog done on 1998/03/24 23:00:45. Since mozilla released on April 1, there were lots and lots of improvement on lesstif. You need something more up to date. Just get th

libdl.so.1.9.9 and JDK 1.1.6v2

1998-07-10 Thread Paul Ho
For everyone using libdl.so.1.9.9 and JDK 1.1.6v2. Try remove the libdl.so.1 and libc.so.5 from your $JAVA_HOME/lib/i686/green_threads/ Assuming you are using a newer libc5 like libc.so.5.4.44 of course. In any case, read the README.linux file. Cheers, Paul

Re:

1998-07-09 Thread Paul Ho
At 01:14 PM -0700 07/08/98, John Vliet wrote: >this library causes requesting a Socket to send the Java VM (1.1.6) into >a thread panic aborting with many errors and traces. if the library is >replaced with the older ld-linux.so.1.9.5 library the problem goes away, >but breaks other programs on t

Re: Bug in JDK1.1.6v2 and previous releases ?

1998-07-02 Thread Paul Ho
At 10:44 AM -0700 07/02/98, Eitzenberger Thomas wrote: >Juergen Kreileder wrote: > >> It crashes only with the 1.1.6v2 (libc5/glibc) vm that has motif >> statically linked in. If you have Motif/Lesstif try setting >> DYN_JAVA=1, if you don't have Motif you will have to use 1.1.6v1. >> >> My own bu

Re: No luck with thread

1998-07-02 Thread Paul Ho
At 03:45 PM +1100 07/01/98, Markian Jaworsky wrote: >Still no luck with the suggested thread change. > >Specifically, when compiling a program which uses threads comes with: >robot.java - >"Could not instantiate /java/lang/Thread" Can you run some of the demo like NervousText? Cheers, Paul

Re: zlib???

1998-07-02 Thread Paul Ho
At 04:36 PM -0400 07/01/98, Wayne wrote: >Hello, >Can someone tell me how to use zlib on src.zip? >I really would appreciate some help. The documentation >that I pull down so far has no mention on how to use it >on src.zip. src.zip is just a zip file. You can just unzip it. If you really want to

Re: Troubling getting JDK1.1.6v2 to work

1998-06-29 Thread Paul Ho
At 11:03 AM -0400 06/29/98, J. Robert Buchanan wrote: >Hello, > > I installed the jdk1.1.6 package on my RedHat Linux 5.0 system >(installed originally from the RedHat CD's). When I try to run "java" >I get a segmentation violation error like this: Please check RedHat's errata : http://www.

Re: Problem with jdk1.1.3

1998-06-29 Thread Paul Ho
At 05:48 PM +1100 06/29/98, Markian Jaworsky wrote: >(Not sure if this got through - reposting) > >Specifically, when compiling a program which uses threads comes with: >robot.java - >"Could not instantiate /java/lang/Thread" > >//robot.java, an intended java 1.1 program >import java.awt.*; >impor

Re: color problems viewing images from Linux jdk1.1.5 via Exceed

1998-05-19 Thread Paul Ho
At 11:00 AM -0400 05/19/98, Geoffrey S. Knauth wrote: >If I recall correctly, 32-bit color is [Red][Green][Blue][Alpha]. If >some layer were confused and just masked off the lower 24-bits, you'd >lose [Red]. Switching to 24-bit color would make the problem appear >to go away. It all depend on t