aubnob Posted December 17, 2018 Posted December 17, 2018 I am trying to set up forge and eclipse on my mac. Instead of BUILD SUCCESSFUL, I am getting the following error in Terminal: * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. owners-MBP:forge username$ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin owners-MBP:forge username$ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane owners-MBP:forge username$ sudo rm -fr ~/Library/Application\ Support/Oracle/Java owners-MBP:forge username$ rm -r ~/"Library/Application Support/Oracle/Java" rm: /Users/username/Library/Application Support/Oracle/Java: No such file or directory owners-MBP:forge username$ ./gradlew setupDecompWorkspace eclipse FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '11.0.1'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. I've tried to uninstall Java but I am still getting the same error. Any suggestions would be greatly appreciated. I'm a novice programmer and am still learning java. Quote
Cadiboo Posted December 17, 2018 Posted December 17, 2018 Your JVMs are stored in /Library/Java/Java Virtual Machines/ I think. You don’t have to delete your newest java, you can just set your JAVA_HOME to use java 8, but IMO deleting other Javas is the cleanest solution Quote About Me Reveal hidden contents My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.