This might be a newbie question. I have an external dll that I want
to use. But I dont know how to do that from a java class.
I have done it in visual basic by adding the dll in project reference
and then I can use the sample code below. But how do I do the same in
Java?
Dim oCustProp As DSOleFile.CustomProperty
oCustProp.Value = "the value"