document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package com.kant.remoteBluetooth;
  2.  
  3. public class RemoteBluetoothServer {
  4.  
  5.  public static void main(String[] args) {
  6.   System.out.println("here 1");
  7.   Thread waitthread= new Thread(new WaitThread());
  8.   waitthread.start();
  9.  }
  10. }
');