The Artima Developer Community
Sponsored Link

Java Answers Forum
JNI call

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Shivashankar Krishnan

Posts: 1
Nickname: shiva123
Registered: Nov, 2006

JNI call Posted: Nov 28, 2006 6:26 AM
Reply to this message Reply
Advertisement
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. thanks

Shiva

Sample VB:

Dim tdc As New Connection
Private Sub Command1_Click()
tdc.Init Text1.Text
Command1.Caption = "Connected"
End Sub

Topic: JNI call Previous Topic   Next Topic Topic: a question about windows services

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use