SDP support is disabled by default. To enable SDP support, set thecom.sun.sdp.conf
system property by providing the location of the configuration file. The following example starts an application using a configuration file namedsdp.conf
:MyApplication refers to the client application that is attempting to connect to the IB adaptor.% java -Dcom.sun.sdp.conf=sdp.conf -Djava.net.preferIPv4Stack=true MyApplicationNote that this example specifies another system property,
java.net.preferIPv4Stack
. See the Issues section for more information about why this property is used.