while running Panther, if I am using the CVS files in
mDNSResponder/Clients/Java/, and _this_ is going to sound _very_
basic, but how do I get beyond the compile error that
com.apple.dnssd.* does not exist? I was trying to build
SimpleChat.java. In my bash .profile, I have my Java Home as,
in my .profile as well? It's been years since I last touched Java
but wanted to look at it again.
Hi, Jim. The easiest way to build and install the Java support on
10.3 is to open the mDNSMacOSX/mDNSResponder.pbproj project in
Project Builder or Xcode. Choose the "Build All" target and build it.
Put build/dns_sd.jar into /System/Library/Java/Extensions (or
/Library/Java/Extensions).
Put build/libjdns_sd.jnilib into /usr/lib/java.
After that, to build the sample code just use javac.
(e.g. 'javac SimpleChat.java'.)
cheers,
Roger.
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.