all groups > visual studio .net jlca > march 2005 >
You're in the

visual studio .net jlca

group:

JLCA 3.0 :java to .net porting issues


JLCA 3.0 :java to .net porting issues Anoop H
3/2/2005 10:49:01 PM
visual studio .net jlca:
Hi,

I faced the following issues while porting using Microsoft JLCA 3.0 beta.

1. JLCA does not have any means of porting .jar files. We need to manually
unjar and decompile them to .java files and then port them to .cs files.

2. All the "get" and "set" methods in Java are converted to properties in
C#. However the call to these properties are unchanged.

3. During Inheritance ,the method modifiers are not changed from "virtual"
to "override" in the derived class.

4. All the interface members are not implemented in the derived class
implicitly.

5. All System Methods need to begin with an uppercase in .net. JLCA does not
take care of this.

It would be helpful if anyone can come up with a solution to these problems.

AddThis Social Bookmark Button