skip to main
|
skip to sidebar
Multi-core
Thursday, December 18, 2008
[Label] Muli-core gen HUD for Second Life Copy-No mod-No trans
concept and name licensed by Kulalyle Anatine C/O Jamie Williams from CC's to you
Newer Posts
Home
Subscribe to:
Comments (Atom)
Send
import java.util.*; import org.apache.xmlrpc.*; public class SLClient { public static void main (String [] args) { try { Hashtable theData = new Hashtable(); XmlRpcClient server = new XmlRpcClient("http://xmlrpc.secondlife.com/cgi-bin/xmlrpc.cgi"); // theData.put("Channel", "
"); theData.put("IntValue", 2483); theData.put("StringValue", "The date is: "+ (new Date()).toString() ); Vector params = new Vector(); params.add(theData); Object result = server.execute("llRemoteData", params ); } catch (Exception exception) { System.err.println("SL_Client: " + exception); exception.printStackTrace(); } } }
Followers
Blog Archive
▼
2008
(1)
▼
December
(1)
[Label] Muli-core gen HUD for Second Life Copy-No ...