Guest User

Untitled

a guest
Jun 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ERROR in Prefs.java (at line 36)
  2.  
  3. HashMap<String, String> map = new HashMap<String, String>();
  4. ^^^^^^^^^^^^^^
  5. Syntax error, parameterized types are only available if source level is 1.5
  6.  
  7. ERROR in Prefs.java (at line 36)
  8.  
  9. HashMap<String, String> map = new HashMap<String, String>();
  10. ^^^^^^^^^^^^^^
  11. Syntax error, parameterized types are only available if source level is 1.5
  12.  
  13. javac -version
  14.  
  15. which java
  16. which javac
  17.  
  18. which java
  19. which javac
Add Comment
Please, Sign In to add comment