Re: Debugging Java 1.4 API with JSwat?
Paul Legato <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Aha. Figured out why it was running so slowly.. During the course of trying to get a classic VM running, before I discovered 1.4 doesn't have a classic VM, I set the "-server" flag when starting up java.... and forgot to unset it. Took the flag off, problem solved. Speed is now comparable to console mode. Thanks for your help! -Paul