When jdk1.2 will be final?

1999-04-20 Thread Piero Campanelli
Hello, probably this question was formulated many times..but i'm new in this ML. So when will jdk1.2 for linux be in final version? Does exist a schedule? Thanks a lot Piero --- Piero Campanelli <[EMAIL PROTECTED]> -- To U

Re: ...

1999-04-20 Thread Chris Abbey
At 03:01 PM 4/20/99 -0700, Riyad Kalla wrote: >My intent here is not to stirr up emotions or cause an argument. Good. I don't think any of us want to see that mess start up again. > But after 12 unanswered emails I feel I have a right to comment. Feel free to comment. Unanswered emails shouldn'

Re: IBM JVM Port

1999-04-20 Thread Chris Abbey
Look back about a week in this list for the answer At 12:32 PM 4/21/99 +1000, Shafiek Savahl wrote: >Hello All > >IBM have just released their version of a JVM for Win32 which they claim >is 30% faster than Hotspot from Sun and also Micrsoft's VM. They also >plan to be giving it away. From

IBM JVM Port

1999-04-20 Thread Shafiek Savahl
Hello All IBM have just released their version of a JVM for Win32 which they claim is 30% faster than Hotspot from Sun and also Micrsoft's VM. They also plan to be giving it away. From what I have heard Sun plans to be charging for their Hotspot product. What would be the chance on getting IBM

glibc2.1

1999-04-20 Thread Peter Godman
Has anyone successfully used glibc2.1 with blackdown java 117? Green threads? Native? AWT? Pete -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ...

1999-04-20 Thread Michael Sinz
Riyad Kalla wrote: >My intent here is not to stirr up emotions or cause an argument. But after >12 unanswered emails I feel I have a right to comment. And I don't have >patients for flames over this, so please don't send them. If you were in my >shoes you'd be as frustrated. As you may know, the

Re: ...

1999-04-20 Thread Paolo Ciccone
I'm personally disappointed by Sun's reaction. In November they announced support for Linux, for the following months we got nothing from them and nothing when the pre v1 has been released. Linux is not even in the list of officially supported platforms, despite what they announced, and there's no

...

1999-04-20 Thread Riyad Kalla
My intent here is not to stirr up emotions or cause an argument. But after 12 unanswered emails I feel I have a right to comment. And I don't have patients for flames over this, so please don't send them. If you were in my shoes you'd be as frustrated. Is anyone else a bit disappointed and/or con

font question

1999-04-20 Thread dominix
dear all Thank you for a so great job I have just a simple question, I'm missing the -zapf dingbat-medium-r-adobe font and a lot of java apps are using it. Do you plan to include this font in a final release or do I have to find it by myself ? (in that case would you tell me where cause I've fou

Re: Fonts messages again

