Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Feb 20 In Java Category.

  
Question Answered By: Omar Walker   on Feb 20

DLLs are called "native libraries" by Java. See the JavaDoc for the
System class for loading them, and the JNI specification at java.sun.com
to programmatically access the DLL from Java. The one negative about
using DLLs is that makes it so your java  will only run on Windows machines.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 


Tagged: