convert c# to pure java? -


possible duplicate:
is there effective tool convert c# java?

i'm not experienced java , have lot of c# translate java syntax become compilable.

reason: android , google cloud

i know api/platforms have different structures, lets dont need 100% compability, "core functionalitet" translated. gui 1 story of own, i've learned. instead of rewriting every switch-case, rebuild every class etc. nice "map" objects java equals , recompile on android/google platform.

i sure there cant translated "c# thing" - every language possible generate .net/mono thought there might java -> .net available , therefore decompiler kinda thing?

so there easy ways overcome translation frameworks, sdk or other similar methods take 80-95% of task automatically?

have here: jsc.

but beside, there c# concepts don't easyli translate java.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -