Eclipse red cross errors
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Eclipse red cross errors
did you actually try to change the compiler level and restart eclipse?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 69
- Joined: Fri Oct 01, 2010 11:57 am
Re: Eclipse red cross errors
You mean 1.7 in compliance?jurchiks wrote:did you actually try to change the compiler level and restart eclipse?
That was set for both workspace and project specific. Restarted a bunch of times and checked whether the boxes were still checked - they were. It still wouldn't work.
Once I deleted anything that was of Java 6 or anything below 7 it would give me an error when compiling saying "Specified VM install not found, name: jre6" or something like that.
If it convinces you more I just changed the external tools to use the same JRE as workspace (default) and it still works. So, looks like everything is in place now.
Thanks.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Eclipse red cross errors
quick google for that error message gave me this:
source: http://merakachra.blogspot.com/2010/11/ ... -type.html
obviously you should use your own path for the workspace.Ant wont run says "Specified VM install not found: type Standard VM, name jre6"!
Solution : delete the "<workspace_dir>\.metadata\.plugins\org.eclipse.debug.core\.launches\projectname.xml.launch" file and problem is solved
source: http://merakachra.blogspot.com/2010/11/ ... -type.html
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 69
- Joined: Fri Oct 01, 2010 11:57 am
Re: Eclipse red cross errors
Yes, the comments also include the particular method I used.jurchiks wrote:quick google for that error message gave me this:obviously you should use your own path for the workspace.Ant wont run says "Specified VM install not found: type Standard VM, name jre6"!
Solution : delete the "<workspace_dir>\.metadata\.plugins\org.eclipse.debug.core\.launches\projectname.xml.launch" file and problem is solved
source: http://merakachra.blogspot.com/2010/11/ ... -type.html
Everything is in place now, compiled successfully a bunch of times.
Thanks for help.