Error :compileJava MCreator 1.7.4

Published by shroototem on
Status
Fixed
Issue description

Unable to launch test environment do to compliation error.

 

warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Pylo\MCreator174\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:39: error: cannot find symbol
    mcreator_createStats mcreator_0 = new mcreator_createStats();
    ^
  symbol:   class mcreator_createStats
  location: class TestEnvironmentMod
C:\Pylo\MCreator174\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:39: error: cannot find symbol
    mcreator_createStats mcreator_0 = new mcreator_createStats();
                                          ^
  symbol:   class mcreator_createStats
  location: class TestEnvironmentMod
2 errors
1 warning

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.
 

Issue comments

This bug will be fixed in MCreator 1.8.1. In older versions, the best fix is to select another workspace and the first one back. This should fix this bug.