how to craete dll files

I want to create dll files in j2sdk1.4could anyone please tell me waht is the use of dll and how to create them.
[126 byte] By [gkavitaa] at [2007-10-3 4:11:52]
# 1
Why do you want to do that?In Java dynamically loaded libraries are not called dll files, they are called jar files. For instructions go to www.google.com and search for create jar.
sjasjaa at 2007-7-14 22:12:32 > top of Java-index,Java Essentials,New To Java...
# 2
What do you mean exactly:1. create DLL to use with Java using JNI;2. convert java class files into native windows DLL;3. something else.?
Michael.Nazarov@sun.coma at 2007-7-14 22:12:32 > top of Java-index,Java Essentials,New To Java...
# 3

Hi Can you be more descriptive on this like

> I want to create dll files in j2sdk1.4

In the sence you want to create a .dll file using java or you want make your java code as .dll file or what else...?

> could anyone please tell me waht is the use of dll

> and how to create them.

google in MSDN forums for best results

and also can you tell me what is your exact problem or what you want to do exactly ....

Vidya

ragasa at 2007-7-14 22:12:32 > top of Java-index,Java Essentials,New To Java...
# 4
Hi!check the link below might be helpful to you http://bdn.borland.com/article/20679
Kirti_Mistrya at 2007-7-14 22:12:32 > top of Java-index,Java Essentials,New To Java...
# 5
why do you want to create dll files in java, if you don't know what they do?
georgemca at 2007-7-14 22:12:32 > top of Java-index,Java Essentials,New To Java...