Advertisement
Guest User

Error Code

a guest
Nov 16th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. X:\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:97: error: cannot find symbol
  3. elements.add(new mcreator_test());
  4. ^
  5. symbol: class mcreator_test
  6. location: class testenvironmentmod
  7. Note: X:\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java uses or overrides a deprecated API.
  8. Note: Recompile with -Xlint:deprecation for details.
  9. Note: X:\MCreator181\forge\build\sources\main\java\mod\mcreator\mcreator_test.java uses unchecked or unsafe operations.
  10. Note: Recompile with -Xlint:unchecked for details.
  11. 1 error
  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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement