AW: Problem with object serialization
"Marco Rotellini" <[email protected]> Tue, 9 May 2006 17:11:09 +0200
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Etienne I'm serializing simple things like String, ArrayList and primitive = datatypes only. I solved the problem in the meantime, it was my own fault. I removed lot = of classes out of the libclasspath.jar to save flashdisk on my target = and some of them seemed to be used for the serialization. Now I rebuilt = the libclasspath and everything runs fine! Thanks & have a good time Marco -----Urspr=FCngliche Nachricht----- Von: [email protected] = [mailto:[email protected]] Im Auftrag von Etienne Gagnon Gesendet: Donnerstag, 4. Mai 2006 19:40 An: SableVM Users Mailing List Betreff: Re: Problem with object serialization Hi Marco, What class are you trying to deserialize? SableVM 1.13 is based on Gnu = Classpath which does not yet cover 100% of the Java API (will get there, = eventually). Etienne Marco Rotellini wrote: > On my embedded ARM system with SableVM 1.13 I try do serialize an=20 > object and get the following error output: > =20 > java.lang.NoClassDefFoundError > at gnu.java.security.provider.Gnu.class (Gnu.java:0) ... > My code is ok, it runs properly against a sun 1.4.2 vm on a linux x86 = >machine. --=20 Etienne M. Gagnon, Ph.D. http://www.info2.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/