I have medium sized Java code (25k lines, 25k lines) in java and would like to port it to work in the CLR environment as well as in the JVM.
Only the main class and several testing utilities are related to the file system or OS. The rest of the code makes extensive use of the common collection APIs, java.util.regex, java.net (but not URL or URLConnection), java.io for encoding / decoding encoding, java.text for normalizing Unicode and org.w3c. dom for XML processing.
Is it possible to get most of the code compilation for both J # and Java, and then delete the rest?
If so, what errors can I encounter?
thanks in advance microphone
source share