Could someone help me!
I want to play this mod but i don't now how to download it
i do as the "README"said,but it still always will faild
i try the way that"README"said if i run into a problem,but it doesn'work
PLEASE SOMEBODY HELP!
i have the mod's link but just like what i said,i don't konw how to download it
i hope someone could download the mod by my link and tell me how to download it
PSL someone help me!!!
This is a forum, not whatever social network you can imagine. Posting every two minutes will not make people see your thread faster, nor will it make suddenly appear someone that will have the answer to your question.
Secondly, if it's a question of download, where do you get the "README" file, and why is your screenshot talking about a compilation error and clearly explaining what it is ?
So far what you are showing is that the installation failed, because you don't have the needed compiler. What imply that either you haven't followed the README file, or the README file is far to be complete.
And it's all I can do for you.
Incidentally, this isn't really the right place for such question.
> Task :recompileMc FAILED
FAILURE: Build failed with an exception.
*What went wrong:
Execution failed for task ':recompileMc'.
> Unable to find a javac compiler;
com.sun.tools.javac.Main is not in the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_171"
So it couldn't find a Java compiler.
It also says it tried to look at C:\Program Files\Java\jre1.8.0_171 for it.
From what little I know of the Java framework, it comes in two main flavors.
JRE = Java Runtime Environment.
JDK = Java Development Kit.
The JRE is just the bits of Java necessary to run a Java application. Think of it as Java-lite.
The JDK is the full developer toolkit. Not just the bits needed to run an application, but everything needed to write one too.
If I had to guess... you've got the JRE and not the JDK. And the JDK is needed for the "compiler" parts that are needed.
You can have multiple versions of Java installed, and applications will use either the latest one or the latest version of the compatible ones.
In addition, when you install Java, it creates a couple of "environment variables" (Windows variables for want of a better description). They include JAVA_HOME which tells is where the various Java codebases are located. It also adds each version to the windows file path. If none of that makes sense to you... don't worry about it. Just know that it's part of the installation process and if the installer asks you if you want to add the JavaPath to the current system path... you want to pick "Yes".
My suggestion is that before trying to install your mod, you probably need to install the JDK and maybe even a later version of the JRE. (1.8.0 is dated 17-Apr-2018).
The latest JRE (install first) is 1.8.0.291 : Download here...
You must be registered to see the links
(you probably want Windows x64.. the .exeinstaller)
The latest JDK is 16.01 : Download here...
You must be registered to see the links
(you probably want Windows x64 Installer ... again the.exe).
Try installing both those first, THEN your mod.
I figure "click [YES] any time it asks" is probably good advice here too.
All of which is an educated guess on my part... it shouldn't do any harm, and will probably work.
I would imagine something like these instructions are already included in the README. But hopefully my version of the instructions make fewer assumptions.
Looking at the README and following a few links, apparently you also need the Minecraft Forge Developer Kit (MDK) too.
You must be registered to see the links
Not sure if that automatically includes the SDK. But assume it doesn't and install the MDK after the SDK but before your mod.