Posted January 28, 201510 yr Hello, After update my java vers, when open my eclips project i notice an error on this code line: IProxy.simpleNetworkWrapper.registerMessage(PacketPortalName.class, PacketPortalName.class, 0, Side.CLIENT); Error: The type java.lang.reflect.AnnotatedElement cannot be resolved. It is indirectly referenced from required .class files Please help....
January 28, 201510 yr Eclipse doesn't support Java 8, you'll have to change the JRE back to 7. Window -> Preferences -> Java -> Installed JREs Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 29, 201510 yr Author Eclipse doesn't support Java 8, you'll have to change the JRE back to 7. Window -> Preferences -> Java -> Installed JREs Thank you Draco, now eclipse work fine but build.gradle not, it says: Cannot find System Java Compiler. Ensure that you have installed a JDK (not just a JRE) and configured your JAVA_HOME system variable to point to the according directory. my enviroment variable is setted: Path=C:\Program Files (x86)\Java\jdk1.7.0_09\bin I forgot something?
January 29, 201510 yr Path is not JAVA_HOME. You need JAVA_HOME. This ^ How to: https://confluence.atlassian.com/display/DOC/Setting+the+JAVA_HOME+Variable+in+Windows Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.