Re: Re WOComponent .api files
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
> If you're running under Eclipse and using Mike's Entity Modeler, > I'm afraid you'll have to wait for advice from Mike (or any others > here who are developing in that environment). Same basic deal as Xcode ... They'll show up in your Console view. By default it will automatically become visible when something writes to it. You might want to consider launching you app in Java 1.5, actually. 1.5 (after many years) actually tells you the original type in the exception message for a ClassCastException. But even w/o 1.5, just knowing the line number goes a long way. ms