Re: What are the disadvantages of using jikes instead of javac?

2000-12-18 Thread Lachlan O7;Dea
gt; Blackdown)? What not to use only jikes? > > Besides the fact that it generates a binary that runs on only one > platform? I think you're confusing jikes with gcj. Jikes produces class files. -- Lachlan O'Dea <mailto:[EMAIL PROTECTED]> Computer Associates Pty Ltd

Re: How do I turn off HotSpot?

2000-11-28 Thread Lachlan O7;Dea
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. $ java -Xint does it on the Sun JDK. I don't have the Blackdown one