Hi
Does anyone know is there any tools where i can convert part of java code to VB code...
I find that there is Vb to java converter....
Thanks
:wave:
Printable View
Hi
Does anyone know is there any tools where i can convert part of java code to VB code...
I find that there is Vb to java converter....
Thanks
:wave:
where is the vb to java converter?
oh....I can't really remember the website...
But i did come across this type of tools when i do my search on these topic..
I haven't tried it, but seen this article http://www.developer.com/java/other/article.php/2235411
Says it converts to C#, though. There's C# to VB converters also, although converting twice sounds like it could be a mess.
Someone just prompt to me that this will work...
I will be trying...
This site will convert java to c#
http://www.microsoft.com/downloads/d...displaylang=en
and then just go here to convert from c# to vb.net
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
:wave:
IMHO, we should not be concerned about "automatic" conversion between languages, especially if it's not so similar as to be compiled against the same intermediate code.
In practice, at least mine, "automatic" conversions do 90% of the work, and leave you with the most difficult 10%. That 10% you need to be an expert to even attempt to figure out, and then you realize that a re-write would be faster.
If we understand the meaning, and not the syntax, of the code, conversions are much simpler.
Mike
yeah...i agreed with you
It is just curious to know that there is such method exists..
:wave: