Results 1 to 7 of 7

Thread: [RESOLVED] Converter VB2005 to JAVA

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Resolved [RESOLVED] Converter VB2005 to JAVA

    Hey People!

    Is there any way to convert VB 2005 application (Windwos Form) to JAVA?!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Converter VB2005 to JAVA

    Sure there is. Work out what your VB code does and then write Java code that does the same thing.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Re: Converter VB2005 to JAVA

    lol... thanks for your help... but what if i don't know anythin in Java?!
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Converter VB2005 to JAVA

    Then you'd be out of luck. May I ask why you want to convert something to a language you know nothing of?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Re: Converter VB2005 to JAVA

    well, i developed an application, and by friend wants in java... he just wants to see how it is in java, i personally don't need it...
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Converter VB2005 to JAVA

    That's all very strange. You, who knows no Java, have written an application in VB.NET and your friend, who knows no Java, wants to see how it would look in Java. I might ask my friends to speak to me in French from now on. Never mind we none of us know any French.

    Programming languages are not simply interchangeable. The simpler a program is the more chance that the equivalent in another language will look similar, but even then there's no guarantee. Add to that the fact that Sun, who don't like Microsoft, developed Java and Microsoft, who don't like Sun, developed VB.NET and you've got a high likelihood that things will be kinda different in the two languages.

    Someone who knows both languages could almost certainly convert a simple app by hand, but I'm not aware of any automated tool. Maybe you could learn C#, then convert your VB code to C#, then learn J# and convert your C# code to J#. Then converting it to Java should be easy.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Re: Converter VB2005 to JAVA

    lol... thanks... then i should get started with learning these stuff... anyways, thanks
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

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