converting java projects to c# with visual studio 2010
i remember that previous versions of visual studio contained a converter, that automatically attempt to convert java projects to the corresponding c# code.
however in visual studio 2010 beta 2 i cant find this anymore?
has it been 开发者_开发知识库removed?
thanks!
The Java Language Conversion Assistant has been removed from Visual Studio 2008 and future versions. You have few options:
- Install VS 2003/2005 and run the assistant
- Purchase a commercial solution
- Do the conversion by hand
- Use ikvmc to compile jar files into managed .NET assemblies (personally I've done this with success)
I think that was visual studio 2005 , as far as i know it doesn't exist on 2008 or 2010
精彩评论