> I did not found any example or documentation on including the > StackMap attribute . > Could you point me to some docs?
You should follow the Preverifier specification on the CLDC or KVM Specification (I don�t remember exactly). One of these documents explains to you how the preverifier works or what it should do. The BCEL last version includes a class that represents the StackMap attribute. Jose > > again, thanks a lot... > Pedro Pereira > > Quoting Jose Andr�s P�rez <[EMAIL PROTECTED]>: > > > Every code you modify using BCEL could be run on any VM (JVM or > KVM), but > > you should take into account that if the code will be run on > KVM you should > > include the StackMap attribute (it is an attribute added to the > class files > > by the preverifier. This is only for CLDC applications) on the code (see > > the > > KVM or CLDC Specifications). > > > > Jose > > > > > > > -----Original Message----- > > > From: > > > [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > he.org]On Behalf Of [EMAIL PROTECTED] > > Sent: viernes, 07 de febrero de 2003 16:46 > > To: [EMAIL PROTECTED] > > Subject: BCEL J2ME jdk 1.1 compliant code generation > > > > > > > > Hi, > > > > Is it possible to generate code ready to be preverified and to be > > able to run on > > MIDP? > > > > thanks in advance... > > Pedro Pereira > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
