error in compilation

Started by Skiji on

Topic category: Help with modding (Java Edition)

Last seen on 00:47, 14. Jul 2018
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
error in compilation

C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:36: error: cannot find symbol
    mcreator_dreamwoodlog mcreator_1 = new mcreator_dreamwoodlog();
    ^
  symbol:   class mcreator_dreamwoodlog
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:37: error: cannot find symbol
    mcreator_dreamwoodleaves mcreator_2 = new mcreator_dreamwoodleaves();
    ^
  symbol:   class mcreator_dreamwoodleaves
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:38: error: cannot find symbol
    mcreator_dreamforest mcreator_3 = new mcreator_dreamforest();
    ^
  symbol:   class mcreator_dreamforest
  location: class modname
3 errors

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.

Just select another…
Mon, 07/16/2018 - 13:38

Just select another workspace and then back the workspace you get this error in. Switching the workspaces will fix this bug.