winnetrie Posted November 4, 2016 Posted November 4, 2016 I have this error since i created my 1.10.2 workspace: Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment. While i don't think this is something really bad, it still concerns me. Anyone know how to fix this? Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
hugo_the_dwarf Posted November 4, 2016 Posted November 4, 2016 do you have JRE1.6 and a JDK1.6 installed on your PC? You may have to go to (in eclipse) Project > Properties > Java Build Path and import/add the correct libraries for eclipse so it knows what to use to create a java VM instance Quote Currently updating my Mod to 1.10.2 https://bitbucket.org/hugo_the_dwarf/riseoftristram2016/src?at=master
winnetrie Posted November 4, 2016 Author Posted November 4, 2016 As far as i can see it is. It only happened while setting up the 1.10.2 workspace, never had it before. Also my mod is working fine with that warning message. Even after i build my mod, it is still working fine. Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
hugo_the_dwarf Posted November 4, 2016 Posted November 4, 2016 Build as in "gradlew build" compile into a .jar Or you mean when you "run" your mod in the test environment (build and launch)? As when I setup the 1.10.2 work space I had an error regarding the JRE, so I just went into some configurations and removed the issue by telling it what one to use (I have 1.6 and 1.8 JREs and JDKs). Quote Currently updating my Mod to 1.10.2 https://bitbucket.org/hugo_the_dwarf/riseoftristram2016/src?at=master
winnetrie Posted November 4, 2016 Author Posted November 4, 2016 It's both. It works when i run in dev env. and it works when i build it into a .jar. I also tested it on a server and yes all works fine. That's why i was wondering It isn't an error either it is a warning message. Here are some screenshots: Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
Animefan8888 Posted November 4, 2016 Posted November 4, 2016 You should be using Java 1.8 as Minecraft/Forge has moved to that. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
larsgerrits Posted November 4, 2016 Posted November 4, 2016 You should be using Java 1.8 as Minecraft/Forge has moved to that. This is not true. Forge supports Java 6 and later. For now, Forge does support Java 6. However, cpw is reworking FML and he is going to use a lot of Java 8 features, which will make Java 8 a requirement in the new FML, which he hopes is going to be in MC 1.11 or 1.12. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
larsgerrits Posted November 4, 2016 Posted November 4, 2016 This is great news! If you want to follow development on FML, he has streamed a little bit on his Twitch profile, and he said he is going to try to stream every Sunday. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.