Reputation: 3087
I am working on a project which is written in Java (6.0) and I want to use it in almost all the platforms (iOS/Android/Windows/Windows Phone/Mac/Linux) so I thought of Mono and converting the code to C# but it's 40,000 line of code so it would take so much time to write that. Then I realized that I can use JavaBinding to convert a lot of it and use it but I am not sure if I can use it in Windows or more important iOS.
So basically my question is that "Does java binding converts Java code to C# or it's just a call to the java code? If so, I can't use it for my MonoTouch project"
Upvotes: 0
Views: 134
Reputation: 63264
Two approaches are possible,
JavaBinding is only useful for Mono for Android, and I don't think it applies to Windows/iOS.
Upvotes: 1