1999-04-20 Thread Jesus Correas Fernandez
Hi, John and Kapoor. > I too can not get this fix originally posted by Kazuki to work on a RH 5.2 > system. Kapoor if you get any fixes that are not posted to the list, please I'm working on RH 5.2 too, and the wrap fixings to Kazuki's one worked well. The diff command output is: [47

Re: can't find class ijvmasm

1999-04-20 Thread Gerrit Cap
At 07:47 AM 4/20/99 PDT, TC Lin wrote: > >Hello, Could anyone figure out what the problem is ? > >Thanks. > >-Todd > > > > > >1. >problem > >in ~hyu/mic1 directory I type in >$java ijvmasm echo.jas echo.ijvm > >I got the following ERROR message : > >Can't find class ijvmasm Maybe ijvmasm.java d

Re: can't find class ijvmasm

1999-04-20 Thread Dan Stone
I believe the problem is specific to the software package (mic1) you are trying to run. With some of the earlier releases of the package, ijvmasm.class was missing from the classes.zip file. Try downloading the current development release from www.ontko.com/mic1 and reinstall. Or, you can compi

JDK1.2, newobject() and methodtables

1999-04-20 Thread Georg Acher
Hi, as a small part of my PhD, I'm currently implementing a special JIT-compiler based (for a start) on JDK1.2 for x86 and Alpha (should really easily portable to other CPUs). Now I'm having the problem that the newobject()-call from the JDK (and also ObjAlloc) doesn't initialize the object's meth

Re: can't find class ijvmasm

1999-04-20 Thread Christopher Bodenstein
Hi, I think you should add . to you CLASSPATH Regards, Chris TC Lin wrote: > Hello, Could anyone figure out what the problem is ? > > Thanks. > > -Todd > > 1. > problem > > in ~hyu/mic1 directory I type in > $java ijvmasm echo.jas echo.ijvm > > I got the following ERROR message : > > Can't fi

Re: Too many open files in system

1999-04-20 Thread Nate Sammons
UNIX (Linux included) allows you to set a max number of file descriptors that a given process can have open. The command controlling this depends on the shell you're using. For instance, under Linux tcsh, it is "limit" and under bash (/bin/sh) it is "ulimit" I think the default is 256 -- you c

can't find class ijvmasm

1999-04-20 Thread TC Lin
Hello, Could anyone figure out what the problem is ? Thanks. -Todd 1. problem in ~hyu/mic1 directory I type in $java ijvmasm echo.jas echo.ijvm I got the following ERROR message : Can't find class ijvmasm 2. files in the misc1 directory COPYING.TXT echo.jas mal.html

Java Plug-in

1999-04-20 Thread eadsd
I've noticed the Java plug-in (aka Activator) has been removed from your website (presumably because it cored). Is a port/revision in progress? Can I see the source code? When can I expect a plug-in for Linux to be available (with the JDK 1.2 port?) Regards, David Eads Lexmark International, In

Blocking non-modal Dialog

1999-04-20 Thread Cãtãlin CLIMOV
Hi, I'm not sure if this is a bug or this is the way it should work, but when I display a non-modal dialog, Dialog.setVisible() blocks the calling thread until the dialog is closed. On windoze it blocks only on modal dialogs, but on Linux it blocks on both modal & non-modal. Why ? TIA. Cã

JDK1.2pre-v1, Slackware4.0 and libstdc++

1999-04-20 Thread Alessio Dragoni
Hi, On my Linux (slackware 4.0 w/kernel 2.2.5 and glibc6) I've intalled the jdk1.2pre-v1 but, when I try to compile or to run any java class I receive always the error like this: --> could't find librarys libstdc++-libc6.0-1.so.2 I've try to resolve this problem by making

RE: Fonts messages again. Thanks, it worked.

1999-04-20 Thread Kapoor, Nishikant X
Hi John The fix at Kazuki's post http://www.mail-archive.com/java-linux@java.blackdown.org/msg05371.html worked for me. Just follow it step by step and you should be OK. A couple of things, though. A few lines containing 'zapf' in the attached fonts.properties files are wrapp

Re: Too manyopen files in system

1999-04-20 Thread pridemor
You can't depend on garbage collection, since it may not be invoked until after you run out of file descriptors. To see how many you are using, take a look at "lsof". It's on the RedHat 5.2 CD, or get it from ftp://vic.cc.purdue.edu/pub/tools/unix/. [EMAIL PROTECTED] on 04/20/99 04:02:36 AM

Re: JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
Juergen Kreileder wrote: > > Marcel Ruff writes: > > Marcel> [1 ] > Marcel> Hello, > > Marcel> i made a little HelloWorld C++ executable to popup a Java > Marcel> HelloWolrd GUI, but it gives a core dump. > > The combination AWT and Invocation API doesn't work currently. > It

Re: JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Juergen Kreileder
> Marcel Ruff writes: Marcel> [1 ] Marcel> Hello, Marcel> i made a little HelloWorld C++ executable to popup a Java Marcel> HelloWolrd GUI, but it gives a core dump. The combination AWT and Invocation API doesn't work currently. It should work with the next release.

how to install jserv.

1999-04-20 Thread Xiaoxuan Yang
I tried to install jserv-0.9.12 on my debian linux 2.0, my apache server is 1.3.3. You know, all pakages of debian has it's own name and installation method. So I download apache 1.3.3 from apache.org, and re-compile it according to the README file of Jserv-0.9.12, but I got following error mess

JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
Hello, i made a little HelloWorld C++ executable to popup a Java HelloWolrd GUI, but it gives a core dump. My environment: - Pentium Linux 2.0.36 with glibc - Motif 2.0.1 (shared library) - jdk1.2pre-v1.tar from Blackdown The output: (after invoking the C++ executable HelloWorl

Re: Too many open files in system

1999-04-20 Thread ChangYoon
Jaco de Groot wrote: > > Manage a socket number? I don't understand. > It means if your server program(in JAVA) creates socket from client, your program must close socket. Of course, Garbage Collection will close socket. But the time may be over socket numbers(file-descripter numbers) that y

Re: Too manyopen files in system

1999-04-20 Thread Jaco de Groot
> > Hi, > > > > I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using > > Apache JServ. Every once in a while I get the following error: > > > > Too many open files in system > > Make sure you're closing the files when you're done with them. I've checked my code for this. But even withou