--- Begin Message ---
java-linux-digest DigestVolume 02 : Issue 36
Today's Topics:
JDialog.setVisible(true) -> iconifie [ Dick Repasky <[EMAIL PROTECTED] ]
Re: JDialog.setVisible(true) -> icon [ "Sudhir Kumar" <[EMAIL PROTECTED]&
>> I wonder how much speedup can be achieved by using tools like
>> Jopt ( http://www-i2.informatik.rwth-aachen.de/~markusj ). Are
>> there any benchmarks yet?
We have a lot of experience using JAX (alphaworks), and we got a
noticable speedup. Sorry, we did no benchmarks, but it seems
> I wonder how much speedup can be achieved by using tools like
> Jopt ( http://www-i2.informatik.rwth-aachen.de/~markusj ). Are there any
> benchmarks yet?
If you keep an eye on the Sable website, by next week there will be a
technical report describing how much speedup you can obtain with inlin
How do
I unsubscribe from the java-linux-digest mailing list?
[EMAIL PROTECTED]
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: Friday,
October 15, 1999 7:06 AMTo:
[EMAIL PROTECTED]Subject: java-linux-digest Digest
V99 #49
Did the digests for this mailing list get nuked while I wasn't looking?
I haven't gotten a digest since Volume 99 : Issue 222 last Friday?
Later,
Ted
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscri
> Jonathan Schilling writes:
>> The JIT is one developed by Sun, but it's a lot slower than
>> the one Sun obtained from Symantec that is included in the windows
>> version of java. Which in turn is said to be slower than hotspot
>> for long-running programs.
Jonathan> I
> Date: Mon, 7 Jun 1999 00:50:54 -0700 (PDT)
> From: "J.P.Lewis" <[EMAIL PROTECTED]>
> To: Mike Greaves <[EMAIL PROTECTED]>
> cc: java linux <[EMAIL PROTECTED]>
> Subject: Re: JIT in pre2???
>
> The JIT is one developed by Sun, but it's a lot slower than
> the one Sun obtained from Symantec that
Feng-Cheng,
You beat me to the post. I've got a similar, related?, problem. I have
two machines, both running mkLinux DR3. The older runs jdk117_v1a. I've
got a simple directory listing cgi, JFind, running under Apache (I
directly use java, not Jserv, via a shell wrapper). It returns the
correct
Hi Sam,
Your question probably does not belong on the java-linux list, as far as
I can tell. It is just a java coding problem, right?
I looked at it -- but you have a method call gcd() on line 44 -- this
doesn't belong to anything. It is outside of the scope of init(), and
outside the scope of t