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:
- Create a J# project in your Solution (the one that contains the Visual Basic .NET interface).
- Copy - Paste your Java Code to the J# Visual Studio project.
- Try to run the J# project and fix the problems that'll occur (if any)
Hope to have helped!
