If you're creating certain types of apps in Java that are geared towards Windows users, you may run into some difficulty accessing and making changes to the Windows registry from within your app. Unlike .Net, which has provisions specifically to allow this, Java doesn't inherently support this type of operation. This is initially what XDA Senior Member Beatsleigher discovered when porting one of his existing applications to Java, but thankfully it didn't stop him.
When faced with the challenge of porting over one of his applications to Java, he initially found difficulty in accessing the registry. After doing research into what is needed and taking bits of code from various sources, he went ahead and created a Java Class Library intended to accomplish this goal. The library let you bring registry viewing and editing functionality to your app easily, without manually finding and modifying the registry files directly.
To learn more, make your way over to the library thread.
_________Want something on the XDA Portal? Send us a tip!Google+
{ 0 comments... read them below or add one }
Post a Comment