views:

644

answers:

2

hello, 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!

+5  A: 

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)
Darin Dimitrov
+1  A: 

I think that was visual studio 2005 , as far as i know it doesn't exist on 2008 or 2010

Yassir