java - Getting error in eclipse when pressing f3 after importing Spring Source -


when pressing f3 or menu open declaration in eclipse luna following:

problems opening editor. org.eclipse.jdt.internal.core.sourcetype cannot cast java.lang.string

i'm using latest luna release version: luna release build id: 20131003-0825 , i've followed spring source guide import projects. using latest jdk 8

any ideas?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -