Hi,
How can we access the keys and values associated in Windows System Registry using a Java Code?
-
Accessing the Windows System Registry using JAVA! (5 messages)
- Posted by: Manish Jain
- Posted on: January 05 2001 00:49 EST
Threaded Messages (5)
- Accessing the Windows System Registry using JAVA! by Martin Gerlach on January 05 2001 09:59 EST
- Accessing the Windows System Registry using JAVA! by Manish Jain on January 05 2001 23:15 EST
- Accessing the Windows System Registry using JAVA! by Manish Jain on January 07 2001 22:20 EST
- ICE_JNIRegistry.dll is not working for 64 bit machine by Ranjith Kumar on April 26 2011 09:01 EDT
- Accessing the Windows System Registry using JAVA! by m m on February 27 2001 14:16 EST
-
Accessing the Windows System Registry using JAVA![ Go to top ]
- Posted by: Martin Gerlach
- Posted on: January 05 2001 09:59 EST
- in response to Manish Jain
There is no way to do that directly, but you may write a system-dependent DLL and access the functions via natve calls. To access the Windows System Registry with JAVA directly is in opposite to the fact, that JAVA should be platform-independent. -
Accessing the Windows System Registry using JAVA![ Go to top ]
- Posted by: Manish Jain
- Posted on: January 05 2001 23:15 EST
- in response to Martin Gerlach
Can we have a ready made System Dependent DLL available which can access the system registry and that DLL we could use in your java code to get Native API calls. -
Accessing the Windows System Registry using JAVA![ Go to top ]
- Posted by: Manish Jain
- Posted on: January 07 2001 22:20 EST
- in response to Martin Gerlach
Is System Dependent DLL "ICE_JNIRegistry.dll" available with somebody, as this dll may be used to access the system registry with JNI/Java code which we need in our project.
Thanks -
ICE_JNIRegistry.dll is not working for 64 bit machine[ Go to top ]
- Posted by: Ranjith Kumar
- Posted on: April 26 2011 09:01 EDT
- in response to Manish Jain
Hi ICE_JNIRegistry.dll is not working for 64 bit is there any other dll for 64 bit machine
-
Accessing the Windows System Registry using JAVA![ Go to top ]
- Posted by: m m
- Posted on: February 27 2001 14:16 EST
- in response to Manish Jain
J++