Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
windows functions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Zenon Farias Braga F.  
View profile  
 More options Sep 17 2001, 10:16 am
Newsgroups: comp.lang.java.programmer
From: "Zenon Farias Braga F." <z...@hotmail.com>
Date: Mon, 17 Sep 2001 11:04:36 -0300
Local: Mon, Sep 17 2001 10:04 am
Subject: windows functions
    I would like to know how to access windows functions through Java,
that is, how could I access a windows dll?

sincerely,

Zenon Farias Braga F.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sven Schwarz  
View profile  
 More options Sep 17 2001, 10:36 am
Newsgroups: comp.lang.java.programmer
From: Sven Schwarz <schw...@dfki.uni-kl.de>
Date: Mon, 17 Sep 2001 16:35:02 +0200
Local: Mon, Sep 17 2001 10:35 am
Subject: Re: windows functions

"Zenon Farias Braga F." wrote:

>     I would like to know how to access windows functions through Java,
> that is, how could I access a windows dll?

one possibility would be, to use the JNI (Java Native Interface).
see the JDK-API for more information about JNI
but: it's not a trivial task, i can tell you!

good luck and greetings
--
________________________________________________________________
  Sven Schwarz    Tel.  : +49 (631) 205 3451
                  Email : schw...@dfki.uni-kl.de
                  WWW   : http://www.dfki.uni-kl.de/~schwarz/
________________________________________________________________


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Noelle Adam  
View profile  
 More options Sep 17 2001, 11:50 am
Newsgroups: comp.lang.java.programmer
From: Noelle Adam <Noelle.A...@irisa.fr>
Date: Mon, 17 Sep 2001 17:54:23 +0200
Local: Mon, Sep 17 2001 11:54 am
Subject: Re: windows functions

You'll need wrappers around the dll calls in order to use it wih JNI, since
you probably dont have the source for the dll.
--
IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »