Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. theo@theo-X550LD:~/Desktop/Tactical$ gradle build
  2. :compileJava
  3. /home/theo/Desktop/Tactical/src/app/actions/ShootingManager.java:10: error: package com.sun.xml.internal.ws.api does not exist
  4. import com.sun.xml.internal.ws.api.ResourceLoader;
  5. ^
  6. Note: Some input files use or override a deprecated API.
  7. Note: Recompile with -Xlint:deprecation for details.
  8. Note: Some input files use unchecked or unsafe operations.
  9. Note: Recompile with -Xlint:unchecked for details.
  10. 1 error
  11. :compileJava FAILED
  12.  
  13. FAILURE: Build failed with an exception.
  14.  
  15. * What went wrong:
  16. Execution failed for task ':compileJava'.
  17. > Compilation failed; see the compiler error output for details.
  18.  
  19. * Try:
  20. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  21.  
  22. BUILD FAILED
  23.  
  24. Total time: 16.191 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement