Started by
Buhovale
on
Topic category: Troubleshooting, bugs, and solutions
This is the log
C:\Users\MyUser\Desktop\Mod creater\forge\build\sources\main\java\mod\mcreator\cosmic.java:36: error: cannot find symbol
mcreator_universeeye mcreator_1 = new mcreator_universeeye();
^
symbol: class mcreator_universeeye
location: class cosmic
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.
I only have 2 elements and when i test the first one it's works.
pls help.
(sorry for my bad english).
I have this problem in another workspace too
C:\Users\anabe\Desktop\Mod creater\forge\build\sources\main\java\mod\mcreator\cosmic.java:37: error: cannot find symbol
mcreator_misticalForest mcreator_2 = new mcreator_misticalForest();
^
symbol: class mcreator_misticalForest
location: class cosmic
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.