|
-
August 3rd, 1999, 12:49 PM
#1
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
-
August 4th, 1999, 08:57 AM
#2
Re: Registry and Java
There is no direct way, but u can use JNI for this purpose.
- UnicMan
http://members.tripod.com/unicman
-
August 4th, 1999, 02:55 PM
#3
JNI ??
What is JNI where can I get information on that
-
August 4th, 1999, 11:52 PM
#4
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
-
August 9th, 1999, 12:22 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|