Advertisement
SrinjoySS01

Module error

Dec 1st, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. > Task :compileJava FAILED
  2. error: the unnamed module reads package org.hamcrest from both hamcrest.core and junit
  3. error: the unnamed module reads package org.hamcrest.internal from both hamcrest.core and junit
  4. the unnamed module reads package org.hamcrest from both hamcrest.core and junit
  5.  
  6. error: the unnamed module reads package org.hamcrest.core from both hamcrest.core and junit
  7. error: module javafx.controlsEmpty reads package org.hamcrest from both hamcrest.core and junit
  8. the unnamed module reads package org.hamcrest.internal from both hamcrest.core and junit
  9.  
  10. error: module javafx.controlsEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  11. the unnamed module reads package org.hamcrest.core from both hamcrest.core and junit
  12.  
  13. module javafx.controlsEmpty reads package org.hamcrest from both hamcrest.core and junit
  14.  
  15. module javafx.controlsEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  16.  
  17. error: module javafx.controlsEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  18. error: module javafx.graphicsEmpty reads package org.hamcrest from both hamcrest.core and junit
  19. error: module javafx.graphicsEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  20. error: module javafx.graphicsEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  21. error: module javafx.baseEmpty reads package org.hamcrest from both hamcrest.core and junit
  22. error: module javafx.baseEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  23. error: module javafx.baseEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  24. error: module jna reads package org.hamcrest from both hamcrest.core and junit
  25. error: module jna reads package org.hamcrest.internal from both hamcrest.core and junit
  26. error: module jna reads package org.hamcrest.core from both hamcrest.core and junit
  27. error: module junit reads package org.hamcrest from both hamcrest.core and junit
  28. error: module junit reads package org.hamcrest.internal from both hamcrest.core and junit
  29. error: module junit reads package org.hamcrest.core from both hamcrest.core and junit
  30. error: module hamcrest.core reads package org.hamcrest from both hamcrest.core and junit
  31. error: module hamcrest.core reads package org.hamcrest.internal from both hamcrest.core and junit
  32. error: module hamcrest.core reads package org.hamcrest.core from both hamcrest.core and junit
  33. error: module json.simple reads package org.hamcrest from both hamcrest.core and junit
  34. error: module json.simple reads package org.hamcrest.internal from both hamcrest.core and junit
  35. error: module json.simple reads package org.hamcrest.core from both hamcrest.core and junit
  36. error: module java.discord.rpc reads package org.hamcrest from both hamcrest.core and junit
  37. error: module java.discord.rpc reads package org.hamcrest.internal from both hamcrest.core and junit
  38. error: module java.discord.rpc reads package org.hamcrest.core from both hamcrest.core and junit
  39. /Users/srinjoysinha/Desktop/programming related/DiscordRPC/src/main/java/module-info.java:1: error: module me.srinoy reads package org.hamcrest from both hamcrest.core and junit
  40. open module me.srinoy {
  41. ^
  42. 28 errors
  43.  
  44. module javafx.controlsEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  45.  
  46. module javafx.graphicsEmpty reads package org.hamcrest from both hamcrest.core and junit
  47.  
  48. module javafx.graphicsEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  49.  
  50. module javafx.graphicsEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  51.  
  52. module javafx.baseEmpty reads package org.hamcrest from both hamcrest.core and junit
  53.  
  54. module javafx.baseEmpty reads package org.hamcrest.internal from both hamcrest.core and junit
  55.  
  56. module javafx.baseEmpty reads package org.hamcrest.core from both hamcrest.core and junit
  57.  
  58. module jna reads package org.hamcrest from both hamcrest.core and junit
  59.  
  60. module jna reads package org.hamcrest.internal from both hamcrest.core and junit
  61.  
  62. module jna reads package org.hamcrest.core from both hamcrest.core and junit
  63.  
  64. module junit reads package org.hamcrest from both hamcrest.core and junit
  65.  
  66. module junit reads package org.hamcrest.internal from both hamcrest.core and junit
  67.  
  68. module junit reads package org.hamcrest.core from both hamcrest.core and junit
  69.  
  70. module hamcrest.core reads package org.hamcrest from both hamcrest.core and junit
  71.  
  72. module hamcrest.core reads package org.hamcrest.internal from both hamcrest.core and junit
  73.  
  74. module hamcrest.core reads package org.hamcrest.core from both hamcrest.core and junit
  75.  
  76. module json.simple reads package org.hamcrest from both hamcrest.core and junit
  77.  
  78. module json.simple reads package org.hamcrest.internal from both hamcrest.core and junit
  79.  
  80. module json.simple reads package org.hamcrest.core from both hamcrest.core and junit
  81.  
  82. module java.discord.rpc reads package org.hamcrest from both hamcrest.core and junit
  83.  
  84. module java.discord.rpc reads package org.hamcrest.internal from both hamcrest.core and junit
  85.  
  86. module java.discord.rpc reads package org.hamcrest.core from both hamcrest.core and junit
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement