How do i access windows registry using Java 2 sdk ?
October 23rd, 2008
Undertaker asked:
I am doing an application installer project in Java. I want to add my application title to the Add/Remove programs in windows control panel using Java code. So please help me by telling what all registry keys i have to change and how to access registry using Java core.
Repair your registry
I am doing an application installer project in Java. I want to add my application title to the Add/Remove programs in windows control panel using Java code. So please help me by telling what all registry keys i have to change and how to access registry using Java core.
Repair your registry













try to build your installer with different software, windows installer.
you just need to copy all ‘Java Application’ to one directory, make some shortcut, and put uninstaller in add remove programs and you can Run your second installer (which you build with Java) if you need too.
I’m not sure if java application is permitted to accessing windows registry directly.
check out this site, maybe you can get some installer that you need :