|
-
Sep 19th, 2004, 04:54 AM
#1
Thread Starter
Addicted Member
Java convert to VB.NET method
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
Last edited by toytoy; Sep 21st, 2004 at 09:33 PM.
-
Sep 19th, 2004, 05:02 AM
#2
Addicted Member
where is the vb to java converter?
-
Sep 19th, 2004, 05:09 AM
#3
Thread Starter
Addicted Member
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..
-
Sep 19th, 2004, 04:29 PM
#4
Frenzied Member
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.
-
Sep 21st, 2004, 08:46 PM
#5
Thread Starter
Addicted Member
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
Last edited by toytoy; Sep 21st, 2004 at 09:15 PM.
-
Sep 21st, 2004, 10:02 PM
#6
Frenzied Member
Converters are lame
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
-
Sep 21st, 2004, 11:23 PM
#7
Thread Starter
Addicted Member
yeah...i agreed with you
It is just curious to know that there is such method exists..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|