Adilol

environment

Nov 30th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.09 KB | None | 0 0
  1. package com.coal.core;
  2.  
  3. /**@author Adil */
  4. /***
  5.  * Credits and fanfares:
  6.  * Myrax(Dominic)
  7.  * Mike (office.boy/Demilium) & Nillus (Nils)
  8.  */
  9. /**@version 0.1 */
  10. import com.coal.net.*;
  11. import com.coal.storage.*;
  12. ;/** Class where all our methods are called */
  13. public class environment {
  14.  
  15.     public static void main(String[] args) {
  16.         System.out.println();
  17.         System.out.println("#########################################");
  18.         System.out.println("##  Coal:Simple Emulation Environment  ##");
  19.         System.out.println("##     Copyright (C) 2011              ##");
  20.         System.out.println("##      Adil                           ##");
  21.         System.out.println("##      JokerCode.NET                  ##");
  22.         System.out.println("#########################################");
  23.         System.out.println("Initializing core objects...");
  24.         socket.getIP();
  25.         System.out.println("Connecting on port:" + socket.getsocket());
  26.         socket.serversocket(socket.getsocket());
  27.         System.out.println("Socket connection established!");
  28.         System.out.println("Preparing to set up TCP environment....");
  29.         socket.setTCP();
  30.  
  31.        
  32.  
  33.     }
  34.  
  35. }
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment