I don't get any errors, and I still cannot launch minecraft cause I don't know what errors around.
Edit: I cannot find the minecraft files either.
Edit: after command: setupDecompworkspace, cmd seems to work and I saw this in the list: Maybe something u interested in. the command is not yet fully finished
[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[ant:javac] 1 warning
EDIT: Starting minecraft will result in these problems:
warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\ctos\ctos.java:15: error: class Main is public, should be declared in a file named Main.java
public class Main {
^
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\ctos\ctos.java:29: error: cannot find symbol
public static CommonProxy proxy;
^
symbol: class CommonProxy
location: class Main
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\blocks\NexBlocks.java:55: error: incompatible types: Forge cannot be converted to BlockContainer
GameRegistry.registerBlock(Forge = new Forge("Forge", Material.iron), "Forge");
^
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\main\CommonProxy.java:21: error: cannot find symbol
NexGui.init();
^
symbol: method init()
location: class NexGui
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\lib\NexFuelhandler.java:11: error: cannot find symbol
System.out.printIn(fuel.toString());
^
symbol: method printIn(String)
location: variable out of type PrintStream
C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\te\NexTE.java:14: error: cannot find symbol
GameRegistry.registerTileEntity(ForgeTE.class, nextech.MODID);
^
symbol: variable MODID
location: variable nextech of type String
Note: C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\items\CoalAnthracite.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
1 warning
:compileJava FAILED
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.
BUILD FAILED
Total time: 1 mins 28.855 secs
Compilation failed; see the compiler error output for details.
17:01:08: External task execution finished 'runClient'.