how to translate ?
Printable View
how to translate ?
Just learn them both...
There are translation tools for Java to VB, but these are primarily just syntax converters - i.e., "void" becomes "Sub", "&&" becomes "AndAlso", etc.
The main challenge you will have is manually converting the Java library references to .NET references. You'll need to research these issues and solve them one by one.
I haven't tried it but there is a java converter included in VS Professional.
It's only in VS 2005 , But kickoff in VS 2008