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]
