Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- X:\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:97: error: cannot find symbol
- elements.add(new mcreator_test());
- ^
- symbol: class mcreator_test
- location: class testenvironmentmod
- Note: X:\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java uses or overrides a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: X:\MCreator181\forge\build\sources\main\java\mod\mcreator\mcreator_test.java uses unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 1 error
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- 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