Difference between revisions of "MW Server Tutorial"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
## Install the JDK | ## Install the JDK | ||
# Eclipse | # Eclipse | ||
− | ## Subclipse | + | ## Download eclipse from https://eclipse.org/downloads/ |
+ | ## Start eclipse and set up an initial workspace | ||
+ | # Subclipse | ||
+ | ## Point your browser to https://marketplace.eclipse.org/content/subclipse#group-external-install-button | ||
+ | ## Drag the install button to your open eclipse window | ||
+ | ## Follow the prompts to install | ||
+ | ## Change the SSH Connector | ||
+ | ### Windows -> Preferences | ||
+ | ### Expand Team -> SVN | ||
+ | ### Change SVN interface to SVNKit (Pure Java) | ||
+ | # Set up the MekWars repository | ||
+ | ## Open the SVN Resource Exploring perspectie (Window -> Perspective -> Open Perspective -> Other) | ||
+ | ## Right-click in the SVN Repositories area and choose New -> Repository Location | ||
+ | ## For the URL, e | ||
+ | |||
# Build MekWars | # Build MekWars | ||
## Check out Sourceforge SVN Repository | ## Check out Sourceforge SVN Repository |
Revision as of 07:28, 9 November 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.
- Java
- Get a JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Install the JDK
- Eclipse
- Download eclipse from https://eclipse.org/downloads/
- Start eclipse and set up an initial workspace
- Subclipse
- Point your browser to https://marketplace.eclipse.org/content/subclipse#group-external-install-button
- Drag the install button to your open eclipse window
- Follow the prompts to install
- Change the SSH Connector
- Windows -> Preferences
- Expand Team -> SVN
- Change SVN interface to SVNKit (Pure Java)
- Set up the MekWars repository
- Open the SVN Resource Exploring perspectie (Window -> Perspective -> Open Perspective -> Other)
- Right-click in the SVN Repositories area and choose New -> Repository Location
- For the URL, e
- Build MekWars
- Check out Sourceforge SVN Repository
- Set project properties
- Compile
Step 2: Set up the initial environment
Step 3: First server start
Step 4: Logs, logs, logs
(obviously a work in progress)