Home > Software > How do i access windows registry using Java 2 sdk ?

How do i access windows registry using Java 2 sdk ?

October 23rd, 2008
windows registry
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
Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Software , , , , , , , ,

  1. October 26th, 2008 at 08:26 | #1

    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 :

  1. No trackbacks yet.