The Artima Developer Community
Sponsored Link

Java Answers Forum
Java vs. Windows API

2 replies on 1 page. Most recent reply: Mar 2, 2003 3:39 AM by Aply

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
Aply

Posts: 2
Nickname: aply
Registered: Feb, 2003

Java vs. Windows API Posted: Feb 26, 2003 7:41 AM
Reply to this message Reply
Advertisement
hihi, it is new for me to use Java language.
Could anyone tell me how using java monitoring windows api running in my os? thx much


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Java vs. Windows API Posted: Feb 27, 2003 12:51 PM
Reply to this message Reply
If you are talking about doing a Windows hook in Java, you need to use Java Native Interface (JNI). You will really be doing it mostly in C/C++ as usual, then providing an interface to it for your Java code. When you get it finished, post it here, so we can all use it. ;-)

Aply

Posts: 2
Nickname: aply
Registered: Feb, 2003

Re: Java vs. Windows API Posted: Mar 2, 2003 3:39 AM
Reply to this message Reply
thanks so much.

Flat View: This topic has 2 replies on 1 page
Topic: Requesting help with a number sort/algorithm Previous Topic   Next Topic Topic: cache classes to test a trace file

Sponsored Links



Google
  Web Artima.com   

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