You are an anonymous user who can't edit RoboWiki.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Difference between revisions of "Setting up Java with Git and BitBucket"
Jump to navigation
Jump to search
(Created page with "{{stub}} As of 2014, programming was done using GitHub as a method of pushing and pulling commits, BitBucket as a method of online repository storage, and NetBeans as the...") |
|||
Line 5: | Line 5: | ||
==Setting Up Git== | ==Setting Up Git== | ||
#Download the latest version of [https://netbeans.org/downloads/ Netbeans]. Select Java SE and proceed with download. | #Download the latest version of [https://netbeans.org/downloads/ Netbeans]. Select Java SE and proceed with download. | ||
− | #Download GitHub, ''not'' Git. [http://windows. | + | #Download GitHub, ''not'' Git. [http://windows.github.com/ Windows] [http://mac.github.com/ Mac] |
+ | #Make sure you have the latest version of Java JDK. Mac users have it preinstalled, but Windows users may not. [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java JDK from Oracle] | ||
+ | #Open up NetBeans |
Revision as of 23:18, 18 August 2013
This article or section is a stub. This means it lacks key information or is not complete yet. You can help by adding to it. Click here to see some more stubs to work on. |
As of 2014, programming was done using GitHub as a method of pushing and pulling commits, BitBucket as a method of online repository storage, and NetBeans as the IDE. This thorough and conclusive tutorial will also provide complete support for Windows XP to Windows 8 and Mac OS X up to Mountain Lion 10.8.3. Linux is most likely an option, but most testing has thus far been on Windows and Mac. Future and other operating systems should not be too hard to figure out, either.
Setting Up Git
- Download the latest version of Netbeans. Select Java SE and proceed with download.
- Download GitHub, not Git. Windows Mac
- Make sure you have the latest version of Java JDK. Mac users have it preinstalled, but Windows users may not. Java JDK from Oracle
- Open up NetBeans