Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had a java jar file which reads the xml file and returns the object. I have converted the jar to dll using IKVMC tool. The Java code takes 5 seconds to load the 5MB xml file. When i call the dll (jar converted) its taking nearly 4-5 mins.
I understand that the IKVM run-time will take some time to load, but still 4-5 mins is a expensive. could you please let me know is there any altrnative for doing this or improving the performance of dll (JAR converted) ?
Posted
Comments
Kethu Sasikanth 2-Feb-12 13:33pm    
without looking into the converted .net dll it is hard to guess where could the performance be improved. Using Reflector and debug to see which chunk of code is taking so long to execute.
HaBiX 6-Feb-12 6:49am    
Why not rewrite the code .net? You'll get the best performance possible.. and java vs c# syntax is pretty similar

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900