开发者

converting java projects to c# with visual studio 2010

开发者 https://www.devze.com 2022-12-10 08:15 出处:网络
i remember that previous versions of visual studio contained a converter, that automatically attempt to convert java projects to the corresponding c# code.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消