This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Can i access and make changes to the windows registry using java. garry
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
posted
0
As far as I know, you'll have to write some native code to access platform specific features. But if you can write a dynamic library (dll) that accesses the Windows registry you can declare a native method in your Java code and access that method after loading the library with the System object. Hope this helps
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher