The Java Language Conversion Assistant does not support project conversion from Visual J# .NET to Visual C# .NET or Visual C# 2005 (823246)



The information in this article applies to:

  • Microsoft Visual J++ 1.0
  • Microsoft Visual C# .NET (2003)
  • Microsoft Visual C# .NET (2002)
  • Microsoft Visual J++ 6.0
  • Microsoft Visual C# 2005, Express Edition

SUMMARY

You can use the Java Language Conversion Assistant (JLCA) tool to convert Visual J++ projects, Java-language applications, and applet projects to Visual C# .NET or Visual C# 2005 projects. However, JLCA cannot convert a Visual J# .NET project to a Visual C# .NET or Visual C# 2005 project.

MORE INFORMATION

By converting Visual J++ or Java-language applications to Visual C# .NET or Visual C# 2005 , you can use your existing code base and the properties of the .NET Framework. JLCA does not modify your existing project. It creates a new Visual C# .NET or Visual C# 2005 project that is based on the original project. The new Visual C# .NET or Visual C# 2005 project contains all the new Visual C# .NET code that can be generated automatically from the existing Visual J++ or Java-language code.

Any errors, warnings, or issues that are generated during the conversion process appear in a conversion report after JLCA has generated the new project. These errors, warnings, and issues are also noted in comments in the converted code to help you to manually convert the parts of the project that JLCA cannot convert automatically.

REFERENCES

For more information about how to convert Visual J++ or Java-language projects to Visual C#, visit the following Microsoft Web site:For more information about Java Language Conversion Assistant, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:1/5/2006
Keywords:kbCodeGen kbReport kbJava kbconvert kbinfo KB823246 kbAudDeveloper