Hopefully my issue isn\'t too silly but I\'m having the following problem...
I\'m importing a jar which contains the library JmDNS into my project. My p
JmDNS
This might be happening as the class is not loaded yet. Class clazz = getClassLoader().loadClass("javax.jmdns.JmDNS"); Then use reflection to create instance of object of type clazz