Results 1 to 7 of 7

Thread: Java convert to VB.NET method

  1. #1

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230

    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.

  2. #2
    Addicted Member
    Join Date
    Apr 2004
    Location
    Lagos, Nigeria
    Posts
    215
    where is the vb to java converter?

  3. #3

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230
    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..

  4. #4
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    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.

  5. #5

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230
    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.

  6. #6
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    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

  7. #7

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230
    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
  •  



Click Here to Expand Forum to Full Width