| Author |
Read/Write registers
|
Vrabie Cristian
Greenhorn
Joined: Feb 28, 2004
Posts: 14
|
|
|
Can you tell me how can I read and write some registry keys and values? Thank you!
|
 |
Barry Andrews
Ranch Hand
Joined: Sep 05, 2000
Posts: 523
|
|
You will have to use JNI to do that. Here is a library that I have used successfully which is based on the Win32 API. It is open source and free! http://www.trustice.com/java/jnireg/
|
 |
Vrabie Cristian
Greenhorn
Joined: Feb 28, 2004
Posts: 14
|
|
|
Got it! Really nice! Thank you!
|
 |
 |
|
|
subject: Read/Write registers
|
|
|