Difference between revisions of "MW Server Tutorial"

From MMNet Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
'''Step 1:  Learn to compile'''
 
'''Step 1:  Learn to compile'''
  
This is really not an optional step.  TubeAlloy taught you how to set up IntelliJ, so I'm going to teach you how to set up Eclipse.
+
This is really not an optional step.  TubeAlloy taught you how to set up [[Setting_up_IntelliJ_IDEA|IntelliJ]], so I'm going to teach you how to set up Eclipse.
  
 
# Get a JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
# Get a JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html

Revision as of 12:43, 13 June 2016

How to Build a MekWars Server

Step 1: Learn to compile

This is really not an optional step. TubeAlloy taught you how to set up IntelliJ, so I'm going to teach you how to set up Eclipse.

  1. Get a JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Install the JDK


(obviously a work in progress)