Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Go to "C:WindowsSystem32driversetchosts" and add the following line at the end:
  2. # Git server
  3. 123.123.12.123 wrkGitServer
  4.  
  5. public class HelloWorld {
  6.  
  7. public static void main(String[] args) {
  8. // TODO Auto-generated method stub
  9. System.out.println("Hello World!");
  10.  
  11. }
  12.  
  13. }
  14.  
  15. Window -> Show View -> General -> Error Log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement