The Artima Developer Community
Sponsored Link

Java Answers Forum
dll and java

2 replies on 1 page. Most recent reply: Jun 29, 2002 8:23 AM by Gourdon

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 2 replies on 1 page
tharma

Posts: 2
Nickname: t2balasu
Registered: Mar, 2002

dll and java Posted: Mar 8, 2002 12:00 PM
Reply to this message Reply
Advertisement
Can a dll file call java method? If yes, where can I find some information aboout?


Daniel Baylon

Posts: 3
Nickname: czy7xg
Registered: Mar, 2002

Re: dll and java Posted: Mar 12, 2002 1:20 PM
Reply to this message Reply
Maybe you can found some information in MSDN for Visual Studio 6a in J++ section.

I know that J++ has some COM classes providinig
ActiveX access.

Microsoft provides MFC for java

Gourdon

Posts: 1
Nickname: gourdon
Registered: Jun, 2002

Re: dll and java Posted: Jun 29, 2002 8:23 AM
Reply to this message Reply
What you are looking for is JNI ( Java Native Interface). The best book I have read on the subject is the one of Sheng Liang - The Java Native Interface.
It alows you to call java methods in a C++ dll.

Flat View: This topic has 2 replies on 1 page
Topic: Set Minimum size of a frame Previous Topic   Next Topic Topic: preparedstatement

Sponsored Links



Google
  Web Artima.com   

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