CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 1999
    Posts
    2

    Registry and Java

    Hi Everybody,
    I am new to the Java Environment and I have a requirement wherein I need to register / unregister components with the windows registry and also need API thru which I can access the windows registry thru Java API any help !!!

    Jacks


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: Registry and Java

    There is no direct way, but u can use JNI for this purpose.

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Jul 1999
    Posts
    2

    JNI ??

    What is JNI where can I get information on that


  4. #4
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: JNI ??

    JNI is Java Native Interface. Using this u can write platform specific stuff which can be invoked using Java. Its a class only, but its implementation is platform specific.

    U will get detailed info at java.sun.com / www.javasoft.com

    - UnicMan
    http://members.tripod.com/unicman

  5. #5
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: Registry and Java

    Hi.

    Considering that Sun Java is a cross-platform, we may not write
    the code to read the registry of Windows by Sun Java.

    You can simply use VB or VC++ to do this task.

    I mean that if we use Java to some application, we had better focus
    on the application on any OSs.

    Does anyone have an idea about this?

    Regards.
    -Masaaki Onishi-



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured