> > 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
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
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
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
> 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.
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
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
Hi John
The fix at
Kazuki's post
http://www.mail-archive.com/[email protected]/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
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
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ã
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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'
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
27 matches
Mail list logo