|
Advertisement
|
Forum posts by Shivashankar Krishnan:1 page [ 1 ]
Posted in Java Answers Forum, Nov 28, 2006, 2:26 PM
I need to call a function init() in a Connection object like static call. This is easily done in VB. But I am not sure how to call this using JNI. Any help would be appreciated. thanksShivaSample VB: Dim tdc As New ConnectionPrivate Sub Command1_Click() tdc.Init Text1.Text Command1.Caption = "Connected"End Sub
1 page [ 1 ]
|