The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20121219

eclipse f3 stateless bean interface class name opening binary class file instead of java source file

i was editing a bean and when i clicked on the class name it implemented, eclipse opened a binary class file instead of the java source.

the problem was the order of my classpath entries. to fix this i right clicked on my project > properties > java build path > order and export

then i moved all the source folders to the top.

this page helped me out:
http://www.herikstad.net/2011/04/eclipse-opens-class-instead-of-java.html


No comments:

Post a Comment