C# compiler into JVM bytecodes

  • Thread starter Thread starter Sergi Adamchuk
  • Start date Start date
S

Sergi Adamchuk

Is there any C# compiler which can make byte codes for Java Virtual
Machine?
Compilation to .jar or .class
 
Sergi Adamchuk said:
Is there any C# compiler which can make byte codes for Java Virtual
Machine?
Compilation to .jar or .class
Never heard of such a compiler. I can't imagine why would anyone need one.
IMO, if you need to target JVM, the best language to use is java.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top