This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Development of a j2me compiler


On Wed, Oct 11, 2006 at 04:48:00PM -0600, Tom Tromey wrote:
> >>>>> "Felipe" == Felipe Monteiro de Carvalho <felipemonteiro.carvalho@gmail.com> writes:
> 
> Felipe> First, what do you use to convert java assembler code into byte code?
> Felipe> I found Jasmin project out there, but I think it only works for j2se,
> Felipe> and I am specially interrested on targeting the mobile platform.
> 
> I don't think J2ME bytecode differs that much, does it?  Perhaps just
> some change in how verification is handled... I'm not much of a J2ME
> expert I'm afraid.

Its not different. Its just that the J2ME runtimes dont support newer
class files and their features. Sun recommends to compile with a "normal"
java compiler with "-target 1.2". Features added in the class file
format in J2SE 1.3 and newer are not supported.


Michael
-- 
http://www.worldforge.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]