How to Create a JVM wtih Visual Basic

I'd like to use Visual Basic to:1. Create a JVM.2. Create references to classes and methods.3. Call static and non-static methods.Is this possible? If so, how?Many thanks!
[214 byte] By [caffeinea] at [2007-11-26 16:08:31]
# 1
I found two ways:1. IBM Websphere ActiveX to EJB server. Looks very pricey.2. ActiveX Bridge http://java.sun.com/j2se/1.5.0/docs/guide/beans/axbridge/developerguide
caffeinea at 2007-7-8 22:30:53 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

If you use .NET then you can

- call JVM directly from VB,

- implement Java methods with VB methods

with OOJNI SDK for .NET 2.0

http://www.simtel.net/product.php[id]98653[SiteID]simtel.net

or

with OOJNI SDK for .NET 1.1

http://www.simtel.net/product.php[id]95126[sekid]0[SiteID]simtel.net

vitallisa at 2007-7-8 22:30:53 > top of Java-index,Java HotSpot Virtual Machine,Specifications...