5 - Recommended Environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:tutorial:environment [2014/11/18 14:51]
mumfrey
dev:tutorial:environment [2014/11/18 16:03]
mumfrey
Line 1: Line 1:
 ~~META:​title=5 - Recommended Environment~~ ~~META:​title=5 - Recommended Environment~~
 +[[.|Back to Tutorial Index]]
  
 Tutorial Part 5 - JDK and Recommended Environment Tutorial Part 5 - JDK and Recommended Environment
Line 112: Line 113:
  
 * Click "​Window"​ then "​Preferences"​ * Click "​Window"​ then "​Preferences"​
-* In the left pane expand "​Java" ​"​Editor" ​"​Content Assist" ​"​Favourites"​+* In the left pane expand "​Java" ​"​Editor" ​"​Content Assist" ​"​Favourites"​
 * Click the "New type..."​ button * Click the "New type..."​ button
 * Add the following types (and any others you want) to the content list * Add the following types (and any others you want) to the content list
-  ​* org.lwjgl.opengl.GL11 + * org.lwjgl.opengl.GL11 
-  * org.lwjgl.opengl.GL12 + * org.lwjgl.opengl.GL12 
-  * org.lwjgl.opengl.GL13 + * org.lwjgl.opengl.GL13 
-  * org.lwjgl.opengl.GL14 + * org.lwjgl.opengl.GL14 
-  * org.lwjgl.opengl.GL15 + * org.lwjgl.opengl.GL15 
-  * org.lwjgl.util.glu.GLU + * org.lwjgl.util.glu.GLU 
- * Once you have done so the dialog should look like this:+* Once you have done so the dialog should look like this:
  
  ​{{:​dev:​tutorial:​content_assist.png?​nolink|}}  ​{{:​dev:​tutorial:​content_assist.png?​nolink|}}
  
- * Next, in the left pane expand the "Code Style" node and then "​Organise Imports"​. +* Next, in the left pane expand the "Code Style" node and then "​Organise Imports"​. 
- * At the bottom of the window change the *Number of static imports needed for* .* option to **1** as shown+* At the bottom of the window change the *Number of static imports needed for* .* option to **1** as shown
  
  ​{{:​dev:​tutorial:​organise_imports.png?​nolink|}}  ​{{:​dev:​tutorial:​organise_imports.png?​nolink|}}
Line 142: Line 143:
 This new class replaces all of the lwjgl calls with calls to Mojang'​s new *GlStateManager* class. This new class replaces all of the lwjgl calls with calls to Mojang'​s new *GlStateManager* class.
  
 +== Navigation ==
 +
 +* **Next** [[project|Creating your mod project]]
 +* **Previous** [[source|Getting the LiteLoader Source]]

Login