On Tue, Nov 28, 2000 at 02:38:21PM -0600, Barnet Wagman wrote:
> Excuse the trivial question, but I need to turn off HotSpot and neither
> 'java -help' nor 'java -X' list a 'compiler option.

You can turn off hotspot compilation with:

    java -Djava.compiler= ...

You can run the pre-hotspot VM with:

    java -classic ...


Nathan



> 
> I'm running
> 
> java version "1.3.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build
> Blackdown-1.3.0-FCS)
> Java HotSpot(TM) Client VM (build Blackdown-1.3.0-FCS, mixed mode)
> Java HotSpot(TM) Client VM (build 1.3.0rc1-b17, mixed mode)
> 
> which I believe is the most recent Blackdown version.
> 
> Thanks,
> 
> Barnet Wagman
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to