Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

need help in running java source code from vb.net 2005!

Last post 03-20-2008 10:49 AM by krap. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 02-11-2008 1:13 PM

    • chungwl20
    • Not Ranked
    • Joined on 01-19-2008
    • Malaysia
    • New Member
    • Points 30

    need help in running java source code from vb.net 2005!

    Does anyone know how to run the java source code from vb.net 2005? I've search the internet but there is no information on it. I developed vb.net application interface design and wish to run the java source code from vb.net 2005. Hope anyone can help to solve this problem. Thank You.
    • Post Points: 10
  • 03-20-2008 10:49 AM In reply to

    • krap
    • Not Ranked
    • Joined on 12-31-2007
    • Greece
    • New Member
    • Points 5

    Re: need help in running java source code from vb.net 2005!

    Hello,

    If I understood correctly you have some line of code written in Java and you want to use it in a VB.NET project you have created in Visual Studio .NET

    Given the facts that J# (Visual Studio's Java) is quite similar to Sun's Java you could do something like the following:

    1. Create a J# project in your Solution (the one that contains the Visual Basic .NET interface).
    2. Copy - Paste your Java Code to the J# Visual Studio project.
    3. Try to run the J# project and fix the problems that'll occur (if any)

    Hope to have helped!

    Big Smile

     

    Rather be a thinker than a casuist!
    • Post Points: 5
Page 1 of 1 (2 items)