----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Ulisses Montenegro wrote:
> 
> The beta Sun JDK 1.3 for Linux does have *client* HotSpot, which is a
> different kind of beast than *server* HotSpot. Server HotSpot, according
> to our local JDK guru, not only does the generic optimizations allowed
> for the one-size-fits-all approach to bytecode execution, but also does
> some very nice tricks regarding to threads, huge data structures and
> networking -- obviously aiming for server-side.
> 
> I cannot offer a URL on that because as I said that was word-of-mouth
> from a friend. However, 'java -version' on Sun JDK 1.3 for Linux does
> produce the following:
> 
> java version "1.3.0beta"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
> Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)

Hello,

Didn't see a follow up yet to this older thread.  Try running with the
following if you haven't already:

$ java -server -version

java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Server VM (build 1.3.0beta-b04, interpreted mode)

Regards,
~Eric J Altman


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to