The Artima Developer Community
Sponsored Link

Java Answers Forum
dll and java

1 reply on 1 page. Most recent reply: Mar 8, 2002 1:47 PM by Matt Gerrans

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

Posts: 2
Nickname: t2balasu
Registered: Mar, 2002

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


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: dll and java Posted: Mar 8, 2002 1:47 PM
Reply to this message Reply
There are some ruminations on this subject in a previous post with the subject "Java Native Code":
http://www.artima.com/forums/flat.jsp?forum=1&thread=342&message=939&redirect=true&hilite=true&q=EXE

Generally, you will want to look more into JNI if you are interested in this type of thing. You can check out Sun's tutorials on that track at http://java.sun.com/docs/books/tutorial/native1.1/index.html as well as searching for JNI on http://www.JavaWorld.com (and google, for that matter!).

Flat View: This topic has 1 reply on 1 page
Topic: Java Quest Previous Topic   Next Topic Topic: Deprecated methods

Sponsored Links



Google
  Web Artima.com   

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