Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. javac -cp /usr/share/java/junit4-4.12.jar test/UserInputTest.java
  2.  
  3. test/UserInputTest.java:3: error: package main does not exist
  4. import main.UserInput;
  5. ^
  6. test/UserInputTest.java:23: error: cannot find symbol
  7. UserInput userInput = new UserInput();
  8. ^
  9. symbol: class UserInput
  10. location: class UserInputTest
  11. test/UserInputTest.java:23: error: cannot find symbol
  12. UserInput userInput = new UserInput();
  13. ^
  14. symbol: class UserInput
  15. location: class UserInputTest
  16. 3 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement