Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.coal.core;
- /**@author Adil */
- /***
- * Credits and fanfares:
- * Myrax(Dominic)
- * Mike (office.boy/Demilium) & Nillus (Nils)
- */
- /**@version 0.1 */
- import com.coal.net.*;
- import com.coal.storage.*;
- ;/** Class where all our methods are called */
- public class environment {
- public static void main(String[] args) {
- System.out.println();
- System.out.println("#########################################");
- System.out.println("## Coal:Simple Emulation Environment ##");
- System.out.println("## Copyright (C) 2011 ##");
- System.out.println("## Adil ##");
- System.out.println("## JokerCode.NET ##");
- System.out.println("#########################################");
- System.out.println("Initializing core objects...");
- socket.getIP();
- System.out.println("Connecting on port:" + socket.getsocket());
- socket.serversocket(socket.getsocket());
- System.out.println("Socket connection established!");
- System.out.println("Preparing to set up TCP environment....");
- socket.setTCP();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment