RE: [Jython-dev] Windows Registry
by Jeff Emanuel other posts by this author
Feb 24 2004 5:15PM messages near this date
[Jython-dev] [ jython-Patches-903723 ] fixes for test_new
|
[Jython-dev] Jythonc Question...
I assume you have a dll and a jar file. The easiest way
is to put the dll file in a directory on your path or modify
path to include the directory containing the dll. Then
set you classpath environment variable to include the
full path to the jar file. Start jython, import the
class, and you should be running.
-----Original Message-----
From: Arenz, Ralph [mailto:Ralph.Arenz@[...].de]
Sent: Tuesday, February 24, 2004 9:53 AM
To: 'Jeff Emanuel '; 'jython-dev@lists.sourceforge.net'
Subject: RE: [Jython-dev] Windows Registry
Thank you,
i'am not very familar with java and JNI, i searched the web and found an JNI
called JNIRegistry. This JNI seems to do exactly want i want, but i don't
know how
to install/access it.
Can anyone tell me how to integrate that JNI in Java/Jython ?
regards
ralph
-----Originalnachricht-----
Von: Jeff Emanuel
An: 'Arenz, Ralph'; 'jython-dev@lists.sourceforge.net'
Gesendet: 19.02.2004 15:54
Betreff: RE: [Jython-dev] Windows Registry
Java tries to be platform neutral and doesn't support features
available on only on OS. You can either write your own JNI
code to access the registry or find someone else's. Then
you can use that code directly from Jython.
-----Original Message-----
From: Arenz, Ralph [mailto:Ralph.Arenz@[...].de]
Sent: Thursday, February 19, 2004 6:15 AM
To: 'jython-dev@lists.sourceforge.net'
Subject: [Jython-dev] Windows Registry
Hello,
i'am using jython to script an applet which should
read the windows-registry. I know that in python there
is the module _winreg which allows reading windows-reg,
but this module doesn't exist in jython (perhabs this functionality
isn't
supported in Java?).
Is there a way to integrate these module in jython or are there any
alternatives to that module in jython?
Ralph
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
|