Copyright © 2015 Curt Hill Environment Establishing one for Minecraft Modding.

Slides:



Advertisements
Similar presentations
Step 1 Login to NFA Course List. Step 2 Login Screen.
Advertisements

CS442- Advanced Programming with Java Prepared by: TA.Eman AlMoaili.
Setting up Eclipse PSC 120 Jeff Schank. Outline Find our user account Create “PSC120” Folder Create a “workspace” folder Link it to Eclipse Install Mason.
Copyright © – Curt Hill Windows Files to Hand-In And other things you should know.
Copyright © – Curt Hill Files to Hand-In And other things you should know.
Using E-Class Initiating a case file with attached documents.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
MC365 Ant. Today We Will Cover: Overview of Ant Installing Ant Using the Ant command line tool Various Ant commands available Using Ant in Eclipse.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Java Integrated Development Environments: ECLIPSE Part1 Installation.
Eclipse Introduction Dwight Deugo Nesa Matic
26-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 3;00-4:30 Fridays in Moore 207 Lab is not in Towne 309 (Registrar has it wrong) Everyone.
Integrated Development Environments. Today We Will: Discuss what IDE’s are used for Go over the Eclipse IDE: –What is Eclipse? –How to install and set.
30-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 1:30-3:00 Fridays in Moore 207 Lab is not in Towne 313 (Registrar has it wrong) Everyone.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Student Presentations. Overview Introduction Prepping Zipping Uploading unZipping Viewing.
Administrative Functions Certiport Offline Learning System 2.1 Administrative Functions © Certiport, Inc All Rights Reserved.
CompSci Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC Dietolf (Dee) Ramm D226 LSRC Instructor
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
Digital Logic and State Machine Design Installing Xilinx WebPACK 12.4 CS 2204 Digital Hardware.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
Downloading defined: Downloading is the process of copying a file (such as a game or utility) from one computer to another across the internet. When you.
Hosted Virtualization Lab Last Update Copyright Kenneth M. Chipps Ph.D.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Java Environment CSCI 201L Jeffrey Miller, Ph.D. HTTP :// WWW - SCF. USC. EDU /~ CSCI 201 USC CSCI 201L.
BIT115 Downloading & Installing the BIT115 Software & Programs.
Copyright © Curt Hill Turtles The beginning of media computation.
Downloading and Installing Autodesk Revit 2016
9/2/ CS171 -Math & Computer Science Department at Emory University.
Windows Builder An Eclipse Plugin for Creating Windows Graphical User Interfaces Copyright © 2014 Curt Hill.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Installing Repast in the Eclipse IDE Charlie Gieseler 6/28/04.
Managed by UT-Battelle for the Department of Energy Kay Kasemir, Xihui Chen ORNL/SNS April Control System Studio Training - Development.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
INTRODUCTION TO MINECRAFT FORGE CSCI 3130 SUMMER 2014.
How to Install the JDK (Java Development Kit) Click hereClick here to download the JDK.
Activities  For this lab we will be creating a “Video Games List" application.  It is a simple app that allows a user to view and edit a list of video.
Page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10.
Copyright © Curt Hill Tortoise SVN A Subversion Client.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
How to Install Eclipse Click hereClick here to download Eclipse.
Merging Data into a Letter. Start with a letter that has places where you want to merge individual data ready to go.
You may have already done this… Download the class files to the desktop Expand those files into root of USB stick Change your USB stick to drive “Z”!
Speed Tree Let’s Make a Forest Copyright © 2015 – Curt Hill.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Time to apply stuff… Faculty of Mathematics and Physics Charles University in Prague 5 th October 2015 Workshop 1 – Java Wrestling.
Tomcat Setup BCIS 3680 Enterprise Programming. One-Click Tomcat Setup 2  This semester we’ll try to set up Tomcat with a PowerShell script.  Preparation.
Today Javadoc. Packages and static import. Viewing API source code. Upcoming Topics: –protected access modifier –Using the debugger in Eclipse –JUnit testing.
Installing a Moodle Test Site The painless and easy way.
Downloading & Installing the BIT115 Software & Programs
Build Automation with Gradle
Windows Files to Hand-In
An Eclipse Plugin for Creating Windows Graphical User Interfaces
1. Environment Setting Minhaeng Lee.
Setting up Eclipse Locally
An Eclipse Plugin for Creating Windows Graphical User Interfaces
Review of Previous Lesson
Creating the jwork folder
Presentation transcript:

Copyright © 2015 Curt Hill Environment Establishing one for Minecraft Modding

Introduction Our goal in this presentation is to establish a modding environment The pieces we will use include: –Eclipse –JDK 7 –Minecraft Forge Copyright © 2015 Curt Hill

Eclipse The 2015 version of this course will use Eclipse Luna See the following link: We should download Eclipse IDE for Java Developers Copyright © 2015 Curt Hill

JDK We will use the JDK version 7 –It says that 8 will not yet work –I have not confirmed this Download here: java/javase/downloads/jdk7- downloads html java/javase/downloads/jdk7- downloads html Install after the download Copyright © 2015 Curt Hill

Forge We will then download Forge Download at: Use the Recommended –Click on the * following src –Otherwise you get a download manager that tends to do drive by installs Save it See next screen Copyright © 2015 Curt Hill

The * Copyright © 2015 Curt Hill

JavaDoc Also in that list is something labeled Javadoc This is HTML generated by the Javadoc program It will show all the objects and all their methods Since this has been decompiled it does not show much more than names, but can be helpful –You may want to down this Copyright © 2015 Curt Hill

Extraction The saved disk file may be saved anywhere However, its extraction may be best into a directory within root I always recommend a directory that is new and without spaces in name Do not use Desktop or Documents! I recommend some place other than another Eclipse directory –Create a new directory I am using projects_mc –Extract the downloaded zip file into it Copyright © 2015 Curt Hill

Gradle Gradel is a product at It is a build automation system –Similar to make, but seems to be somewhat more advanced For us gradlew is program that will do a number of installation setup actions –This needs to be done with a DOS box for we have command line parameters Copyright © 2015 Curt Hill

Setup Once unzipped a directory structure should exist Next you use a DOS box and move into the directory Use the following two commands: gradlew setupDecompWorkspace gradlew --refresh-dependencies eclipse The first one will take about 7 minutes, second about a minute Copyright © 2015 Curt Hill

Eclipse We now start Eclipse If this is the first time using Eclipse it will ask for a workspace and suggest one – do not use it –If not do a File/Switch Workspace Browse to the Eclipse directory within the directory you created There should be a sample project there with a sample mod Open it Copyright © 2015 Curt Hill

JRE Open Window/Preferences Expend the Java line Clock on the Installed JREs IF JDK 7 is not present –Add –Use standard VM –Browse to the directory When done 7 should be the clicked JRE Copyright © 2015 Curt Hill

Finally At this point you should almost be able to run the project –There is a license thing that needs to be filled in –It should direct you to it when it starts You should eventually see the Mojang splash screen and play a game Copyright © 2015 Curt Hill

Assignment So now do it! Since this takes longer than the presentation you need to verify that everything worked This environment should be ready by the next class period Copyright © 2015 Curt Hill