With all the recent news regarding Java/Linux (and being hit by the
idea that there really isn't any useable open source Java engine), I
became interested in the general topic of JITs, Hotspot-type engines
(what's it called .. dynamic compilation?) and bytecode interpretors.
Can anyone recommend
Hey.
> Does it mean that Sun wants to get more involved in the
> Java-Linux-development?
Seems to be.
http://www.javasoft.com/jobs/D/Job5440.html
One peculiar thing about the web page:
"Typical number of years of relevant experience: 35"
I assume that really meant "3-5". Or otherwise it m
At 08:45 AM 2/26/99 -0800, you wrote:
>>>>>> "GG" == Gerald Gutierrez <[EMAIL PROTECTED]> writes:
>GG> Then the web page is only providing most potential users with
>GG> a table full of colors and very little information for which
>GG&g
>Please understand that we're doing what we can.
Yes I understand and appreciate your effort. I'm sure you can understand my
intentions as well. I am only trying to influence those whom I see as
threats to your effort to change for the better.
>I think it's pretty common knowledge now that sche
to know what
tests the telco has done and what tests remain. Likely you won't understand
it even if they tell you. You just want to know whether your line will be
operational in time for that phone interview an hour from now.
At 12:08 AM 2/24/99 -0600, you wrote:
>Gerald Gutierrez <[
>Maybe we could add a "Asking when 1.2 will be done will result in
>unsubscription from this list and subscription to as many AOL spam lists
>as possible. Don't ask!!"
I'm starting to get the feeling that many in this group are approaching
"when will 1.2 be out" messages with a very dishearteni
The difference between "green" threads and "native" threads is that in the
latter the operating system provides for thread support while in the former
the application, in this case a JVM, builds its own thread support on top
of one native thread.
Hence, if a JVM's green thread implementation doe
So what exactly did SUN do when they spoke of their "support of the Linux
developer community" (http://java.sun.com/pr/1998/11/pr981102-01.html)?
I've heard that they released the JDK1.2 source to Blackdown prior to their
releasing the final JDK1.2 on their web site, but surely this couldn't have
As mentioned below, class files are MSB. That is defined in the Java
specification. For serialized objects, one only has to look at the
serialization source code. The specification also indicates that a VM's
internal representation is implementation dependent. The common sense of
most people who
Jauvane Cavalcante de Oliveira wrote:
>
> Hi everyone,
>
> I just read the following news about Sun's plans about Java for Linux:
> http://biz.yahoo.com/bw/981102/sun_micros_3.html
> I guess you would be interested as well.
Does this mean that when Sun unveils their JDK1.2 on their web site,
yo
Has anyone got Sun's ORB to work with Linux's Java port ? I'd like to
use CORBA with Java but it says on Sun's web page that JavAIDL is for
JDK1.2 only. It'd also be great if the ORB is actually stable.
Suggestions for alternative ORBs perhaps ?
Thanks.
> Short answer the UI used a single DPSContext you were free to create as many as
> you wanted. Thre creation is expensive
> I never used more than two.
> The Contexts were individually thread safe. So you can eather create a new Context
> or manage your default one.
> You were gasp given a ch
> > Well that illustrates my point. A developer should not have to do that.
> > The Swing team should provide the queue interface it should not have to be
> > cobbled together by every developer that wants to write a complex graphics
> > program.
> > I never had any problems with Display Postscri
I sent this message before, but I don't think it made it to the list, so
I'm trying again.
I'm looking for the C code which converts a Java image ( in the form of
an int array ) into the coorsponding X11 image. I thought it would be
straightforward, but I can't seem to find it. The closest I got
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
Michael Thome wrote:
>
> Any of you noncom licensees been able to get their 117 distribution
> yet? Sun keeps pointing me at files on their server that don't exist.
I downloaded mine this morning.
I'm curious. How long does it usually take to port the full 1.1 JDK ?
I'd guess that since all the 1.1.x are all just bugfixes of the previous
version, the changes shouldn't be that extensive. Having all the changes
made to the previous versions should speed things up too. Am I wrong ?
> If you check the Java-Linux bug database (jitterbug) you will see
> that I was the one to report this and that Kevin was the one who
> did most of the work to address this.
Jitterbug ? Is that the "Bug Reporting" page on Blackdown ?
> (Ok, so on older versions, reads from STDIN/STDOUT/STDERR were a problem
> but this has been addressed)
>
Are you sure ? The following seems to indicate that at least
STDIN will block everything.
import java.io.*;
public class Threads extends Thread
{
public static void main (String[]
I'm starting to pull out my hair from the fact that the current JDK is
based on user threads. I can't call anything that can potentially block,
because everything will block.
An alternative is Kaffe, but it's too incomplete to be usable right now.
Is anyone working on producing a version of the J
20 matches
Mail list logo