I downloaded a Java project that I want to learn and learn some things. When I downloaded it to another computer, it worked fine, but when I try it on my computer, almost every declaration and import is given the error message " * cannot be allowed for type" or "Import" java.awt cannot be allowed "
I did some research on this site and found that this may be due to the fact that you do not have the latest version of Java installed. I checked mine and I have JavaSE-1.7 (unbound). So I have the latest version, but is it (unrelated)?
Could this be a problem? And what does (unrelated) mean?
I am using Eclipse 3.3.2
UPDATE: I found this error message at the top of the Properties window: org.eclipse.jdt.launching.JRE_CONTAINER / org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType / JavaSE- 1.7 . What does it mean?
source share