User Tools

Site Tools


pastebin

Differences

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

Link to this comparison view

pastebin [2013/07/17 14:04]
ffpaladin created
pastebin [2013/07/17 14:04] (current)
ffpaladin created
Line 1: Line 1:
 +====== Setting Up Pastebin ======
 +
 +Go to pastebin.com
 +
 +{{:​epgy:​msp2013:​screen_shot_2013-06-28_at_11.31.34_am.png?​500|}}
 +
 +  * Sign up.
 +  * Write down your user information. ​
 +  * Verify your account.
 +  * Go to your Wordpress page and paste YOUR link with YOUR username into Links: ​
 +    * http://​pastebin.com/​u/​ffpaladin (this one has my user name) 
 +
 +----
 +
 +If you have not done so, please put your PasteBin account into your My Links page on your Wordpress site.
 +
 +Create a new PASTE in your own PasteBin account:
 +
 +Put this code in it: 
 +
 +<​code>​
 +public class HelloWorld {
 + public static void main (String [] args)
 + {
 + System.out.println("​Hello World"​);​
 + }
 +}
 +</​code>​
 +
 +Save it as Hello World.
 +
 +Make sure you select the right options for it:
 +
 +  * **Syntax Highlighting:​** JAVA
 +  * **Paste Expiration:​** NEVER
 +  * **Paste Exposure:** PUBLIC
 +  * **Paste Name / Title:** My Favorite Java Program :)
 +
 +{{:​epgy:​msp2013:​screen_shot_2013-06-28_at_11.40.56_am.png|}}
 +
 +You can use this as a reference for future Java Projects.
  
/soe/sherol/.html/teaching/data/pages/pastebin.txt · Last modified: 2013/07/17 14:04 by ffpaladin