I want to change some settings in the registry, can Java access these setting (say proxy names) and how?
Tom McQueary
Greenhorn
Joined: Nov 24, 2000
Posts: 20
posted
0
See Chapter 11 in Horstmann's Core Java Volume 2 book to learn Java Native Methods and see an example where he manipulates the registry using this technology.