
BananasAreDumb
Members-
Posts
28 -
Joined
-
Last visited
Everything posted by BananasAreDumb
-
When i right click it the arrow does not come up with open and it will only let me open it with notepad++ which will not work.
-
So i am trying to open the file "diamond_sword.json" but i get this error: Problem opening an editor. Reason: Problem opening editor for 'diamond_sword.json': 'System editor can only open file base resources.'
-
Thanks It works now
-
Now i am getting this: http://pastebin.com/88uvFKNK (I see where the error is, I just have no clue how to fix it)
-
Nevermind I found it. You do have to install it seperately
-
The JRE is not installing. I have tried it multiple times. There are no checkboxes. I was wondering if you could send me to a link for the jre
-
I am in my java folder and just realized that there is no java jre for 7. There is one for 8. But not for 7, there is only a jdk. How do i fix that?
-
Could i possibly need to set java 7 as default?
-
I am
-
What version should i use?
-
Any answers?
-
Eclipse Standard 4.4 64 Bit for windows
-
Now i am getting this when i open eclipse http://i.imgur.com/DCc4HJp.png
-
I am a total noobscrub at this. Can you link me a tutorial. I have no clue what people mean when they say "Use Java 7" Does that mean that i change my variable so it goes to the java 7 folder or does it mean i install Java 7 or java JDK 7?
-
I keep getting an error when i try to run my minecraft in eclipse. It is not working at all. I re-installed eclipse and re-installed the workspace but nothing is working. Can someone help me? I have tried to do gradlew setupDecompWorkspace again but it is not working either. Configurations: http://i.imgur.com/ewV1neR.png http://i.imgur.com/aHITfEq.png Console: http://pastebin.com/Ym4BdfJa
-
Whenever i do gradlew setupDecompWorkspace I get this in cmd C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/.. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev UP-TO-DATE :genSrgs SKIPPED :extractNatives UP-TO-DATE :getAssetsIndex :getAssets :makeStart FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':makeStart'. > Cannot find System Java Compiler. Ensure that you have installed a JDK (not ju st a JRE) and configured your JAVA_HOME system variable to point to the accordin g directory. * 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: 26.639 secs C:\Users\Tristan\Desktop\Tutorial>
-
I am just going to start over. I hadn't done much in that project anyways. All I did was setup the base. It is easy to redo.
-
I ran it again. It worked fine. But the game did still not run
-
Still did not work... The same error popped up in eclipse
-
Nevermind, I did it again. and the cmd ran just fine
-
This is the error log: http://pastebin.com/6BvYSEDM
-
CMD Had this in it: C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xffffffffa3845120, pid=4316, t id=1296 # # JRE version: Java SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26) # Java VM: Java HotSpot 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops) # Problematic frame: # C 0xffffffffa3845120 # # Failed to write core dump. Minidumps are not enabled by default on client vers ions of Windows # # An error report file with more information is saved as: # C:\Users\Tristan\Desktop\Tutorial\hs_err_pid4316.log Compiled method (c1) 7980 283 ! 3 sun.reflect.generics.parser.Sign atureParser::current (40 bytes) total in heap [0x00000000029d5990,0x00000000029d5db0] = 1056 relocation [0x00000000029d5ab0,0x00000000029d5ae8] = 56 main code [0x00000000029d5b00,0x00000000029d5c20] = 288 stub code [0x00000000029d5c20,0x00000000029d5cb0] = 144 metadata [0x00000000029d5cb0,0x00000000029d5cb8] = 8 scopes data [0x00000000029d5cb8,0x00000000029d5ce8] = 48 scopes pcs [0x00000000029d5ce8,0x00000000029d5d48] = 96 dependencies [0x00000000029d5d48,0x00000000029d5d50] = 8 handler table [0x00000000029d5d50,0x00000000029d5d98] = 72 nul chk table [0x00000000029d5d98,0x00000000029d5db0] = 24 # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # C:\Users\Tristan\Desktop\Tutorial>
-
Whenever i click the Green Arrow this appears in the console: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path specified) at com.google.common.base.Throwables.propagate(Throwables.java:160) at GradleStart.setupAssets(GradleStart.java:273) at GradleStart.startClient(GradleStart.java:81) at GradleStart.main(GradleStart.java:65) Caused by: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileReader.<init>(Unknown Source) at GradleStart.loadAssetsIndex(GradleStart.java:279) at GradleStart.setupAssets(GradleStart.java:217) ... 2 more [13:43:22] [main/INFO] [GradleStart]: assetsDir: eclipse/assets [13:43:23] [main/INFO] [GradleStart]: accessToken: modstest [13:43:23] [main/INFO] [GradleStart]: version: 1.7 [13:43:23] [main/INFO] [GradleStart]: tweakClass: cpw.mods.fml.common.launcher.FMLTweaker [13:43:23] [main/INFO] [GradleStart]: Extra: [] Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
-
Now i am getting this Error: [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading [16:38:56] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_20, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_20 [16:38:56] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [16:38:56] [main/ERROR] [LaunchWrapper]: Unable to launch java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_20] at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_20] at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] Whenever i delete the file C:\Program Files\Java\jre1.8.0_20 It won't open eclipse. This pops up: http://i.imgur.com/vXzDGkT.png
-
Nevermind. I figured out i need jdk 7