|
From: Sandro M. <naa...@gm...> - 2006-02-06 22:19:34
|
On 2/6/06, Tyler Close <tyl...@gm...> wrote: > > > > I'm working through these now. The invocation of Hello-class-new doesn'= t > > succeed; there is an XML parsing error of some sort. > > > > See and click "submit": > > https://waterken.naasking.homeip.net/wwwsandro/?key=3Dyrlx-qhrn-biqy > > If you're invoking a constructor, you must not be using the code > fragment above, since it doesn't contain any constructors. I suspect > you're using code for the next example in the email and didn't make > the class implement java.io.Serializable. It was the first example. I copy+pasted one after another as I e-mailed. I realized after the fact that there actually was no specified constructor so it must have been using a default one. I suspect this should still work though right? Sandro |